summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-14tests/functional/test_s390x_tuxrun: Check whether the machine is availableThomas Huth1-0/+1
2025-05-14include/hw/dma/xlnx_dpdma: Remove dependency on console.hThomas Huth1-1/+0
2025-05-14s390x: Fix leak in machine_set_loadparmFabiano Rosas1-0/+1
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine typeThomas Huth2-18/+0
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine typeThomas Huth2-20/+0
2025-05-14hw/s390x: Remove the obsolete hpage_1m_allowed switchThomas Huth3-45/+0
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine typeThomas Huth1-15/+0
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine typeThomas Huth1-14/+0
2025-05-14target/s390x: Rename the qemu_V2_11 feature set to qemu_MINThomas Huth1-2/+3
2025-05-14hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" codeThomas Huth1-36/+1
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine typeThomas Huth1-25/+0
2025-05-14hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine typeThomas Huth1-12/+0
2025-05-09docs/devel/testing/functional: Fix typoGustavo Romero1-1/+1
2025-05-09docs: replace `-hda` with `-drive` & update `root=` kernel parameterIntegral3-5/+5
2025-05-09qapi/machine-target.json: fix "in in" typo in commentMichael Tokarev1-1/+1
2025-05-09hw/display/apple-gfx.m: fix "in in" typo in commentMichael Tokarev1-1/+1
2025-05-09qapi/qom.json: fix "the the" typo in commentMichael Tokarev1-1/+1
2025-05-09include/hw/xen/interface/io/blkif.h: fix "the the" typo in commentMichael Tokarev1-1/+1
2025-05-09include/exec/cpu-common.h: fix "the the" typo in commentMichael Tokarev1-1/+1
2025-05-09hw/xen/xen-hvm-common.c: fix "the the" typo in commentMichael Tokarev1-1/+1
2025-05-09block.c: fix "the the" typo in commentMichael Tokarev1-1/+1
2025-05-09linux-user/mmap.c: fix "of of" typo in commentMichael Tokarev1-1/+1
2025-05-09hw/acpi/pcihp: Fix typo in function nameGustavo Romero5-5/+5
2025-05-09hw/pci-host/gpex-acpi: Fix typo in commentGustavo Romero1-1/+1
2025-05-09hw/net/e1000: Remove stray empty comment in headerGustavo Romero1-1/+1
2025-05-09qom/object: Fix typo in commentGustavo Romero1-1/+1
2025-05-09hw/core/machine: Fix indentationGustavo Romero1-4/+4
2025-05-09hw/i386/acpi-build: Fix typo in function nameGustavo Romero1-4/+4
2025-05-09hw/acpi/ich9: Remove ICH9_DEBUG macroGustavo Romero1-11/+0
2025-05-09hw/i386/acpi-build: Update document referenceGustavo Romero1-1/+1
2025-05-09hw/i386/acpi-build: Fix typo and grammar in commentGustavo Romero1-1/+1
2025-05-09hw/isa/ich9: Remove stray empty commentGustavo Romero1-1/+0
2025-05-09hw/pci/pci.c: Turn DPRINTF into trace eventsGustavo Romero2-13/+10
2025-05-09tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArchBibo Mao2-1/+26
2025-05-09tests/qtest/libqos: Avoid double swapping when using modern virtioThomas Huth1-15/+29
2025-05-09qtest: introduce qtest_init_extVladimir Sementsov-Ogievskiy3-40/+15
2025-05-09vfio/container: pass listener_begin/commit callbacksJohn Levon2-0/+30
2025-05-09vfio: add vfio-pci-base classJohn Levon3-24/+50
2025-05-09vfio: add read/write to device IO ops vectorJohn Levon4-20/+77
2025-05-09vfio: add region info cacheJohn Levon6-18/+31
2025-05-09vfio: add device IO ops vectorJohn Levon5-27/+114
2025-05-09vfio: implement unmap all for DMA unmap callbacksJohn Levon3-24/+51
2025-05-09vfio: add unmap_all flag to DMA unmap callbackJohn Levon5-11/+30
2025-05-09vfio: add vfio_pci_config_space_read/write()John Levon1-43/+80
2025-05-09vfio: add strread/writeerror()John Levon1-0/+14
2025-05-09vfio: consistently handle return value for helpersJohn Levon1-13/+20
2025-05-09vfio: add vfio_device_get_irq_info() helperJohn Levon6-33/+53
2025-05-09vfio: add vfio_attach_device_by_iommu_type()John Levon2-7/+18
2025-05-09vfio: add vfio_device_unprepare()John Levon4-6/+13
2025-05-09vfio: add vfio_device_prepare()John Levon4-20/+20