aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow
2023-07-10hw/pci-host/q35: Fix double, contradicting .endianness assignmentBernhard Beschow
2023-07-10hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow
2023-07-10vhost-user: Make RESET_DEVICE a per device messageTom Lonergan
2023-07-10vhost-user: Change one_time to per_device requestTom Lonergan
2023-07-10hw/smbios: Fix core count in type4Zhao Liu
2023-07-10hw/smbios: Fix thread count in type4Zhao Liu
2023-07-10hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu
2023-07-10tests/qtest: enable tests for virtio-scmiMilan Zamazal
2023-07-10hw/virtio: Add vhost-user-scmi-pci boilerplateMilan Zamazal
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes
2023-07-10contrib/vhost-user-gpu: implement get_edid featureErico Nunes
2023-07-10docs: vhost-user-gpu: add protocol changes for EDIDErico Nunes
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-07-10target/mips: Rework cp0_timer with clock APIJiaxun Yang
2023-07-10virtio-net: pass Device-TLB enable/disable events to vhostViktor Prutyanov
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10vdpa: Remove status in reset tracingEugenio Pérez
2023-07-10Merge tag 'pull-request-2023-07-10v2' of https://gitlab.com/thuth/qemu into s...Richard Henderson
2023-07-10docs/devel: Fix coding style in style.rstThomas Huth
2023-07-10tests/qtest: massively speed up migration-testDaniel P. Berrangé
2023-07-10tests/tcg/s390x: Fix test-svc with clangIlya Leoshkevich
2023-07-10meson.build: Skip C++ detection unless we're targeting WindowsThomas Huth
2023-07-10os-posix: Allow 'chroot' via '-run-with' and deprecate the old '-chroot' optionThomas Huth
2023-07-10tests/qtest/readconfig: Test the docs/config/q35-*.cfg filesThomas Huth
2023-07-10tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtestThomas Huth
2023-07-10tests/qtest/readconfig-test: Allow testing for arbitrary memory sizesThomas Huth
2023-07-10tests/tcg/s390x: Test MVCRL with a large value in R0Ilya Leoshkevich
2023-07-10tests/tcg/s390x: Test MDEB and MDEBRIlya Leoshkevich
2023-07-10tests/tcg/s390x: Test LRAIlya Leoshkevich
2023-07-10tests/tcg/s390x: Test LARL with a large offsetIlya Leoshkevich
2023-07-10tests/tcg/s390x: Test EPSWIlya Leoshkevich
2023-07-10target/s390x: Fix relative long instructions with large offsetsIlya Leoshkevich
2023-07-10target/s390x: Fix LRA when DAT is offIlya Leoshkevich
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich
2023-07-10target/s390x: Fix MDEB and MDEBRIlya Leoshkevich
2023-07-10target/s390x: Fix EPSW CC reportingIlya Leoshkevich
2023-07-10linux-user: elfload: Add more initial s390x PSW bitsIlya Leoshkevich
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2023-07-10QGA VSS: Add log in functions begin/endKonstantin Kostiuk
2023-07-10QGA VSS: Print error in err_setKonstantin Kostiuk
2023-07-10QGA VSS: Replace 'fprintf(stderr' with qga_debugKonstantin Kostiuk
2023-07-10QGA VSS: Add wrapper to send log to debugger and stderrKonstantin Kostiuk
2023-07-10qga: Add tests for --allow-rpcs optionKonstantin Kostiuk
2023-07-10qga: Add new option --allow-rpcsKonstantin Kostiuk