aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27gitlab: Use $CI_DEFAULT_BRANCH instead of hardcoded 'master'Philippe Mathieu-Daudé
2021-05-27gitlab: Run Avocado tests manually (except mainstream CI)Philippe Mathieu-Daudé
2021-05-27gitlab: Keep Avocado reports during 1 weekPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract cross-container jobs to container-cross.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Document how forks can use different set of jobsPhilippe Mathieu-Daudé
2021-05-27gitlab: Move current job set to qemu-project.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract all default build/test jobs to buildtest.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Drop linux user build job for CentOS 7Daniel P. Berrangé
2021-05-27gitlab: Extract core container jobs to container-core.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract default build/test jobs templatesPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract build stages to stages.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract DCO/style check jobs to static_checks.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract crossbuild job templates to crossbuild-template.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Extract container job template to container-template.ymlPhilippe Mathieu-Daudé
2021-05-27gitlab: Enable cross-i386 builds of TCIRichard Henderson
2021-05-27gitlab: Rename ACCEL_CONFIGURE_OPTS to EXTRA_CONFIGURE_OPTSRichard Henderson
2021-05-27gitlab: Replace YAML anchors by extends (acceptance_test_job)Philippe Mathieu-Daudé
2021-05-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-26Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request...Peter Maydell
2021-05-26gitlab-ci: use --meson=git for CFI jobsPaolo Bonzini
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat
2021-05-26configure: Avoid error messages about missing *-config-*.h filesThomas Huth
2021-05-26doc: Add notes about -mon option mode=control argument.Ali Shirvani
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini
2021-05-26replication: move include out of root directoryPaolo Bonzini
2021-05-26remove qemu-options* from root directoryPaolo Bonzini
2021-05-26meson: Set implicit_include_directories to falseKatsuhiro Ueno
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé
2021-05-26KVM: Dirty ring supportPeter Xu
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini
2021-05-26object: add more commands to preconfig modePaolo Bonzini
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé
2021-05-26configure: simplify assignment to GIT_SUBMODULESPaolo Bonzini
2021-05-26configure: check for submodules if --with-git-submodules=ignorePaolo Bonzini
2021-05-26configure: Only clone softfloat-3 repositories if TCG is enabledPhilippe Mathieu-Daudé
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin