summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* scsi-disk: Implement werror for flushesKevin Wolf2010-11-041-1/+16
* scsi-disk: Complete failed requests in scsi_disk_emulate_commandKevin Wolf2010-11-041-11/+10
* scsi-disk: Implement rerror optionKevin Wolf2010-11-041-34/+66
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-11-0125-275/+2610
|\
| * Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-2724-275/+2599
| |\
| | * pcie: update satus on resetMichael S. Tsirkin2010-10-271-1/+1
| | * msi: minor cleanupsMichael S. Tsirkin2010-10-271-4/+3
| | * msi: simplify range checksMichael S. Tsirkin2010-10-271-25/+20
| | * pci: improve w1c mask handlingMichael S. Tsirkin2010-10-271-2/+4
| | * pcie: clean up hot plug notificationMichael S. Tsirkin2010-10-274-71/+62
| | * pcie: simplify range checkMichael S. Tsirkin2010-10-271-49/+59
| | * Introduce range.hBlue Swirl2010-10-273-0/+3
| | * x3130: pcie downstream portIsaku Yamahata2010-10-202-0/+201
| | * x3130: pcie upstream portIsaku Yamahata2010-10-202-0/+184
| | * ioh3420: pcie root port in X58 iohIsaku Yamahata2010-10-202-0/+198
| | * pcie port: define struct PCIEPort/PCIESlot and helper functionsIsaku Yamahata2010-10-202-0/+167
| | * pci/bridge: fix pci_bridge_reset()Isaku Yamahata2010-10-202-6/+43
| | * pcie: comment on hpev_intxIsaku Yamahata2010-10-201-1/+9
| | * pcie: helper functions for pcie capability and extended capabilityIsaku Yamahata2010-10-193-0/+652
| | * pcie: add pcie constants to pcie_regs.hIsaku Yamahata2010-10-191-0/+154
| | * msi: implements msiIsaku Yamahata2010-10-193-3/+400
| | * pci: use pci_word_test_and_clear_mask() in pci_device_reset()Isaku Yamahata2010-10-191-3/+2
| | * pci: introduce helper function to handle msi-x and msi.Isaku Yamahata2010-10-192-0/+22
| | * pci: introduce helper functions to test-and-{clear, set} mask in configuratio...Isaku Yamahata2010-10-191-0/+70
| | * pci: make pci_del_capability() update for w1cmaskIsaku Yamahata2010-10-181-0/+1
| | * msix: clear not only INTA, but all INTx when MSI-X is enabled.Isaku Yamahata2010-09-201-1/+4
| | * pci: implement RW1C register framework.Isaku Yamahata2010-09-202-0/+8
| | * pci: improve signature of pci_register_bar().Isaku Yamahata2010-09-132-2/+2
| | * pci: don't ignore invalid parameter for pci_register_bar().Isaku Yamahata2010-09-131-3/+2
| | * pci: sorting out type confusion in pci_register_bar().Isaku Yamahata2010-09-131-1/+1
| | * pci_ids.h: add vendor id of Texas IntesrumentsIsaku Yamahata2010-09-131-0/+2
| | * pci: make pci_parse_devfn() aware of func.Isaku Yamahata2010-09-072-8/+28
| | * pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata2010-09-072-1/+5
| | * pci bridge: add helper function for ssvid capability.Isaku Yamahata2010-09-072-0/+22
| | * pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata2010-09-074-21/+24
| | * pci_bridge: introduce pci bridge library.Isaku Yamahata2010-09-075-84/+177
| | * pci_bridge: clean up: remove pci_{register, unregister}_secondary_bus()Isaku Yamahata2010-07-221-22/+10
| | * pci_bridge: rename PCIBridge::bus -> PCIBridge::sec_bus.Isaku Yamahata2010-07-222-7/+5
| | * pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata2010-07-226-179/+261
| | * pci: move out pci internal structures, PCIBus, PCIBridge, and pci_bus_info.Isaku Yamahata2010-07-192-30/+42
| * | virtio: sanity-check available indexMichael S. Tsirkin2010-10-271-0/+11
* | | hda-audio: Zap tabsmalc2010-11-011-2/+2
* | | Add Intel HD Audio support to qemu.Gerd Hoffmann2010-11-015-0/+2933
* | | add VMSTATE_BOOLGerd Hoffmann2010-11-011-0/+14
* | | sparc32: convert debug printf statements to tracepointsBlue Swirl2010-10-319-206/+105
* | | Do not redefine reserved key-words TRUE/FALSEJes Sorensen2010-10-301-10/+10
* | | Mov muldiv64 to qemu-common.h (Thus unbreaking gus)malc2010-10-301-1/+0
* | | Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-10-263-9/+30
|\ \ \ | |/ / |/| |
| * | virtio-blk: Respect werror option for flushesKevin Wolf2010-10-221-1/+7
| * | ide: Handle flush failureKevin Wolf2010-10-222-2/+11
OpenPOWER on IntegriCloud