index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-08
1
-61
/
+5
|
\
|
*
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu
2022-11-07
1
-61
/
+5
*
|
vfio/migration: Fix wrong enum usage
Avihai Horon
2022-11-03
1
-1
/
+1
|
/
*
vfio/common: Fix vfio_iommu_type1_info use after free
Alex Williamson
2022-09-27
1
-17
/
+19
*
vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...
Kunkun Jiang
2022-09-27
1
-0
/
+2
*
ui/console: Do not return a value with ui_info
Akihiko Odaki
2022-06-14
1
-5
/
+3
*
vfio/common: remove spurious warning on vfio_listener_region_del
Eric Auger
2022-06-08
2
-2
/
+10
*
hw/vfio/pci-quirks: Resolve redundant property getters
Bernhard Beschow
2022-05-24
1
-25
/
+9
*
linux-headers: Update to v5.18-rc6
Alex Williamson
2022-05-13
2
-15
/
+18
*
vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr
Yi Liu
2022-05-06
1
-8
/
+8
*
vfio/pci: Use vbasedev local variable in vfio_realize()
Eric Auger
2022-05-06
1
-24
/
+25
*
hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
Eric Auger
2022-05-06
1
-1
/
+1
*
vfio/common: remove spurious tpm-crb-cmd misalignment warning
Eric Auger
2022-05-06
2
-1
/
+27
*
vfio/common: Fix a small boundary issue of a trace
Xiang Chen
2022-05-06
1
-4
/
+3
*
vfio: defer to commit kvm irq routing when enable msi/msix
Longpeng(Mike)
2022-05-06
2
-33
/
+99
*
Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
Longpeng(Mike)
2022-05-06
1
-17
/
+3
*
vfio: simplify the failure path in vfio_msi_enable
Longpeng(Mike)
2022-05-06
1
-14
/
+2
*
vfio: move re-enabling INTX out of the common helper
Longpeng(Mike)
2022-05-06
1
-6
/
+11
*
vfio: simplify the conditional statements in vfio_msi_enable
Longpeng(Mike)
2022-05-06
1
-2
/
+2
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
3
-21
/
+21
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
2
-4
/
+4
*
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
1
-1
/
+4
*
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2022-02-21
1
-1
/
+1
*
vfio: Fix memory leak of hostwin
Peng Liang
2021-11-17
1
-0
/
+8
*
vfio/common: Add a trace point when a MMIO RAM section cannot be mapped
Kunkun Jiang
2021-11-01
1
-0
/
+7
*
vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration
Kunkun Jiang
2021-11-01
1
-1
/
+18
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-2
/
+2
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
2
-0
/
+2
*
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-30
1
-0
/
+1
*
hw/vfio: Fix typo in comments
Cai Huoqing
2021-09-16
4
-6
/
+6
*
vfio-ccw: forward halt/clear errors
Cornelia Huck
2021-09-06
1
-2
/
+2
*
vfio: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2021-08-26
1
-4
/
+2
*
vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processor
Cai Huoqing
2021-07-14
1
-0
/
+8
*
vfio/pci: Change to use vfio_pci_is()
Cai Huoqing
2021-07-14
1
-2
/
+2
*
vfio: Fix CID 1458134 in vfio_register_ram_discard_listener()
David Hildenbrand
2021-07-14
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...
Peter Maydell
2021-07-12
1
-1
/
+1
|
\
|
*
target/s390x: move kvm files into kvm/
Cho, Yu-Chen
2021-07-07
1
-1
/
+1
*
|
vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus
David Hildenbrand
2021-07-08
1
-12
/
+53
*
|
vfio: Support for RamDiscardManager in the vIOMMU case
David Hildenbrand
2021-07-08
1
-0
/
+39
*
|
vfio: Sanity check maximum number of DMA mappings with RamDiscardManager
David Hildenbrand
2021-07-08
1
-0
/
+43
*
|
vfio: Query and store the maximum number of possible DMA mappings
David Hildenbrand
2021-07-08
1
-0
/
+4
*
|
vfio: Support for RamDiscardManager in the !vIOMMU case
David Hildenbrand
2021-07-08
1
-0
/
+164
|
/
*
s390x/css: Add passthrough IRB
Eric Farman
2021-06-21
1
-0
/
+4
*
vfio/migration: Correct device state from vmstate change for savevm case
Kirti Wankhede
2021-06-18
1
-1
/
+10
*
vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
Kunkun Jiang
2021-06-18
1
-0
/
+1
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
vfio-ccw: Attempt to clean up all IRQs on error
Eric Farman
2021-05-20
1
-3
/
+5
*
vfio-ccw: Permit missing IRQs
Eric Farman
2021-05-20
1
-5
/
+7
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
3
-3
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
[next]