summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-11mips malta: fix commit 7064aurel321-3/+3
2009-04-10Clean up rc4030 init functionaurel323-17/+16
2009-04-10Make PCI config status register read-onlyaliguori1-0/+4
2009-04-10Wean device tree code off phys_ram_base.pbrook2-6/+12
2009-04-10Yet more phys_ram_base elimination.pbrook12-108/+103
2009-04-10More phys_ram_base elimination.pbrook4-57/+54
2009-04-10Clean up VGA ram allocation.pbrook16-130/+71
2009-04-10Fix RTC breakage from r7031.pbrook1-1/+1
2009-04-10Musicpal ram access cleanup.pbrook1-59/+90
2009-04-10More phys_ram_base removal.pbrook9-34/+37
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook3-16/+16
2009-04-09Use cpu_physical_memory_write_rom instead of memcpy.pbrook1-4/+4
2009-04-09Register a single area for vga bios and option romspbrook1-68/+53