aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell37-227/+924
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
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu2-0/+2
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu1-1/+2
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu2-20/+19
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu2-22/+32
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu1-14/+9
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu2-17/+18
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu2-10/+35
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini1-1/+12
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini3-11/+196
2021-05-26object: add more commands to preconfig modePaolo Bonzini2-2/+6
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong2-2/+4
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé5-3/+3
2021-05-26configure: simplify assignment to GIT_SUBMODULESPaolo Bonzini2-14/+8
2021-05-26configure: check for submodules if --with-git-submodules=ignorePaolo Bonzini1-18/+22
2021-05-26configure: Only clone softfloat-3 repositories if TCG is enabledPhilippe Mathieu-Daudé1-2/+5
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé1-4/+4
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin1-2/+1
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin1-37/+0
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin1-4/+47
2021-05-26pckbd: add function kbd_pending()Volker Rümelin1-7/+14
2021-05-26pckbd: add controller response queueVolker Rümelin1-7/+35
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin1-5/+28
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin1-0/+61
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin2-20/+84
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin1-10/+22