aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé38-39/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé20-20/+0
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2-0/+2
2018-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell5-53/+388
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-113/+399
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell10-617/+377
2018-05-24bochs-display: add pcie supportGerd Hoffmann1-0/+8
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann1-2/+32
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann2-0/+326
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann1-2/+4
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann2-46/+2
2018-05-24vga: catch depth 0Gerd Hoffmann1-5/+18
2018-05-23intel-iommu: rework the page walk logicPeter Xu2-59/+157
2018-05-23intel-iommu: trace domain id during page walkPeter Xu2-7/+11
2018-05-23intel-iommu: pass in address space when page walkPeter Xu1-0/+4
2018-05-23intel-iommu: introduce vtd_page_walk_infoPeter Xu1-32/+52
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu1-5/+39
2018-05-23intel-iommu: add iommu lockPeter Xu1-9/+47
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu1-30/+11
2018-05-23intel-iommu: send PSI always even if across PDEsPeter Xu1-12/+30
2018-05-23nvdimm: fix typo in label-size definitionRoss Zwisler1-1/+1
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson1-1/+1
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert1-1/+1
2018-05-23virtio: support setting memory region based host notifierTiwei Bie2-0/+35
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie1-1/+40
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-1/+1
2018-05-23vhost: add trace for IOTLB missPeter Xu2-0/+8
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman1-0/+2
2018-05-23hw/pci-host/q35: Replace hardcoded value with macroZihan Yang1-6/+11
2018-05-22xen_disk: be consistent with use of xendev and blkdev->xendevPaul Durrant1-44/+46
2018-05-22xen_disk: use a single entry iovecPaul Durrant1-55/+21
2018-05-22xen_backend: make the xen_feature_grant_copy flag privatePaul Durrant1-1/+1
2018-05-22xen_disk: remove use of grant map/unmapPaul Durrant1-327/+25
2018-05-22xen_backend: add an emulation of grant copyPaul Durrant1-0/+53
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant4-61/+50
2018-05-22xen_disk: remove open-coded use of libxengnttabPaul Durrant1-90/+32
2018-05-22xen_backend: add grant table helpersPaul Durrant1-12/+111
2018-05-22xen: add a meaningful declaration of grant_copy_segment into xen_common.hPaul Durrant1-18/+0
2018-05-20acpi: fix a comment about aml_call0()Marc-André Lureau1-1/+1
2018-05-20hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format stringsThomas Huth2-8/+5
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier6-35/+10
2018-05-20hw/ide/ahci: Keep ALLWINNER_AHCI() macro internalPhilippe Mathieu-Daudé2-3/+3
2018-05-20misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé2-6/+6
2018-05-18xen-hvm: create separate function for ioreq server initializationPaul Durrant1-30/+46
2018-05-18xen_pt: Present the size of 64 bit BARs correctlyRoss Lagerwall1-0/+2
2018-05-18xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin1-1/+1
2018-05-18xen-pvdevice: Introduce a simplistic xen-pvdevice save stateIgor Druzhinin1-0/+11
2018-05-18hw/arm/smmu-common: Fix coverity issue in get_block_pte_addressEric Auger1-2/+2