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