aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-19hw/vfio/platform: amd-xgbe deviceEric Auger1-0/+51
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan1-0/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan1-1/+1
2016-02-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-26/+6
2016-02-18hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell1-2/+1
2016-02-18hw/sd: Add QOM bus which SD cards plug in toPeter Maydell1-0/+62
2016-02-18hw/sd/sd.c: QOMifyPeter Maydell1-0/+3
2016-02-18vhost-user interrupt management fixesVictor Kaplansky1-0/+1
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-1/+1
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson1-1/+0
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-1/+1
2016-02-16virtio: optimize virtio_access_is_big_endian() for little-endian targetsGreg Kurz1-3/+3
2016-02-16virtio: move cross-endian helper to vhostGreg Kurz1-13/+0
2016-02-16virtio-net: use the backend cross-endian capabilitiesGreg Kurz2-9/+1
2016-02-12Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...Peter Maydell3-217/+43
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren1-0/+1
2016-02-10xen: move xenforeignmemory compat layer into common placeIan Campbell1-20/+14
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell2-52/+32
2016-02-10xen: drop xen_xc_hvm_inject_msi wrapperIan Campbell1-6/+0
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell2-146/+4
2016-02-09hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini1-0/+1
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini1-0/+1
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini1-0/+2
2016-02-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-46/+96
2016-02-06fix MSI injection on XenStefano Stabellini1-0/+1
2016-02-06intel_iommu: large page supportJason Wang1-0/+1
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson1-1/+1
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+2
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-1/+1
2016-02-06pc: Eliminate PcGuestInfo structEduardo Habkost1-6/+1
2016-02-06pc: Move APIC and NUMA data from PcGuestInfo to PCMachineStateEduardo Habkost1-5/+9
2016-02-06pc: Move PcGuestInfo.fw_cfg to PCMachineStateEduardo Habkost1-1/+1
2016-02-06pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost1-1/+0
2016-02-06pc: Remove RAM size fields from PcGuestInfoEduardo Habkost1-1/+0
2016-02-06pc: Remove compat fields from PcGuestInfoEduardo Habkost1-4/+0
2016-02-06pc: Simplify xen_load_linux() signatureEduardo Habkost1-2/+1
2016-02-06pc: Simplify pc_memory_init() signatureEduardo Habkost1-5/+4
2016-02-06pc: Eliminate struct PcGuestInfoStateEduardo Habkost1-0/+2
2016-02-06pc: Move PcGuestInfo declaration to top of fileEduardo Habkost1-15/+16
2016-02-06ipmi: introduce a struct ipmi_sdr_compactCédric Le Goater1-0/+45
2016-02-06virtio: introduce virtqueue_alloc_elementPaolo Bonzini1-4/+5
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-0/+2
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini7-8/+7
2016-02-04virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2-8/+7
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2-11/+82
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-10/+1
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau1-0/+38
2016-02-03i8257: move state definition to new independent headerHervé Poussineau1-0/+42
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1