Hi, This is a resend incorporating all comments made by Riba and Apollon. If I understand correctly, we do not have anything else pending for this iteration.
Looking forward to merging this, dimara Dimitris Aragiorgis (7): Add design doc for SCSI support in KVM kvm: Refactor device option handling monitor: Use hvinfo in QMP methods kvm: Work around QEMU commit 48f364dd kvm: Use the new interface during hotplug actions kvm: Introduce scsi_controller_type hvparam kvm: Introduce kvm_pci_reservations hvparam Makefile.am | 1 + doc/design-draft.rst | 1 + doc/design-scsi-kvm.rst | 247 +++++++++++++++ lib/hypervisor/hv_kvm/__init__.py | 427 ++++++++++++++++++++------ lib/hypervisor/hv_kvm/monitor.py | 115 +++++-- lib/objects.py | 3 +- man/gnt-instance.rst | 19 ++ src/Ganeti/Constants.hs | 58 +++- src/Ganeti/Types.hs | 4 +- test/data/kvm_runtime.json | 21 +- test/py/ganeti.hypervisor.hv_kvm_unittest.py | 56 +++- 11 files changed, 823 insertions(+), 129 deletions(-) create mode 100644 doc/design-scsi-kvm.rst -- 1.7.10.4
