index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc_newworld.c
Age
Commit message (
Expand
)
Author
2009-06-22
Support addr=... in option argument of -net nic
Markus Armbruster
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-05-30
Use relative path for bios
Paul Brook
2009-05-22
Introduce reset notifier order
Jan Kiszka
2009-05-21
Convert machine registration to use module init functions
Anthony Liguori
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-05-13
Remove vga_ram_size
Paul Brook
2009-05-08
Replace cpu_abort with hw_error
Paul Brook
2009-04-11
Remove redundant ram_require machine properly.
pbrook
2009-04-10
Clean up VGA ram allocation.
pbrook
2009-04-10
More phys_ram_base removal.
pbrook
2009-03-08
Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno)
blueswir1
2009-03-02
kvm/powerpc: Enable MPIC for E500 platform.
aurel32
2009-02-09
ppc newworld: default to a G4 CPU
aurel32
2009-02-08
Use Mac NVRAM
blueswir1
2009-02-08
Switch Mac99 to OpenBIOS
blueswir1
2009-02-08
Use CMD646 IDE for now
blueswir1
2009-02-08
Load 32 bit ELF BIOS images also on PPC64
blueswir1
2009-02-08
Rename ppc_chrp.c to ppc_newworld.c
blueswir1