Age | Commit message (Expand) | Author |
2009-12-01 | pci: pci.h cleanup: move out stuff not in pci.c | Michael S. Tsirkin |
2009-11-17 | Convert linux bootrom to external rom and fw_cfg | Alexander Graf |
2009-11-17 | Convert multiboot to fw_cfg backed data storage | Alexander Graf |
2009-10-30 | Remove e1000 rom loading hack | Anthony Liguori |
2009-10-30 | use rom loader for pc bios. | Gerd Hoffmann |
2009-10-30 | vga roms: move loading from pc.c to vga drivers. | Gerd Hoffmann |
2009-10-30 | rom loader: make vga+rom loading configurable. | Gerd Hoffmann |
2009-10-27 | pc.c: only load e1000 rom. | Gerd Hoffmann |
2009-10-15 | multiboot: Limit number of multiboot modules | Adam Lackorzynski |
2009-10-15 | multiboot: Fix cmdline of modules | Adam Lackorzynski |
2009-10-12 | rom loader: fix sparc -kernel boot. | Gerd Hoffmann |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-06 | Reorganize option rom (+linux kernel) loading. | Gerd Hoffmann |
2009-10-05 | Improve error reporting on file access | Justin M. Forbes |
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 | pci: windup acpi-based hotplug | Gerd Hoffmann |
2009-10-05 | parallel: convert isa to qdev | Gerd Hoffmann |
2009-10-05 | i2c: addresses are load/save as uint8_t values, change types to reflect this | Juan Quintela |
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-15 | ide/isa: convert to qdev. | Gerd Hoffmann |
2009-09-13 | x86: move a declaration to header | Blue Swirl |
2009-09-13 | x86: add 'const' | Blue Swirl |
2009-09-10 | qdev/isa: convert real time clock | Gerd Hoffmann |
2009-09-10 | qdev/isa: convert ne2000 | Gerd Hoffmann |
2009-09-10 | qdev: simplify isa irq assignments | Gerd Hoffmann |
2009-09-10 | qdev: drop iobase properties from isa bus | Gerd Hoffmann |
2009-09-10 | isapc: pick a more sane default cpu for such old hardware. | Gerd Hoffmann |
2009-09-10 | isapc: Fix irq routing | Gerd Hoffmann |
2009-09-06 | Fix indentation | Blue Swirl |
2009-09-04 | mips malta: Fix fdc regression and use qdev for i8042 setup | Stefan Weil |
2009-09-04 | ide: pass down DriveInfo instead of BlockDriverState | Gerd Hoffmann |
2009-09-04 | Fold piix3_init() intto i440fx_init | Juan Quintela |
2009-09-04 | Use PCII440FXState instead of generic PCIDevice | Juan Quintela |
2009-08-27 | switch balloon initialization to -device. | Gerd Hoffmann |
2009-08-27 | ide: split away ide-isa.c | Gerd Hoffmann |
2009-08-27 | qdev: convert watchdogs | Markus Armbruster |
2009-08-27 | Move isa_connect_irq calls into isa_create_simple | Gerd Hoffmann |
2009-08-27 | Add isa_reserve_irq(). | Jes Sorensen |
2009-08-27 | isa bus irq changes and fixes. | Gerd Hoffmann |
2009-08-24 | Make the e1000 the default network adapter for the pc target. | Anthony Liguori |
2009-08-24 | virtio-blk: add msi support. | Gerd Hoffmann |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori |
2009-08-24 | Route IOAPIC interrupts via ISA bus | Avi Kivity |
2009-08-24 | Route PC irqs to ISA bus instead of i8259 directly | Avi Kivity |
2009-08-24 | QEMU set irq0override in fw_cfg | Jes Sorensen |
2009-08-10 | qdev/isa: make pc use qdev for i8042 setup. | Gerd Hoffmann |