Age | Commit message (Expand) | Author |
2009-12-01 | pci: pci.h cleanup: move out stuff not in pci.c | Michael S. Tsirkin |
2009-11-09 | pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t | Isaku Yamahata |
2009-11-09 | pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h | Isaku Yamahata |
2009-11-07 | Sparc64/x86: remove unneeded calls to device reset | Blue Swirl |
2009-10-24 | sparc64: remove unused variables | Blue Swirl |
2009-10-12 | rom loader: fix sparc -kernel boot. | Gerd Hoffmann |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-05 | Fix pci_add nic not to exit on bad model | Markus Armbruster |
2009-10-05 | serial: convert isa to qdev | Gerd Hoffmann |
2009-10-05 | floppy: add drive properties. | Gerd Hoffmann |
2009-10-05 | parallel: convert isa to qdev | Gerd Hoffmann |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-20 | Compile loader only once | Blue Swirl |
2009-09-14 | Add an ISA bus version of m48t59 | Blue Swirl |
2009-09-10 | qdev: simplify isa irq assignments | Gerd Hoffmann |
2009-09-10 | qdev: drop iobase properties from isa bus | Gerd Hoffmann |
2009-09-06 | Sparc64: use ISA bus for i8042 | Blue Swirl |
2009-09-06 | Sparc64: remove unused variables | Blue Swirl |
2009-09-04 | ide: pass down DriveInfo instead of BlockDriverState | Gerd Hoffmann |
2009-08-28 | Fix Sparc64 breakage: add dummy ISA irqs | Blue Swirl |
2009-08-27 | ide: split away ide-pci.c | Gerd Hoffmann |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-27 | isa bus irq changes and fixes. | Gerd Hoffmann |
2009-08-13 | Unbreak Sparc64 | Blue Swirl |
2009-08-10 | qdev/prop: convert sun4u.c to helper macros. | Gerd Hoffmann |
2009-08-09 | Use qemu_irq for system_powerdown | Blue Swirl |
2009-08-08 | Sparc64: configure screen size from QEMU command line options | Blue Swirl |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-07-21 | Sparc32/64: use 64 bit type for memory size | Blue Swirl |
2009-07-21 | Sparc64: refactor kernel init | Blue Swirl |
2009-07-21 | Sparc64: refactor CPU init | Blue Swirl |
2009-07-21 | Sparc64: convert memory to qdev | Blue Swirl |
2009-07-21 | Sparc64: convert boot prom to qdev | Blue Swirl |
2009-07-12 | Sparc64: convert ebus to qdev | Blue Swirl |
2009-07-12 | sparc64: really initialize irq | Igor Kovalenko |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-23 | sparc64 follow pci_nic_init change | Igor V. Kovalenko |
2009-06-16 | Rename pci_register_io_region() to pci_register_bar() | Avi Kivity |
2009-05-30 | Use relative path for bios | Paul Brook |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-21 | Introduce is_default field for QEMUMachine | Anthony Liguori |
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-03 | use PCI_HEADER_TYPE. | Isaku Yamahata |
2009-04-11 | Remove redundant ram_require machine properly. | pbrook |
2009-04-10 | Clean up VGA ram allocation. | pbrook |
2009-03-28 | Remove nodisk_ok machine feature (Jan Kiszka) | aliguori |
2009-03-08 | Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) | blueswir1 |