aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-19hw/nvme: fix endianness issue for shadow doorbellsKlaus Jensen
2023-07-17Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-17Merge tag 'pull-target-arm-20230717' of https://git.linaro.org/people/pmaydel...Richard Henderson
2023-07-17Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi
2023-07-17audio/pw: improve channel position codeMarc-André Lureau
2023-07-17audio/pw: remove wrong commentMarc-André Lureau
2023-07-17audio/pw: simplify error reporting in stream creationMarc-André Lureau
2023-07-17audio/pw: add more error reportingMarc-André Lureau
2023-07-17audio/pw: factorize some common codeMarc-André Lureau
2023-07-17audio/pw: add more details on errorMarc-André Lureau
2023-07-17audio/pw: trace during init before calling pipewire APIMarc-André Lureau
2023-07-17audio/pw: needless check for NULLMarc-André Lureau
2023-07-17audio/pw: drop needless case statementMarc-André Lureau
2023-07-17audio/pw: Pipewire->PipeWire case fix for user-visible textMarc-André Lureau
2023-07-17tests/lcitool: add pipewireMarc-André Lureau
2023-07-17libvirt-ci: update submodule to cover pipewireMarc-André Lureau
2023-07-17ui/gtk: skip refresh if new dmabuf has been submittedDongwon Kim
2023-07-17ui/gtk: set scanout-mode right before scheduling drawDongwon Kim
2023-07-17virtio-gpu-udmabuf: correct naming of QemuDmaBuf size propertiesDongwon Kim
2023-07-17virtio-gpu: replace the surface with null surface when resettingDongwon Kim
2023-07-17ui/gtk: Make sure the right EGL context is currently boundDongwon Kim
2023-07-17ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255)Mauro Matteo Cascella
2023-07-17virtio-gpu: fix potential divide-by-zero regressionMarc-André Lureau
2023-07-17hw/nvram: Avoid unnecessary Xilinx eFuse backstore writeTong Ho
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell
2023-07-17target/arm/ptw.c: Account for FEAT_RME when applying {N}SW, SA bitsPeter Maydell
2023-07-17target/arm: Fix S1_ptw_translate() debug pathPeter Maydell
2023-07-17target/arm/ptw.c: Add comments to S1Translate struct fieldsPeter Maydell
2023-07-17linux-user: Remove pointless NULL check in clock_adjtime handlingPeter Maydell
2023-07-17hw/arm/sbsa-ref: set 'slots' property of xhciYuquan Wang
2023-07-15Merge tag 'pull-tpm-2023-07-14-1' of https://github.com/stefanberger/qemu-tpm...Richard Henderson
2023-07-15Merge tag 'pull-tcg-20230715' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson
2023-07-15linux-user/arm: Do not allocate a commpage at all for M-profile CPUsPhilippe Mathieu-Daudé
2023-07-15linux-user: Drop uint and ulongJuan Quintela
2023-07-15linux-user: Simplify target_madviseRichard Henderson
2023-07-15linux-user: Remove can_passthrough_madviseRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15accel/tcg: Accept more page flags in page_check_rangeRichard Henderson
2023-07-15linux-user: Simplify target_munmapRichard Henderson
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson