summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-05-03Handle NULL bdrv.Paul Brook1-4/+10
2009-05-01Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson1-6/+6
2009-05-01Pci nic: pci_register_device can failChris Wright5-0/+17
2009-05-01suport device driver initialization modelGlauber Costa1-2/+1
2009-05-01fix virtio_blk_inhdr commentChristoph Hellwig1-1/+1
2009-05-01Hardware watchdogRichard W.M. Jones5-0/+786
2009-05-01virtio-blk: add SGI_IO passthru supportChristoph Hellwig2-7/+128
2009-05-01Remove redundant cirrus vga ram functions.Paul Brook1-30/+0
2009-04-30Remove vga LFB accessor hacks.Paul Brook1-8/+0
2009-04-27Synch to VGABlue Swirl1-4/+4
2009-04-27[RESEND] Fix vga segfaults or screen corruption with large memory guestsAvi Kivity1-5/+6
2009-04-25Fix compilation when x86_64 is definedBlue Swirl2-8/+14
2009-04-25Fix warningBlue Swirl1-1/+1
2009-04-24qemu: create helper for event notification (Marcelo Tosatti)aliguori1-3/+1
2009-04-23Fix typo, thanks to Andreas Faerber for spottingblueswir11-1/+1
2009-04-23Use a more natural orderblueswir13-5/+5
2009-04-22Change RTC time drift IRQ re-injection (Gleb Natapov)aliguori1-15/+47
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori1-1/+1
2009-04-22xen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)aliguori1-0/+6
2009-04-22xen: pv domain builder. (Gerd Hoffmann)aliguori5-0/+358
2009-04-22xen: blk & nic configuration via cmd line. (Gerd Hoffmann)aliguori4-0/+170
2009-04-22xen: add net backend driver. (Gerd Hoffmann)aliguori3-0/+408
2009-04-22xen: add block device backend driver. (Gerd Hoffmann)aliguori4-0/+885
2009-04-22xen: add framebuffer backend driver (Gerd Hoffmann)aliguori3-0/+1022
2009-04-22xen: add console backend driver. (Gerd Hoffmann)aliguori3-0/+274
2009-04-22xen: backend driver core (Gerd Hoffmann)aliguori4-1/+840
2009-04-22xen: groundwork for xen support (Gerd Hoffmann)aliguori3-0/+83
2009-04-21sending NUMA topology to BIOS (Andre Przywara)aliguori2-0/+25
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-19Adds SM501 usb host emulation feature.aurel324-44/+109
2009-04-19Fix indices in Menelaus save/load.balrog1-6/+6
2009-04-17hpet: Fix emulation of HPET_TN_SETVAL (Jan Kiszka)aliguori1-1/+1
2009-04-17qemu: Add support for SMBIOS command line otions (Alex Williamson)aliguori3-0/+395
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori16-44/+280
2009-04-17Use NICInfo::model for eepro100 savevm ID string (Mark McLoughlin)aliguori1-8/+6
2009-04-17Add unregister_savevm() (Mark McLoughlin)aliguori1-0/+2
2009-04-17Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2-6/+2
2009-04-17Don't fail PCI hotplug if no NIC model is supplied (Mark McLoughlin)aliguori1-3/+3
2009-04-17Remove stray GSO code from virtio_net (Mark McLoughlin)aliguori1-5/+0
2009-04-17vga: Cleanup dirty logging (Jan Kiszka)aliguori3-35/+0
2009-04-17vga: Fix inconsistent tracking of map_addr (Jan Kiszka)aliguori1-5/+5
2009-04-17kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori1-6/+11
2009-04-15Implement sonic netcard (MIPS Jazz)aurel323-1/+910
2009-04-15target-alpha: lower parent irq when irq is lowered.aurel321-1/+1
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir14-6/+8
2009-04-11Add named initializers.pbrook1-3/+3
2009-04-11Remove redundant ram_require machine properly.pbrook31-63/+0
2009-04-11Remove more redundant ram size checks.pbrook6-37/+1
2009-04-11Fix/remove bogus ram size checks.pbrook2-9/+2
2009-04-11Allocate enough vram for 24-bit planes.pbrook1-1/+1