aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-06docs: do not talk about past removal as happening in the futurePaolo Bonzini1-3/+2
2023-01-06meson: accept relative symlinks in "meson introspect --installed" dataPaolo Bonzini1-1/+0
2023-01-06meson: cleanup compiler detectionPaolo Bonzini1-27/+35
2023-01-06meson: support meson 0.64 -Doptimization=plainPaolo Bonzini1-9/+7
2023-01-06configure: test all warningsPaolo Bonzini1-2/+5
2023-01-06tests/qapi-schema: remove Meson workaroundPaolo Bonzini1-5/+1
2023-01-06meson: cleanup dummy-cpus.c rulesPaolo Bonzini1-7/+2
2023-01-06meson: tweak hardening options for WindowsPaolo Bonzini1-4/+1
2023-01-06configure: remove backwards-compatibility and obsolete optionsPaolo Bonzini2-21/+1
2023-01-06configure: preserve qemu-ga variablesPaolo Bonzini1-17/+6
2023-01-06configure: cleanup $cpu testsPaolo Bonzini1-12/+7
2023-01-06configure: remove dead functionPaolo Bonzini1-4/+0
2023-01-06configure: remove useless write_c_skeletonPaolo Bonzini1-1/+0
2023-01-06ide: Add "ide-cf" driver, a CompactFlash cardLubomir Rintel1-0/+32
2023-01-06ide: Add 8-bit data modeLubomir Rintel2-10/+34
2023-01-06util/log: Always send errors to logfile when daemonizedGreg Kurz1-19/+53
2023-01-06util/log: do not close and reopen log files when flags are turned offPaolo Bonzini1-8/+6
2023-01-06hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé2-1/+1
2023-01-06typedefs: Forward-declare AccelStatePhilippe Mathieu-Daudé2-2/+3
2023-01-05Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingPeter Maydell3-3/+36
2023-01-05Merge tag 'mem-2023-01-02' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell3-11/+31
2023-01-04.gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobsThomas Huth1-3/+4
2023-01-04python: add 3.11 to supported listJohn Snow1-1/+2
2023-01-04iotests/check: Fix typing for sys.exit() valueJohn Snow1-1/+1
2023-01-04Python: fix flake8 configJohn Snow1-1/+2
2023-01-04python/machine: Handle termination cases without QMPJohn Snow1-0/+6
2023-01-04python/machine: Add debug logging to key state changesJohn Snow1-0/+25
2023-01-04Merge tag 'pull-testing-next-231222-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell11-227/+47
2023-01-04Merge tag 'pull-9p-20221223' of https://github.com/cschoenebeck/qemu into sta...Peter Maydell5-38/+37
2022-12-28hostmem: Honor multiple preferred nodes if possibleMichal Privoznik2-2/+22
2022-12-28virtio-mem: Fix typo in function namePhilippe Mathieu-Daudé1-6/+6
2022-12-28virtio-mem: Fix the iterator variable in a vmem->rdl_list loopChenyi Qiang1-1/+1
2022-12-28virtio-mem: Fix the bitmap index of the section offsetChenyi Qiang1-2/+2
2022-12-23gitlab-ci: Disable docs and GUIs for the build-tci and build-tcg-disabled jobsThomas Huth1-2/+4
2022-12-23tests/docker: use prebuilt toolchain for debian-hexagon-crossMukilan Thiyagarajan6-205/+20
2022-12-23tests/tcg: fix unused variable in linux-testAlex Bennée1-1/+5
2022-12-23configure: repeat ourselves for the benefit of CIAlex Bennée1-3/+4
2022-12-23gitlab: turn off verbose logging for make check on custom runnersAlex Bennée3-13/+13
2022-12-23configure: Fix check-tcg not executing any testsMukilan Thiyagarajan1-3/+1
2022-12-23hw/9pfs: Replace the direct call to xxxat() APIs with a wrapperBin Meng2-20/+27
2022-12-23hw/9pfs: Drop unnecessary *xattr wrapper API declarationsBin Meng1-11/+0
2022-12-23qemu/xattr.h: Exclude <sys/xattr.h> for WindowsBin Meng1-1/+3
2022-12-23MAINTAINERS: Add 9p test client to section "virtio-9p"Christian Schoenebeck1-0/+1
2022-12-239pfs: Fix some return statements in the synth backendGreg Kurz1-6/+6
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell20-34/+220
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt1-15/+43
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt4-0/+64
2022-12-21hw/ppc/e500: Move comment to more appropriate placeBernhard Beschow1-1/+1
2022-12-21hw/ppc/e500: Resolve variable shadowingBernhard Beschow1-3/+1
2022-12-21hw/ppc/e500: Prefer local variable over qdev_get_machine()Bernhard Beschow1-3/+2