summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-02-27Remove some warnings and fix windows build.aliguori1-2/+2
2009-02-27Allow additions of ACPI tables from command line (Gleb Natapov)aliguori3-0/+175
2009-02-27Missing cirrus_invalidate_region() in cirrus_do_copy() (Brian Kress)aliguori1-4/+3
2009-02-26fix pci net hot-remove (Marcelo Tosatti)aliguori1-1/+2
2009-02-22CRIS: Fix remaining build warnings.edgar_igl3-2/+3
2009-02-21Reload ptimers on resetblueswir11-3/+3
2009-02-16virtio: Remove malloc failure checks (Jan Kiszka)aliguori1-4/+0
2009-02-16Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori1-4/+4
2009-02-16Fix GPE registers read/write handling. (Gleb Natapov)aliguori1-12/+31
2009-02-16Fix hardware accelerated video to video copy on Cirrus VGA (Brian Kress)aliguori1-4/+4
2009-02-12Fix Sparc64 VGA memory size bug exposed by r6604blueswir11-1/+1
2009-02-11Use qemu_ram_allocblueswir11-5/+9
2009-02-11qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori5-0/+313
2009-02-11Parse full PCI device addresses (Markus Armbruster)aliguori2-0/+80
2009-02-11qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori1-0/+94
2009-02-11qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2-0/+70
2009-02-11qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori2-0/+24
2009-02-11qemu: warn if PCI region is not power of two (Marcelo Tosatti)aliguori1-0/+7
2009-02-11qemu: add pci_unregister_device (Marcelo Tosatti)aliguori2-5/+45
2009-02-11qemu: add qemu_free_irqs (Marcelo Tosatti)aliguori2-0/+7
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori3-0/+9
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori9-28/+43
2009-02-11qemu: add pci helper functions (Marcelo Tosatti)aliguori2-0/+26
2009-02-09ppc newworld: default to a G4 CPUaurel321-1/+1
2009-02-09Fix displaystate (r6344) regression in blizzardaurel322-5/+6
2009-02-08Fix UniNorthblueswir11-13/+2
2009-02-08Use Mac NVRAMblueswir11-21/+1
2009-02-08Switch Mac99 to OpenBIOSblueswir11-11/+12
2009-02-08QEMU Microsoft serial mouse emulationaurel322-0/+80
2009-02-08Add load/save capability to rc4030 chipsetaurel321-0/+65
2009-02-08Additional VGA options for MIPS Maltaaurel321-1/+9
2009-02-08Use CMD646 IDE for nowblueswir11-8/+3
2009-02-08Load 32 bit ELF BIOS images also on PPC64blueswir12-14/+0
2009-02-08Rename ppc_chrp.c to ppc_newworld.cblueswir11-0/+0
2009-02-07Fix bug in omap_sx1.c introduced by r6344aurel321-6/+7
2009-02-07Fix tosa_dac_recv warningaurel321-1/+1
2009-02-07SH4: fix TMU initaurel321-9/+19
2009-02-07SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 an...aurel323-14/+55
2009-02-07Add it_shiftblueswir14-7/+12
2009-02-07Fix VGA RAM offsetsblueswir11-2/+2
2009-02-06Add savevm and reset support for OpenPicblueswir11-2/+135
2009-02-06Revert part of 6531, fix build failureaurel321-0/+1
2009-02-06Revert changes to fmopl.caliguori1-5/+22
2009-02-05qemu:virtio-net: Add VLAN filtering (Alex Williamson)aliguori2-3/+63
2009-02-05qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson)aliguori2-2/+109
2009-02-05qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul...aliguori1-0/+28
2009-02-05qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson)aliguori2-1/+58
2009-02-05qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi...aliguori2-1/+51
2009-02-05qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale...aliguori2-7/+9
2009-02-05qemu:virtio-net: Allow setting the MAC address via set_config (Alex Williamson)aliguori1-2/+16