aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-18docs/about: Update the support statement for WindowsThomas Huth3-6/+12
2022-05-18tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMUDaniel P. Berrangé1-0/+17
2022-05-18tests/qtest: fix registration of ABRT handler for QEMU cleanupDaniel P. Berrangé1-2/+2
2022-05-18Remove Ubuntu 18.04 container support from the repositoryThomas Huth6-170/+4
2022-05-18gitlab-ci: Switch the container of the 'check-patch' & 'check-dco' jobsThomas Huth1-6/+8
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson131-578/+5353
2022-05-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson25-456/+599
2022-05-16vhost-user-scsi: avoid unlink(NULL) with fd passingStefan Hajnoczi1-1/+4
2022-05-16virtio-net: don't handle mq request in userspace handler for vhost-vdpaSi-Wei Liu1-0/+13
2022-05-16vhost-vdpa: change name and polarity for vhost_vdpa_one_time_request()Si-Wei Liu1-8/+15
2022-05-16vhost-vdpa: backend feature should set only onceSi-Wei Liu1-1/+1
2022-05-16vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu1-1/+3
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu1-1/+3
2022-05-16virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpaSi-Wei Liu1-2/+31
2022-05-16virtio-net: setup vhost_dev and notifiers for cvq only when feature is negoti...Si-Wei Liu1-1/+2
2022-05-16hw/i386/amd_iommu: Fix IOMMU event log encoding errorsWei Huang1-10/+14
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li6-30/+34
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li6-51/+31
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_SIZE_MAXFrancisco Iglesias1-1/+1
2022-05-16include/hw/pci/pcie_host: Correct PCIE_MMCFG_BUS_MASKFrancisco Iglesias1-2/+2
2022-05-16docs/vhost-user: Clarifications for VHOST_USER_ADD/REM_MEM_REGKevin Wolf1-0/+16
2022-05-16vhost-user: more master/slave thingsMichael S. Tsirkin1-1/+1
2022-05-16Merge tag 'pull-migration-20220516a' of https://gitlab.com/dagrh/qemu into st...Richard Henderson33-139/+1295
2022-05-16Merge tag 'pull-qapi-2022-05-16' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson23-217/+148
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras4-5/+50
2022-05-16multifd: Send header packet without flags if zero-copy-send is enabledLeonardo Bras1-3/+19
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras3-12/+29
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras4-6/+12
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras5-2/+76
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras2-4/+114
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras13-14/+88
2022-05-16meson.build: Fix docker-test-build@alpine when including linux/errqueue.hLeonardo Bras1-0/+11
2022-05-16tests: ensure migration status isn't reported as failedDaniel P. Berrangé3-3/+17
2022-05-16tests: add multifd migration tests of TLS with x509 credentialsDaniel P. Berrangé1-0/+127
2022-05-16tests: add multifd migration tests of TLS with PSK credentialsDaniel P. Berrangé1-4/+56
2022-05-16tests: convert multifd migration tests to use common helperDaniel P. Berrangé1-37/+40
2022-05-16tests: convert XBZRLE migration test to use common helperDaniel P. Berrangé1-42/+25
2022-05-16tests: add migration tests of TLS with x509 credentialsDaniel P. Berrangé3-3/+386
2022-05-16tests: add migration tests of TLS with PSK credentialsDaniel P. Berrangé4-8/+179
2022-05-16tests: add more helper macros for creating TLS x509 certsDaniel P. Berrangé1-0/+53
2022-05-16tests: fix encoding of IP addresses in x509 certsDaniel P. Berrangé2-5/+22
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer12-1/+76
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer24-43/+77
2022-05-16virtio/vhost-user: dynamically assign VhostUserHostNotifiersAlex Bennée3-18/+108
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée3-13/+35
2022-05-16include/hw: start documenting the vhost APIAlex Bennée1-10/+122
2022-05-16docs/devel: start documenting writing VirtIO devicesAlex Bennée2-0/+215
2022-05-16libvhost-user: expose vu_request_to_stringAlex Bennée2-1/+10
2022-05-16vhost-user.rst: add clarifying language about protocol negotiationAlex Bennée1-2/+16
2022-05-16docs: vhost-user: replace master/slave with front-end/back-endPaolo Bonzini2-180/+180