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
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-25
vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_...
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_info
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_in...
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICE
Mark Cave-Ayland
6
-31
/
+32
2025-09-25
vfio/pci.c: rename vfio_pci_dev_info to vfio_pci_info
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_pci_dev_class_init() to vfio_pci_class_init()
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_instance_finalize() to vfio_pci_finalize()
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/pci.c: rename vfio_instance_init() to vfio_pci_init()
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/spapr.c: rename VFIOContainer bcontainer field to parent_obj
Mark Cave-Ayland
1
-3
/
+4
2025-09-25
vfio/spapr.c: use QOM casts where appropriate
Mark Cave-Ayland
1
-12
/
+7
2025-09-25
vfio/vfio-iommufd.h: rename VFIOContainer bcontainer field to parent_obj
Mark Cave-Ayland
1
-3
/
+4
2025-09-25
vfio/cpr-iommufd.c: use QOM casts where appropriate
Mark Cave-Ayland
1
-2
/
+2
2025-09-25
vfio/iommufd.c: use QOM casts where appropriate
Mark Cave-Ayland
1
-20
/
+14
2025-09-25
hw/vfio/container-base.c: rename file to container.c
Mark Cave-Ayland
2
-1
/
+1
2025-09-25
hw/vfio/container.c: rename file to container-legacy.c
Mark Cave-Ayland
2
-1
/
+1
2025-09-25
include/hw/vfio/vfio-container-base.h: rename file to vfio-container.h
Mark Cave-Ayland
6
-8
/
+8
2025-09-25
include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.h
Mark Cave-Ayland
6
-8
/
+8
2025-09-25
include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainer
Mark Cave-Ayland
17
-151
/
+154
2025-09-25
include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainer
Mark Cave-Ayland
6
-54
/
+60
2025-09-25
tests/functional: add a vfio-user smoke test
Mark Cave-Ayland
3
-0
/
+203
2025-09-24
accel/tcg: Remove cpu_loop_exit_restore() stub
Philippe Mathieu-Daudé
2
-6
/
+1
2025-09-24
accel/tcg: Remove dead mmap_unlock() call in invalidate_phys_page_range
Philippe Mathieu-Daudé
1
-1
/
+0
2025-09-24
accel/tcg: Improve buffer overflow in tb_gen_code
Richard Henderson
1
-0
/
+4
2025-09-24
accel/tcg: Create queue_tb_flush from tb_flush
Richard Henderson
3
-20
/
+10
2025-09-24
linux-user: Split out begin_parallel_context
Richard Henderson
3
-17
/
+19
2025-09-24
plugins: Use tb_flush__exclusive_or_serial
Richard Henderson
3
-8
/
+5
2025-09-24
accel/tcg: Move post-load tb_flush to vm_change_state hook
Richard Henderson
2
-9
/
+21
2025-09-24
accel/tcg: Split out tb_flush__exclusive_or_serial
Richard Henderson
2
-14
/
+40
2025-09-24
hw/ppc/spapr: Use tb_invalidate_phys_range in h_page_init
Richard Henderson
1
-2
/
+2
2025-09-24
target/riscv: Record misa_ext in TCGTBCPUState.cs_base
Richard Henderson
2
-4
/
+2
2025-09-24
target/alpha: Simplify call_pal implementation
Richard Henderson
4
-27
/
+6
2025-09-24
gdbstub: Remove tb_flush uses
Richard Henderson
2
-8
/
+0
2025-09-24
tests/tcg/multiarch: Add tb-link test
Richard Henderson
2
-0
/
+69
2025-09-24
accel/tcg: Properly unlink a TB linked to itself
Richard Henderson
1
-0
/
+8
2025-09-24
docs/code-provenance: AI exceptions are in addition to DCO
Paolo Bonzini
1
-0
/
+6
2025-09-24
docs/code-provenance: make the exception process more prominent
Paolo Bonzini
1
-5
/
+10
2025-09-24
docs/code-provenance: clarify scope very early
Paolo Bonzini
1
-6
/
+6
2025-09-24
hw/xen: Do not unparent in instance_finalize()
Akihiko Odaki
1
-10
/
+1
2025-09-24
vfio: Do not unparent in instance_finalize()
Akihiko Odaki
2
-11
/
+1
2025-09-24
hw/sd/sdhci: Do not unparent in instance_finalize()
Akihiko Odaki
1
-4
/
+0
2025-09-24
hv-balloon: hw/core/register: Do not unparent in instance_finalize()
Akihiko Odaki
1
-11
/
+1
2025-09-24
hw/core/register: Do not unparent in instance_finalize()
Akihiko Odaki
1
-1
/
+0
2025-09-24
vfio/pci: Do not unparent in instance_finalize()
Akihiko Odaki
1
-4
/
+0
2025-09-24
docs/devel: Do not unparent in instance_finalize()
Akihiko Odaki
1
-11
/
+6
2025-09-24
tests/functional: treat unknown exceptions as transient faults
Daniel P. Berrangé
1
-1
/
+2
2025-09-24
tests/functional: retry when seeing ConnectionError exception
Daniel P. Berrangé
1
-0
/
+7
2025-09-24
tests: Fix "make check-functional" for targets without thorough tests
Thomas Huth
1
-0
/
+3
2025-09-24
tests/functional/hppa: Add a CD-ROM boot test for qemu-system-hppa
Thomas Huth
3
-1
/
+43
2025-09-24
.gitlab-ci.d/buildtest.yml: Unset CI_COMMIT_DESCRIPTION for htags
Peter Maydell
1
-1
/
+1
[next]