Age | Commit message (Expand) | Author | Files | Lines |
2021-11-17 | vfio: Fix memory leak of hostwin | Peng Liang | 1 | -0/+8 |
2021-11-01 | vfio/common: Add a trace point when a MMIO RAM section cannot be mapped | Kunkun Jiang | 1 | -0/+7 |
2021-11-01 | vfio/pci: Add support for mmapping sub-page MMIO BARs after live migration | Kunkun Jiang | 1 | -1/+18 |
2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf | 1 | -2/+2 |
2021-09-30 | memory: Name all the memory listeners | Peter Xu | 2 | -0/+2 |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson | 1 | -0/+1 |
2021-09-16 | hw/vfio: Fix typo in comments | Cai Huoqing | 4 | -6/+6 |
2021-09-06 | vfio-ccw: forward halt/clear errors | Cornelia Huck | 1 | -2/+2 |
2021-08-26 | vfio: Avoid error_propagate() after migrate_add_blocker() | Markus Armbruster | 1 | -4/+2 |
2021-07-14 | vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processor | Cai Huoqing | 1 | -0/+8 |
2021-07-14 | vfio/pci: Change to use vfio_pci_is() | Cai Huoqing | 1 | -2/+2 |
2021-07-14 | vfio: Fix CID 1458134 in vfio_register_ram_discard_listener() | David Hildenbrand | 1 | -1/+2 |
2021-07-12 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 1 | -1/+1 |
2021-07-08 | vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus | David Hildenbrand | 1 | -12/+53 |
2021-07-08 | vfio: Support for RamDiscardManager in the vIOMMU case | David Hildenbrand | 1 | -0/+39 |
2021-07-08 | vfio: Sanity check maximum number of DMA mappings with RamDiscardManager | David Hildenbrand | 1 | -0/+43 |
2021-07-08 | vfio: Query and store the maximum number of possible DMA mappings | David Hildenbrand | 1 | -0/+4 |
2021-07-08 | vfio: Support for RamDiscardManager in the !vIOMMU case | David Hildenbrand | 1 | -0/+164 |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 1 | -1/+1 |
2021-06-21 | s390x/css: Add passthrough IRB | Eric Farman | 1 | -0/+4 |
2021-06-18 | vfio/migration: Correct device state from vmstate change for savevm case | Kirti Wankhede | 1 | -1/+10 |
2021-06-18 | vfio: Fix unregister SaveVMHandler in vfio_migration_finalize | Kunkun Jiang | 1 | -0/+1 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-20 | vfio-ccw: Attempt to clean up all IRQs on error | Eric Farman | 1 | -3/+5 |
2021-05-20 | vfio-ccw: Permit missing IRQs | Eric Farman | 1 | -5/+7 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 3 | -3/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2 | -2/+0 |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 2 | -2/+0 |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth | 1 | -1/+0 |
2021-03-16 | vfio/migrate: Move switch of dirty tracking into vfio_memory_listener | Keqian Zhu | 2 | -44/+40 |
2021-03-16 | vfio: Support host translation granule size | Kunkun Jiang | 1 | -23/+25 |
2021-03-16 | vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration | Shenming Lu | 1 | -3/+17 |
2021-03-16 | vfio: Set the priority of the VFIO VM state change handler explicitly | Shenming Lu | 1 | -1/+2 |
2021-03-16 | vfio: Move the saving of the config space to the right place in VFIO migration | Shenming Lu | 1 | -10/+15 |
2021-03-16 | vfio: Do not register any IOMMU_NOTIFIER_DEVIOTLB_UNMAP notifier | Eric Auger | 1 | -1/+1 |
2021-03-16 | hw/vfio/pci-quirks: Replace the word 'blacklist' | Philippe Mathieu-Daudé | 4 | -11/+11 |
2021-03-16 | vfio: Fix vfio_listener_log_sync function name typo | Zenghui Yu | 1 | -2/+2 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-04 | vfio-ccw: Do not read region ret_code after write | Eric Farman | 1 | -6/+6 |
2021-02-08 | vfio: add quirk device write method | Prasad J Pandit | 1 | -0/+8 |
2021-02-04 | ui: add an optional get_flags callback to GraphicHwOps | Marc-André Lureau | 1 | -0/+6 |
2021-01-21 | vfio-ccw: Connect the device request notifier | Eric Farman | 1 | -4/+36 |
2021-01-08 | Remove superfluous timer_del() calls | Peter Maydell | 1 | -1/+0 |
2020-12-18 | qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() | Eduardo Habkost | 1 | -2/+2 |
2020-12-18 | qdev: Move dev->realized check to qdev_property_set() | Eduardo Habkost | 1 | -6/+0 |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 1 | -0/+1 |
2020-12-15 | qdev: Make qdev_get_prop_ptr() get Object* arg | Eduardo Habkost | 1 | -3/+2 |
2020-11-23 | vfio: Change default dirty pages tracking behavior during migration | Kirti Wankhede | 2 | -4/+10 |
2020-11-23 | vfio: Make migration support experimental | Alex Williamson | 2 | -1/+3 |
2020-11-18 | docs: Fix some typos (found by codespell) | Stefan Weil | 1 | -1/+1 |