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
/
hw
/
vfio
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/pci: Free leaked timer in vfio_realize error path
Zhenzhong Duan
2023-06-30
1
-0
/
+3
*
vfio/pci: Fix a segfault in vfio_realize
Zhenzhong Duan
2023-06-30
1
-1
/
+3
*
vfio/migration: Make VFIO migration non-experimental
Avihai Horon
2023-06-30
1
-2
/
+2
*
vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
Shameer Kolothum
2023-06-30
1
-2
/
+2
*
vfio/pci: Fix a use-after-free issue
Zhenzhong Duan
2023-05-24
1
-1
/
+1
*
vfio/pci: Static Resizable BAR capability
Alex Williamson
2023-05-09
1
-1
/
+53
*
vfio/pci: add support for VF token
Minwoo Im
2023-05-09
1
-1
/
+12
*
vfio/migration: Rename entry points
Alex Williamson
2023-03-07
1
-3
/
+3
*
vfio/migration: Block migration with vIOMMU
Joao Martins
2023-03-07
1
-0
/
+1
*
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: defer to commit kvm irq routing when enable msi/msix
Longpeng(Mike)
2022-05-06
1
-33
/
+97
*
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
1
-5
/
+5
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-2
/
+2
*
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-03-15
1
-1
/
+4
*
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
*
hw/vfio: Fix typo in comments
Cai Huoqing
2021-09-16
1
-3
/
+3
*
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
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration
Shenming Lu
2021-03-16
1
-3
/
+17
*
hw/vfio/pci-quirks: Replace the word 'blacklist'
Philippe Mathieu-Daudé
2021-03-16
1
-2
/
+2
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
vfio: Change default dirty pages tracking behavior during migration
Kirti Wankhede
2020-11-23
1
-0
/
+3
*
vfio: Make migration support experimental
Alex Williamson
2020-11-23
1
-0
/
+2
*
vfio: Make vfio-pci device migration capable
Kirti Wankhede
2020-11-01
1
-20
/
+8
*
vfio: Add save and load functions for VFIO PCI devices
Kirti Wankhede
2020-11-01
1
-0
/
+51
*
vfio: Add vfio_get_object callback to VFIODeviceOps
Kirti Wankhede
2020-11-01
1
-0
/
+8
*
vfio: Rename PCI_VFIO to VFIO_PCI
Eduardo Habkost
2020-09-09
1
-11
/
+11
*
vfio/pci: Move QOM macros to header
Eduardo Habkost
2020-08-27
1
-3
/
+0
*
error: Eliminate error_propagate() with Coccinelle, part 2
Markus Armbruster
2020-07-10
1
-2
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-5
/
+2
*
vfio: Convert to ram_block_discard_disable()
David Hildenbrand
2020-07-02
1
-3
/
+3
*
vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
Peter Xu
2020-06-10
1
-22
/
+15
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
vfio/pci: Don't remove irqchip notifier if not registered
Peter Xu
2020-01-06
1
-1
/
+3
*
vfio/pci: Respond to KVM irqchip change notifier
David Gibson
2019-11-26
1
-6
/
+19
*
vfio/pci: Split vfio_intx_update()
David Gibson
2019-11-26
1
-17
/
+22
*
vfio: don't ignore return value of migrate_add_blocker
Jens Freimann
2019-11-18
1
-1
/
+1
*
hw/vfio/pci: Fix double free of migration_blocker
Michal Privoznik
2019-11-18
1
-0
/
+2
*
vfio: unplug failover primary device before migration
Jens Freimann
2019-10-29
1
-6
/
+20
*
hw/vfio/pci: fix double free in vfio_msi_disable
Evgeny Yakovlev
2019-10-10
1
-0
/
+1
*
vfio: fix a typo
Chen Zhang
2019-09-19
1
-2
/
+2
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
[next]