aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini3-4/+4
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini1-15/+18
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/hppa: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw/misc/sga: Use the correct ISA includePhilippe Mathieu-Daudé1-1/+1
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé1-4/+1
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé2-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé7-7/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé6-6/+0
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