aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata
2009-11-09pci: make pci_bar() aware of header type 1.Isaku Yamahata
2009-11-09pci: clean up of pci_default_read_config.Isaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-09pci: clean up pci_init_wmask()Isaku Yamahata
2009-11-09pci/bridge: clean up of pci_bridge_initfn()Isaku Yamahata
2009-11-09pci: use helper functions to access pci config space.Isaku Yamahata
2009-11-09pci: helper functions to access PCIDevice::configIsaku Yamahata
2009-11-09pci: define a constant to represent a unmapped bar and use it.Isaku Yamahata
2009-11-09pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata
2009-11-09pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.Isaku Yamahata
2009-11-09pci: fix PCI_DPRINTF() wrt variadic macro.Isaku Yamahata
2009-11-09scsi: move scsi-disk.h -> scsi.hGerd Hoffmann
2009-11-09scsi: move scsi.h -> esp.hGerd Hoffmann
2009-11-09whitelist host virtio networking featuresDustin Kirkland
2009-11-09virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster
2009-11-09Pass the drive's readonly attribute to the guest OSNaphtali Sprei
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-11-07PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-11-06vga: fix line comparisonmalc
2009-11-06vga: Respect Line Compare Register in text modesmalc
2009-11-03hw/sd: Support SDHC size cardsAndrzej Zaborowski
2009-10-30Remove e1000 rom loading hackAnthony Liguori
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin
2009-10-30qemu/msix: fix table access issuesMichael S. Tsirkin
2009-10-30qemu/virtio: make wmb compiler barrier + commentsMichael S. Tsirkin
2009-10-30serial: Add missing bitStefan Weil
2009-10-30usb: print attached status in info qtreeGerd Hoffmann
2009-10-30usb-storage: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb: make attach optional.Gerd Hoffmann
2009-10-30usb-serial and braille: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb-hid: use qdev for -usbdeviceGerd Hoffmann
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann
2009-10-30use rom loader for pc bios.Gerd Hoffmann
2009-10-30vga roms: move loading from pc.c to vga drivers.Gerd Hoffmann
2009-10-30rom loader: make vga+rom loading configurable.Gerd Hoffmann
2009-10-30rom loader: use qemu_strdup.Gerd Hoffmann
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27Work around dhclient brokennessAnthony Liguori
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin