index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
Age
Commit message (
Expand
)
Author
2023-02-27
hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
Philippe Mathieu-Daudé
2023-02-27
hw/vfio/ccw: Remove pointless S390CCWDevice variable
Philippe Mathieu-Daudé
2023-02-27
hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_CCW_DEVICE()
Philippe Mathieu-Daudé
2023-02-27
hw/vfio/ccw: Use intermediate S390CCWDevice variable
Philippe Mathieu-Daudé
2023-02-27
hw/vfio/ccw: Simplify using DEVICE() macro
Philippe Mathieu-Daudé
2023-02-16
vfio: Alphabetize migration section of VFIO trace-events file
Avihai Horon
2023-02-16
vfio/migration: Remove VFIO migration protocol v1
Avihai Horon
2023-02-16
vfio/migration: Implement VFIO migration protocol v2
Avihai Horon
2023-02-16
vfio/migration: Rename functions/structs related to v1 protocol
Avihai Horon
2023-02-16
vfio/migration: Move migration v1 logic to vfio_migration_init()
Avihai Horon
2023-02-16
vfio/migration: Block multiple devices migration
Avihai Horon
2023-02-16
vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent...
Avihai Horon
2023-02-16
vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
Avihai Horon
2023-02-16
vfio/migration: Fix NULL pointer dereference bug
Avihai Horon
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2022-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-07
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu
2022-11-03
vfio/migration: Fix wrong enum usage
Avihai Horon
2022-09-27
vfio/common: Fix vfio_iommu_type1_info use after free
Alex Williamson
2022-09-27
vfio/migration: Fix incorrect initialization value for parameters in VFIOMigr...
Kunkun Jiang
2022-06-14
ui/console: Do not return a value with ui_info
Akihiko Odaki
2022-06-08
vfio/common: remove spurious warning on vfio_listener_region_del
Eric Auger
2022-05-24
hw/vfio/pci-quirks: Resolve redundant property getters
Bernhard Beschow
2022-05-13
linux-headers: Update to v5.18-rc6
Alex Williamson
2022-05-06
vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mr
Yi Liu
2022-05-06
vfio/pci: Use vbasedev local variable in vfio_realize()
Eric Auger
2022-05-06
hw/vfio/pci: fix vfio_pci_hot_reset_result trace point
Eric Auger
2022-05-06
vfio/common: remove spurious tpm-crb-cmd misalignment warning
Eric Auger
2022-05-06
vfio/common: Fix a small boundary issue of a trace
Xiang Chen
2022-05-06
vfio: defer to commit kvm irq routing when enable msi/msix
Longpeng(Mike)
2022-05-06
Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
Longpeng(Mike)
2022-05-06
vfio: simplify the failure path in vfio_msi_enable
Longpeng(Mike)
2022-05-06
vfio: move re-enabling INTX out of the common helper
Longpeng(Mike)
2022-05-06
vfio: simplify the conditional statements in vfio_msi_enable
Longpeng(Mike)
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-11-17
vfio: Fix memory leak of hostwin
Peng Liang
2021-11-01
vfio/common: Add a trace point when a MMIO RAM section cannot be mapped
Kunkun Jiang
2021-11-01
vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration
Kunkun Jiang
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-30
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-16
hw/vfio: Fix typo in comments
Cai Huoqing
[next]