aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-13hw/cxl/device: Add some trivial commandsBen Widawsky1-0/+69
2022-05-13hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)Ben Widawsky1-0/+55
2022-05-13hw/cxl/device: Add a memory device (8.2.8.5)Ben Widawsky8-0/+269
2022-05-13hw/cxl/rp: Add a root portBen Widawsky5-2/+250
2022-05-13qtest/cxl: Introduce initial test for pxb-cxl only.Jonathan Cameron2-0/+26
2022-05-13hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky4-2/+98
2022-05-13cxl: Machine level control on whether CXL support is enabledJonathan Cameron4-0/+35
2022-05-13hw/pci/cxl: Create a CXL bus typeBen Widawsky2-1/+15
2022-05-13hw/pxb: Use a type for realizing expandersBen Widawsky1-4/+7
2022-05-13hw/cxl/device: Add log commands (8.2.9.4) + CELBen Widawsky1-0/+69
2022-05-13hw/cxl/device: Timestamp implementation (8.2.9.3)Ben Widawsky2-0/+48
2022-05-13hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)Ben Widawsky1-1/+26
2022-05-13hw/cxl/device: Add memory device utilitiesBen Widawsky2-4/+55
2022-05-13hw/cxl/device: Implement basic mailbox (8.2.8.4)Ben Widawsky5-2/+307
2022-05-13hw/cxl/device: Implement the CAP array (8.2.8.1-2)Ben Widawsky3-1/+140
2022-05-13hw/cxl/device: Introduce a CXL device (8.2.8)Ben Widawsky2-0/+167
2022-05-13MAINTAINERS: Add entry for Compute Express Link EmulationJonathan Cameron1-0/+7
2022-05-13hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)Ben Widawsky8-0/+697
2022-05-13hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky2-0/+18
2022-05-13intel-iommu: correct the value used for error_setg_errno()Jason Wang1-1/+1
2022-05-13virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic1-8/+14
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