Sign in
qemu
/
qemu
/
ccbcfedd17fd2d13521fcee66810d0df464ec1cc
/
hw
/
mips_jazz.c
dbff76a
pckbd: Convert to MemoryRegion
by Richard Henderson
· 14 years ago
e155c99b
mips_jazz: initialize i8259 after the ISA bus
by Avi Kivity
· 14 years ago
c2d0d01
isa: Pass i/o address space to isa_bus_new
by Richard Henderson
· 14 years ago
60581b3
mips_jazz: convert to memory API
by Avi Kivity
· 14 years ago
97a3f6f
g364fb: convert to qdev
by Hervé Poussineau
· 14 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 14 years ago
82afb3a
g364fb: convert to memory API
by Avi Kivity
· 14 years ago
be20f9e
vga: drop get_system_memory() from vga devices and derivatives
by Avi Kivity
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
cd3e240
ds1225y: convert to qdev device, and use it in MIPS Jazz emulation
by Hervé Poussineau
· 14 years ago
64d7e9a
i8254: convert to qdev
by Blue Swirl
· 14 years ago
0dfa5ef
audio: consolidate audio_init()
by Isaku Yamahata
· 14 years ago
968d683
isa_mmio: Always use little endian
by Alexander Graf
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
73d7434
ESP: fix ESP DMA access when DMA is not enabled
by Blue Swirl
· 15 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
738012b
Remove useless device dependency of HAS_AUDIO
by Blue Swirl
· 15 years ago
7d932df
hpet/rtc: Rework RTC IRQ replacement by HPET
by Jan Kiszka
· 15 years ago
4556bd8
Compile dma only once
by Blue Swirl
· 15 years ago
1d914fa
rtc: make rtc_xxx accept/return ISADevice instead of RTCState.
by Isaku Yamahata
· 15 years ago
b970ea8
Compile some MIPS devices only once
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
84108e1
Compile isa_mmio only once
by Blue Swirl
· 15 years ago
1cd3af5
scsi: move scsi.h -> esp.h
by Gerd Hoffmann
· 15 years ago
5041fcc
MIPS jazz: create isa bus
by Roy Tam
· 15 years ago
9203f52
Make NICInfo string fields non-const
by Mark McLoughlin
· 15 years ago
fd8014e
floppy: add drive properties.
by Gerd Hoffmann
· 16 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 years ago
afcea8c
ioports: remove unused env parameter and compile only once
by Blue Swirl
· 16 years ago
ca20cf3
Compile loader only once
by Blue Swirl
· 16 years ago
32e0c82
qdev/isa: convert real time clock
by Gerd Hoffmann
· 16 years ago
2091ba2
isa bus irq changes and fixes.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
5cea859
Use relative path for bios
by Paul Brook
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
f80f9ec
Convert machine registration to use module init functions
by Anthony Liguori
· 16 years ago
bba831e
Remove obsolete BIOS_SIZE from sysemu.h
by Paul Brook
· 16 years ago
cfb9de9
ESP SCSI qdev conversion
by Paul Brook
· 16 years ago
fbe1b59
Remove vga_ram_size
by Paul Brook
· 16 years ago
22d83b1
Push AUD_init down to devices
by Paul Brook
· 16 years ago
0d9acba
Make AUD_init failure fatal
by Paul Brook
· 16 years ago
a65f56e
Implement sonic netcard (MIPS Jazz)
by aurel32
· 16 years ago
190cd02
Remove redundant ram_require machine properly.
by pbrook
· 16 years ago
68238a9
Clean up rc4030 init function
by aurel32
· 16 years ago
b584726
Clean up VGA ram allocation.
by pbrook
· 16 years ago
dcac967
Use load_image_targphys and avoid phys_ram_base.
by pbrook
· 16 years ago
6295e56
Remove nodisk_ok machine feature (Jan Kiszka)
by aliguori
· 16 years ago
42fc73a
Support epoch of 1980 in RTC emulation for MIPS Magnum
by aurel32
· 16 years ago
0add30c
G364 video adapter enhancement
by aurel32
· 16 years ago
3023f33
graphical_console_init change (Stefano Stabellini)
by aliguori
· 16 years ago
c6945b1
target-mips: DMA support for RC4030 chipset
by aurel32
· 16 years ago
4efbe58
MIPS Magnum: fix memory-mapped i8042
by aurel32
· 16 years ago
cd5158e
MIPS: remove a few warnings
by aurel32
· 16 years ago
3d878ca
Set default max_cpus to one.
by balrog
· 16 years ago
b209700
machine struct - specify max_cpus at the per machine level (Jes Sorensen)
by aliguori
· 16 years ago
eec2743
Allow diskless operation for all mips platforms.
by ths
· 17 years ago
b3c7724
Move CPU save/load registration to common code.
by pbrook
· 17 years ago
b6cd0ea
8250: Customized base baudrate
by aurel32
· 17 years ago
00f82b8
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
7fb4fdc
RAM usage information in machine definition.
by balrog
· 17 years ago
0387544
Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready.
by aurel32
· 17 years ago
967032c
Use correct types to enable > 2G support, based on a patch from Anthony Liguori.
by aurel32
· 17 years ago
5d20fa6
ESP: Add it_shift parameter (Hervé Poussineau)
by blueswir1
· 17 years ago
c171148
Simplify PICA 61 emulation
by aurel32
· 17 years ago
4ce7ff6
MIPS Magnum R4000 machine
by aurel32
· 17 years ago