aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang2-26/+92
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang1-20/+26
2022-05-14target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang2-0/+50
2022-05-14qdev-properties: Add a new macro with bitmask check for uint64_t propertyYang Weijiang2-0/+31
2022-05-14i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo3-128/+6
2022-05-14qga-vss: Use the proper operator to free memoryKonstantin Kostiuk1-2/+2
2022-05-14qga-vss: Add auto generated headers to dependenciesKonstantin Kostiuk1-1/+1
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov1-3/+10
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
2022-05-11Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson172-406/+424