aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-11-24virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin1-13/+24
2010-11-22pci bridge: implement secondary bus resetIsaku Yamahata1-1/+10
2010-11-22pci: use qdev reset framework for pci bus resetIsaku Yamahata2-3/+22
2010-11-22qdev: trigger reset from a given deviceIsaku Yamahata2-0/+6
2010-11-22qdev: introduce reset call back for qbus levelIsaku Yamahata2-1/+11
2010-11-22qdev: reset qdev along with qdev treeAnthony Liguori2-9/+23
2010-11-22qbus: add functions to walk both devices and bussesAnthony Liguori2-0/+57
2010-11-22eepro100: Use a single rom file for all i825xx devicesStefan Weil1-11/+3
2010-11-22pci: Automatically patch PCI vendor id and device id in PCI ROMStefan Weil1-4/+69
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil6-11/+10
2010-11-22pcie/port: fix bridge control register wmaskIsaku Yamahata1-0/+8
2010-11-22pci: fix bridge control bit wmaskMichael S. Tsirkin1-2/+24
2010-11-22x3130/downstream: support aer.Isaku Yamahata1-10/+33
2010-11-22x3130/upstream: support aerIsaku Yamahata1-9/+24
2010-11-22ioh3420: support aerIsaku Yamahata1-10/+70
2010-11-22pcie_aer: complete unwinding recursionMichael S. Tsirkin1-53/+27
2010-11-22pcie_aer: get rid of recursionMichael S. Tsirkin1-17/+31
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata3-0/+947
2010-11-22pcie_regs.h: more constantsIsaku Yamahata1-0/+2
2010-11-22pci: add W1C bits to pci status registerIsaku Yamahata1-0/+16
2010-11-21virtio-pci: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi1-21/+20
2010-11-21virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-21virtio-blk: Convert fprintf() to error_report()Stefan Hajnoczi1-2/+2
2010-11-21vgabios update: handle compatibility with older qemu versionsGerd Hoffmann3-0/+26
2010-11-21pcnet: Do not receive external frames in loopback modeJan Kiszka1-2/+3
2010-11-21piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity1-33/+22
2010-11-21virtfs: enable MSI-XGerd Hoffmann2-1/+12
2010-11-21pc: add 0.13 pc machine typeGerd Hoffmann1-1/+9
2010-11-21pc: disable the BOCHS BIOS panic portBernhard Kohl1-2/+2
2010-11-16pc: Fix e820 fw_cfg for big endianAlex Williamson1-7/+7
2010-11-16pc: e820 qemu_cfg tables need to be packedAlex Williamson1-2/+2
2010-11-16Add missing bracesJes Sorensen1-5/+8
2010-11-16Out off array access in usb-netGleb Natapov1-1/+1
2010-11-16multiboot: Prevent loading of x86_64 imagesAdam Lackorzynski1-0/+6
2010-11-16apic: Don't iterate past last used apicAlex Williamson1-0/+4
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin4-12/+32
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-16e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-16more stdvga cleanups.Gerd Hoffmann10-46/+15
2010-11-16switch vmware_vga to pci vgabiosGerd Hoffmann1-6/+1
2010-11-16switch stdvga to pci vgabiosGerd Hoffmann1-4/+3
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin4-12/+32
2010-11-16PCI: Bus number from the bridge, not the deviceAlex Williamson1-2/+1
2010-11-13e1000: Fix TCP checksum overflow with TSOAlex Williamson1-1/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+5
2010-11-09Revert "intel-hda: fix codec addressing."malc1-4/+4
2010-11-09intel-hda: fix codec addressing.Gerd Hoffmann1-4/+4
2010-11-09intel-hda: add msi supportGerd Hoffmann1-2/+31