index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-14
tests/functional/test_s390x_tuxrun: Check whether the machine is available
Thomas Huth
1
-0
/
+1
2025-05-14
include/hw/dma/xlnx_dpdma: Remove dependency on console.h
Thomas Huth
1
-1
/
+0
2025-05-14
s390x: Fix leak in machine_set_loadparm
Fabiano Rosas
1
-0
/
+1
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 4.0 machine type
Thomas Huth
2
-18
/
+0
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 3.1 machine type
Thomas Huth
2
-20
/
+0
2025-05-14
hw/s390x: Remove the obsolete hpage_1m_allowed switch
Thomas Huth
3
-45
/
+0
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 3.0 machine type
Thomas Huth
1
-15
/
+0
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.12 machine type
Thomas Huth
1
-14
/
+0
2025-05-14
target/s390x: Rename the qemu_V2_11 feature set to qemu_MIN
Thomas Huth
1
-2
/
+3
2025-05-14
hw/s390x/event-facility: Remove the obsolete "allow_all_mask_sizes" code
Thomas Huth
1
-36
/
+1
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.11 machine type
Thomas Huth
1
-25
/
+0
2025-05-14
hw/s390x/s390-virtio-ccw: Remove the deprecated 2.10 machine type
Thomas Huth
1
-12
/
+0
2025-05-09
docs/devel/testing/functional: Fix typo
Gustavo Romero
1
-1
/
+1
2025-05-09
docs: replace `-hda` with `-drive` & update `root=` kernel parameter
Integral
3
-5
/
+5
2025-05-09
qapi/machine-target.json: fix "in in" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
hw/display/apple-gfx.m: fix "in in" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
qapi/qom.json: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
include/exec/cpu-common.h: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
hw/xen/xen-hvm-common.c: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
block.c: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
linux-user/mmap.c: fix "of of" typo in comment
Michael Tokarev
1
-1
/
+1
2025-05-09
hw/acpi/pcihp: Fix typo in function name
Gustavo Romero
5
-5
/
+5
2025-05-09
hw/pci-host/gpex-acpi: Fix typo in comment
Gustavo Romero
1
-1
/
+1
2025-05-09
hw/net/e1000: Remove stray empty comment in header
Gustavo Romero
1
-1
/
+1
2025-05-09
qom/object: Fix typo in comment
Gustavo Romero
1
-1
/
+1
2025-05-09
hw/core/machine: Fix indentation
Gustavo Romero
1
-4
/
+4
2025-05-09
hw/i386/acpi-build: Fix typo in function name
Gustavo Romero
1
-4
/
+4
2025-05-09
hw/acpi/ich9: Remove ICH9_DEBUG macro
Gustavo Romero
1
-11
/
+0
2025-05-09
hw/i386/acpi-build: Update document reference
Gustavo Romero
1
-1
/
+1
2025-05-09
hw/i386/acpi-build: Fix typo and grammar in comment
Gustavo Romero
1
-1
/
+1
2025-05-09
hw/isa/ich9: Remove stray empty comment
Gustavo Romero
1
-1
/
+0
2025-05-09
hw/pci/pci.c: Turn DPRINTF into trace events
Gustavo Romero
2
-13
/
+10
2025-05-09
tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
Bibo Mao
2
-1
/
+26
2025-05-09
tests/qtest/libqos: Avoid double swapping when using modern virtio
Thomas Huth
1
-15
/
+29
2025-05-09
qtest: introduce qtest_init_ext
Vladimir Sementsov-Ogievskiy
3
-40
/
+15
2025-05-09
vfio/container: pass listener_begin/commit callbacks
John Levon
2
-0
/
+30
2025-05-09
vfio: add vfio-pci-base class
John Levon
3
-24
/
+50
2025-05-09
vfio: add read/write to device IO ops vector
John Levon
4
-20
/
+77
2025-05-09
vfio: add region info cache
John Levon
6
-18
/
+31
2025-05-09
vfio: add device IO ops vector
John Levon
5
-27
/
+114
2025-05-09
vfio: implement unmap all for DMA unmap callbacks
John Levon
3
-24
/
+51
2025-05-09
vfio: add unmap_all flag to DMA unmap callback
John Levon
5
-11
/
+30
2025-05-09
vfio: add vfio_pci_config_space_read/write()
John Levon
1
-43
/
+80
2025-05-09
vfio: add strread/writeerror()
John Levon
1
-0
/
+14
2025-05-09
vfio: consistently handle return value for helpers
John Levon
1
-13
/
+20
2025-05-09
vfio: add vfio_device_get_irq_info() helper
John Levon
6
-33
/
+53
2025-05-09
vfio: add vfio_attach_device_by_iommu_type()
John Levon
2
-7
/
+18
2025-05-09
vfio: add vfio_device_unprepare()
John Levon
4
-6
/
+13
2025-05-09
vfio: add vfio_device_prepare()
John Levon
4
-20
/
+20
[next]