aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-16qapi: Drop unnecessary empty lines in commentsAndrea Bolognani11-48/+0
2022-05-16qapi: Add missing separators between sectionsAndrea Bolognani5-0/+18
2022-05-16qapi: Fix comment indentationAndrea Bolognani1-15/+15
2022-05-16qapi: Drop stray trailing symbolAndrea Bolognani1-1/+1
2022-05-16qapi: Fix malformed "Since:" section tagsMarkus Armbruster4-5/+4
2022-05-15Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu i...Richard Henderson2-9/+30
2022-05-15target/openrisc: Do not reset delay slot flag on early tb exitStafford Horne1-0/+11
2022-05-15hw/openrisc: use right OMPIC size variableJason A. Donenfeld1-2/+2
2022-05-15hw/openrisc: support 4 serial ports in or1ksimJason A. Donenfeld1-6/+16
2022-05-13Merge tag 'linux-headers-v5.18-rc6' of https://gitlab.com/alex.williamson/qem...Richard Henderson13-235/+383
2022-05-13linux-headers: Update to v5.18-rc6Alex Williamson13-235/+383
2022-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson51-497/+1071
2022-05-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingRichard Henderson20-89/+261
2022-05-12qemu-iotests: inline common.config into common.rcPaolo Bonzini2-53/+19
2022-05-12vmxcap: add tertiary execution controlsPaolo Bonzini1-0/+17
2022-05-12vl: make machine type deprecation a warningPaolo Bonzini1-1/+1
2022-05-12nbd/server: Allow MULTI_CONN for shared writable exportsEric Blake10-11/+172
2022-05-12qemu-nbd: Pass max connections to blockdev layerEric Blake3-6/+6
2022-05-12tests/qtest/fdc-test: Add a regression test for CVE-2021-3507Philippe Mathieu-Daudé1-0/+21
2022-05-12hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)Philippe Mathieu-Daudé1-0/+8
2022-05-12meson: link libpng independent of vncKshitij Suri1-1/+2
2022-05-12vhost-backend: do not depend on CONFIG_VHOST_VSOCKPaolo Bonzini1-4/+0
2022-05-12coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_allPaolo Bonzini3-19/+11
2022-05-12coroutine-lock: introduce qemu_co_queue_enter_allPaolo Bonzini3-1/+21
2022-05-12coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_nextPaolo Bonzini2-17/+11
2022-05-12net: slirp: allow CFI with libslirp >= 4.7Paolo Bonzini1-14/+17
2022-05-12net: slirp: add support for CFI-friendly timer APIPaolo Bonzini1-1/+40
2022-05-12net: slirp: switch to slirp_newPaolo Bonzini2-7/+22
2022-05-12net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini1-5/+14
2022-05-12slirp: bump submodule past 4.7 releasePaolo Bonzini1-0/+0
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini2-16/+22
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini5-69/+74
2022-05-12machine: add mem compound propertyPaolo Bonzini3-83/+138
2022-05-12machine: add boot compound propertyPaolo Bonzini3-58/+57
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini18-82/+127
2022-05-12.gitlab-ci.d: export meson testlog.txt as an artifactDaniel P. Berrangé1-2/+10
2022-05-12tests/qemu-iotests: print intent to run a test in TAP modeDaniel P. Berrangé1-0/+3
2022-05-12iotests/testrunner: Flush after run_test()Hanna Reitz1-0/+1
2022-05-12coroutine: Revert to constant batch sizeKevin Wolf1-8/+14
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf3-9/+7
2022-05-12tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger4-4/+301
2022-05-12tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger6-0/+32
2022-05-12tests/qtest/libqos/pci: Introduce pio_limitEric Auger4-31/+54
2022-05-12hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow3-13/+6
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow5-120/+120
2022-05-12meson: Make mremap() detecting works correctlyJuan Quintela1-2/+3
2022-05-12checkpatch: fix g_malloc checkPaolo Bonzini1-2/+2
2022-05-12target/i386: do not consult nonexistent host leavesPaolo Bonzini1-5/+36
2022-05-12pc-bios/optionrom: compile with -Wno-array-boundsPaolo Bonzini1-0/+1
2022-05-12pc-bios/optionrom: detect -fno-piePaolo Bonzini2-2/+2