[PATCH v1 0/1] Add support for Vfio Stats in Libvirt

Kshitij Jha posted 1 patch 2 months ago
Failed in applying to current master (apply log)
include/libvirt/libvirt-domain.h |  9 +++++++++
src/qemu/qemu_domainjob.c        |  6 ++++++
src/qemu/qemu_monitor.h          |  1 +
src/qemu/qemu_monitor_json.c     | 12 ++++++++++++
4 files changed, 28 insertions(+)
[PATCH v1 0/1] Add support for Vfio Stats in Libvirt
Posted by Kshitij Jha 2 months ago
Hi,

This is a solution to add support for data transferred by Vfio devices
during the Live Migration in Libvirt.

Currently libvirt only supports a few essential stats like memory
transferred, dirty rate and number of iteration etc. returned as
part of virDomainGetJobStats for each iteration. However it does
not return stats for Vfio devices like data transferred by the
device during the migration

With this change virDomainGetJobStats will be able to support
Vfio stats.

Regards
Kshitij Jha

Kshitij Jha (1):
  Include support for Vfio stats during Migration

 include/libvirt/libvirt-domain.h |  9 +++++++++
 src/qemu/qemu_domainjob.c        |  6 ++++++
 src/qemu/qemu_monitor.h          |  1 +
 src/qemu/qemu_monitor_json.c     | 12 ++++++++++++
 4 files changed, 28 insertions(+)

-- 
2.22.3