aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-25linux-user: update comments to point to tcg_exec_init()Igor Mammedov
2018-05-25linux-user: update netlink emulationLaurent Vivier
2018-05-24linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell
2018-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-05-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell
2018-05-24Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20180521' into s...Peter Maydell
2018-05-24MAINTAINERS: add vga entriesGerd Hoffmann
2018-05-24bochs-display: add pcie supportGerd Hoffmann
2018-05-24bochs-display: add dirty tracking supportGerd Hoffmann
2018-05-24hw/display: add new bochs-display deviceGerd Hoffmann
2018-05-24vga-pci: use PCI_VGA_MMIO_SIZEGerd Hoffmann
2018-05-24vga: move bochs vbe defines to header fileGerd Hoffmann
2018-05-24vga: catch depth 0Gerd Hoffmann
2018-05-23intel-iommu: rework the page walk logicPeter Xu
2018-05-23util: implement simple iova treePeter Xu
2018-05-23intel-iommu: trace domain id during page walkPeter Xu
2018-05-23intel-iommu: pass in address space when page walkPeter Xu
2018-05-23intel-iommu: introduce vtd_page_walk_infoPeter Xu
2018-05-23intel-iommu: only do page walk for MAP notifiersPeter Xu
2018-05-23intel-iommu: add iommu lockPeter Xu
2018-05-23intel-iommu: remove IntelIOMMUNotifierNodePeter Xu
2018-05-23intel-iommu: send PSI always even if across PDEsPeter Xu
2018-05-23nvdimm: fix typo in label-size definitionRoss Zwisler
2018-05-23contrib/vhost-user-blk: enable protocol feature for vhost-user-blkChangpeng Liu
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson
2018-05-23libvhost-user: Send messages with no dataDr. David Alan Gilbert
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert
2018-05-23virtio: support setting memory region based host notifierTiwei Bie
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie
2018-05-23qemu-iotests: Test job-* with block jobsKevin Wolf
2018-05-23iotests: Move qmp_to_opts() to VMKevin Wolf
2018-05-23blockjob: Remove BlockJob.driverKevin Wolf
2018-05-23job: Add query-jobs QMP commandKevin Wolf
2018-05-23job: Add lifecycle QMP commandsKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-05-23job: Introduce qapi/job.jsonKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Add job_dismiss()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23block: Cancel job in bdrv_close_all() callersKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move transactions to JobKevin Wolf
2018-05-23job: Switch transactions to JobTxnKevin Wolf
2018-05-23job: Move job_finish_sync() to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf