Age | Commit message (Expand) | Author |
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 |
2009-08-10 | qdev-ify virtio-blk. | Gerd Hoffmann |
2009-07-30 | Remove the pc-0-10 machine type | Mark McLoughlin |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-07-27 | Add a pc-0.11 machine type and make the pc type an alias | Mark McLoughlin |
2009-07-16 | qdev/compat: virtio-net-pci 0.10 compatibility. | Gerd Hoffmann |
2009-07-16 | qdev/compat: virtio-console-pci 0.10 compatibility. | Gerd Hoffmann |
2009-07-16 | qdev/compat: virtio-blk-pci 0.10 compatibility. | Gerd Hoffmann |
2009-07-16 | qdev/compat: add pc-0.10 machine type. | Gerd Hoffmann |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann |
2009-07-16 | Handle vga= in -append | Pascal Terjan |
2009-07-16 | Add a pc-0-10 machine type for compatibility with 0.10.x | Mark McLoughlin |
2009-06-29 | Replace -no-virtio-balloon by -balloon | Markus Armbruster |
2009-06-29 | x86: Factor out pc_new_cpu | Jan Kiszka |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-29 | Multiboot support v5 | Alexander Graf |
2009-06-29 | Expose fw_cfg v2 | Alexander Graf |
2009-06-29 | Change bochs bios init order | Alexander Graf |
2009-06-22 | Don't register cpu reset handler for cpu with APIC. | Gleb Natapov |
2009-06-22 | Support addr=... in option argument of -drive if=virtio | Markus Armbruster |
2009-06-22 | Support addr=... in option argument of -net nic | Markus Armbruster |
2009-06-22 | acpi.c: make qemu_system_device_hot_add piix independent. | Isaku Yamahata |
2009-06-22 | Make nic option rom loading less painful. | Glauber Costa |
2009-06-13 | Don't use cpu_index as apic_id. | Gleb Natapov |
2009-06-13 | Apic creation should not depend on pci | Gleb Natapov |
2009-06-13 | Add -no-virtio-balloon command-line option | Eduardo Habkost |
2009-05-30 | Use relative path for bios | Paul Brook |
2009-05-23 | Add common BusState | Paul Brook |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |