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-05-12
target/i386: implement TSS trap bit
Paolo Bonzini
1
-4
/
+5
2025-05-12
target/i386: move push of error code to switch_tss_ra
Paolo Bonzini
1
-31
/
+41
2025-05-12
target/i386: list TCG-supported features for CPUID[80000021h].EAX
Paolo Bonzini
1
-1
/
+12
2025-05-12
target/i386: ignore misplaced REX prefixes
Paolo Bonzini
1
-9
/
+27
2025-05-12
rust: pl011: Really use RX FIFO depth
Paolo Bonzini
2
-7
/
+14
2025-05-12
rust: pl011: Rename RX FIFO methods
Paolo Bonzini
1
-4
/
+4
2025-05-12
modinfo: lookup compile_commands.json by object
Paolo Bonzini
2
-22
/
+15
2025-05-12
meson: remove unnecessary dependencies from specific_ss
Paolo Bonzini
1
-3
/
+0
2025-05-12
meson: do not check supported TCG architecture if no emulators built
Paolo Bonzini
3
-6
/
+8
2025-05-12
meson: drop --enable-avx* options
Paolo Bonzini
3
-21
/
+19
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
2025-05-09
linux-headers: Update to Linux v6.15-rc3
Rorie Reyes
34
-36
/
+301
2025-05-09
linux-header: update-linux-header script changes
Rorie Reyes
1
-1
/
+1
2025-05-09
vfio/igd: Remove generation limitation for IGD passthrough
Tomita Moeko
2
-37
/
+27
2025-05-09
vfio/igd: Only emulate GGC register when x-igd-gms is set
Tomita Moeko
1
-23
/
+26
2025-05-09
vfio/igd: Allow overriding GMS with 0xf0 to 0xfe on Gen9+
Tomita Moeko
1
-18
/
+41
2025-05-09
vfio/igd: Enable OpRegion by default
Tomita Moeko
2
-3
/
+3
2025-05-09
vfio/igd: Check OpRegion support on GVT-g mdev
Tomita Moeko
1
-2
/
+6
2025-05-09
vfio/igd: Check vendor and device ID on GVT-g mdev
Tomita Moeko
1
-0
/
+12
2025-05-09
vfio/igd: Detect IGD device by OpRegion
Tomita Moeko
1
-14
/
+16
2025-05-09
vfio/igd: Always emulate ASLS (OpRegion) register
Tomita Moeko
1
-5
/
+9
2025-05-09
vfio/igd: Restrict legacy mode to Gen6-9 devices
Tomita Moeko
2
-1
/
+6
2025-05-09
vfio/container: vfio_container_group_add
Steve Sistare
1