summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson25-83/+47
2012-06-18msix: Switch msix_uninit to return voidAlex Williamson2-5/+5
2012-06-18msix: Allow full specification of MSIX layoutAlex Williamson2-99/+56
2012-06-18msix: Split PBA into it's own MemoryRegionAlex Williamson2-43/+73
2012-06-18msix: Note endian TODO itemAlex Williamson1-0/+1
2012-06-18msix: Move msix_mmio_readAlex Williamson1-10/+10
2012-06-18virtio: Convert to msix_init_exclusive_bar() interfaceAlex Williamson2-11/+5
2012-06-18ivshmem: Convert to msix_init_exclusive_bar() interfaceAlex Williamson1-7/+3
2012-06-18msix: Add simple BAR allocation MSIX setup functionsAlex Williamson3-0/+52
2012-06-18msix: fix PCIDevice naming inconsistencyAlex Williamson1-2/+1
2012-06-18msix: drop unused msix_bar_size, require valid bar_sizeJan Kiszka3-21/+3
2012-06-11pci_bridge_dev: fix error path in pci_bridge_dev_initfn()Jason Baron1-1/+3
2012-06-11qdev: release parent properties on dc->init failureJason Baron1-0/+1
2012-06-07msi: Use msi/msix_present more consistentlyJan Kiszka2-6/+9
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka8-26/+4
2012-06-07msi: Guard msi/msix_write_config with msi_presentJan Kiszka2-2/+3
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka10-20/+11
2012-06-07msi: Guard msi_reset with msi_presentJan Kiszka1-0/+4
2012-06-07ahci: Clean up reset functionsJan Kiszka3-17/+20
2012-06-07intel-hda: Fix reset of MSI functionJan Kiszka1-0/+3
2012-06-07ahci: Fix reset of MSI functionJan Kiszka1-2/+10
2012-06-07rtl8139: honor RxOverflow flag in can_receive methodFernando Luis Vazquez Cao1-1/+1
2012-06-07shpc: unparent device before freeMichael S. Tsirkin1-0/+1
2012-06-04Revert "rtl8139: do the network/host communication only in normal operating m...Jason Wang1-9/+0
2012-06-03Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori12-36/+311
2012-05-30ahci: SATA FIS is 20 bytes, not 0x20Daniel Verkamp1-2/+2
2012-05-30virtio-blk: Fix geometry sector calculationChristian Borntraeger1-1/+16
2012-05-30virtio: Fix compiler warning for non Linux hostsStefan Weil1-1/+3
2012-05-29pci: call object_unparent() before free_qdev()Amos Kong2-1/+1
2012-05-29fix multiboot loading if load_end_addr == 0Scott Moser1-3/+9
2012-05-29vga: fix vram double-mapping with -vga std and -M pc-0.12Avi Kivity2-1/+7
2012-05-29Merge remote-tracking branch 'sstabellini/for_1.1_rc3' into stagingAnthony Liguori3-26/+41
2012-05-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-7/+9
2012-05-25fdc: fix media detectionPavel Hrdina1-6/+8
2012-05-25fdc: floppy drive should be visible after start without mediaPavel Hrdina1-1/+1
2012-05-25scsi: declare vmstate_info_scsi_requests to be staticJim Meyering1-1/+1
2012-05-24es1370: Fix debug codeStefan Weil1-5/+6
2012-05-21xen: Fix PV-on-HVMAnthony PERARD1-1/+4
2012-05-21qdev: Fix memory leakdunrong huang1-1/+5
2012-05-21virtio: check virtio_load return codeOrit Wassermann5-5/+27
2012-05-21virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini4-7/+9
2012-05-21virtio-blk: define VirtIOBlkConfPaolo Bonzini7-28/+32
2012-05-21virtio-blk: blockdev_mark_auto_del is transport-independentPaolo Bonzini2-1/+1
2012-05-21virtio-blk: report non-zero status when failing SG_IO requestsPaolo Bonzini1-28/+23
2012-05-21use an uint64_t for the max_sz parameter in load_image_targphysMark Langsdorf2-2/+3
2012-05-21virtio/vhost: Add support for KVM in-kernel MSI injectionJan Kiszka2-0/+132
2012-05-21msix: Add msix_nr_vectors_allocatedJan Kiszka2-0/+7
2012-05-21kvm: Make kvm_irqchip_commit_routes an internal serviceJan Kiszka1-5/+1
2012-05-21kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_routeJan Kiszka1-4/+4
2012-05-21msix: Introduce vector notifiersJan Kiszka3-0/+105