aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-05qemu:virtio-net: Save status and add some save infrastructure (Alex Williamson)aliguori1-2/+8
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori74-545/+257
2009-02-05Convert IDE to use new dma helpers (Avi Kivity)aliguori1-66/+10
2009-02-05Add debug, savevm and reset support for UniNorthblueswir12-1/+54
2009-02-05Use qemu_ram_allocblueswir11-6/+10
2009-02-03SH4: Fix warning when compiling sh7750_regnames.caurel321-0/+1
2009-02-01Add and use #defines for PCI device classesblueswir134-86/+81
2009-02-01Update #defines for PCI vendor and device IDs from OpenBIOS and Linuxblueswir18-16/+27
2009-01-30PowerPC: IDE DB-DMA supportaurel324-23/+156
2009-01-30PowerPC: mac-io DB-DMA supportaurel325-35/+844