aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Merge remote-tracking branch 'remotes/philmd/tags/gitlab-ci-20210527' into st...Peter Maydell12-1124/+1180
2021-05-27gitlab: Convert check-dco/check-patch jobs to the 'rules' syntaxPhilippe Mathieu-Daudé1-7/+9
2021-05-27gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'Philippe Mathieu-Daudé1-2/+2
2021-05-27gitlab: Run Avocado tests manually (except mainstream CI)Philippe Mathieu-Daudé2-0/+36
2021-05-27gitlab: Keep Avocado reports during 1 weekPhilippe Mathieu-Daudé1-2/+2
2021-05-27gitlab: Extract cross-container jobs to container-cross.ymlPhilippe Mathieu-Daudé2-193/+193
2021-05-27gitlab: Document how forks can use different set of jobsPhilippe Mathieu-Daudé1-0/+13
2021-05-27gitlab: Move current job set to qemu-project.ymlPhilippe Mathieu-Daudé2-7/+12
2021-05-27gitlab: Extract all default build/test jobs to buildtest.ymlPhilippe Mathieu-Daudé2-729/+731
2021-05-27gitlab: Drop linux user build job for CentOS 7Daniel P. Berrangé1-9/+0
2021-05-27gitlab: Extract core container jobs to container-core.ymlPhilippe Mathieu-Daudé2-16/+18
2021-05-27gitlab: Extract default build/test jobs templatesPhilippe Mathieu-Daudé2-70/+70
2021-05-27gitlab: Extract build stages to stages.ymlPhilippe Mathieu-Daudé2-9/+9
2021-05-27gitlab: Extract DCO/style check jobs to static_checks.ymlPhilippe Mathieu-Daudé2-25/+25
2021-05-27gitlab: Extract crossbuild job templates to crossbuild-template.ymlPhilippe Mathieu-Daudé2-41/+43
2021-05-27gitlab: Extract container job template to container-template.ymlPhilippe Mathieu-Daudé2-21/+23
2021-05-27gitlab: Enable cross-i386 builds of TCIRichard Henderson1-1/+10
2021-05-27gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTSRichard Henderson1-6/+6
2021-05-27gitlab: Replace YAML anchors by extends (acceptance_test_job)Philippe Mathieu-Daudé1-19/+11
2021-05-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210526a'...Peter Maydell5-78/+96
2021-05-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell37-227/+924
2021-05-26migration/rdma: source: poll cm_event from return pathLi Zhijian1-4/+38
2021-05-26migration/rdma: destination: create the return patch after the first acceptLi Zhijian1-11/+21
2021-05-26migration/rdma: Fix rdma_addrinfo res leaksLi Zhijian1-0/+3
2021-05-26migration/rdma: cleanup rdma in rdma_start_incoming_migration error pathLi Zhijian1-2/+5
2021-05-26migration/rdma: Fix cm_event used before being initializedLi Zhijian1-1/+0
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour1-2/+2
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour1-2/+2
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal1-14/+5
2021-05-26virtiofsd: Check EOF before short readVivek Goyal1-11/+10
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal1-10/+4
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal1-11/+6
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal1-11/+3
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal1-5/+0
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal1-0/+3
2021-05-26hmp: Fix loadvm to resume the VM on success instead of failureKevin Wolf1-1/+1
2021-05-26Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request...Peter Maydell4-85/+293
2021-05-26gitlab-ci: use --meson=git for CFI jobsPaolo Bonzini1-2/+2
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat1-5/+7
2021-05-26configure: Avoid error messages about missing *-config-*.h filesThomas Huth1-4/+8
2021-05-26doc: Add notes about -mon option mode=control argument.Ali Shirvani1-2/+5
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini5-5/+26
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini1-2/+0
2021-05-26replication: move include out of root directoryPaolo Bonzini5-6/+6
2021-05-26remove qemu-options* from root directoryPaolo Bonzini6-49/+31
2021-05-26meson: Set implicit_include_directories to falseKatsuhiro Ueno1-0/+1
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé1-0/+1
2021-05-26KVM: Dirty ring supportPeter Xu3-3/+385
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu1-14/+23
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu2-0/+58