[libvirt] [PATCH v4 0/2] Refactor virFileIsCDROM to check cdrom status

Han Han hhan at redhat.com
Fri Oct 26 03:39:14 UTC 2018


v3: https://www.redhat.com/archives/libvir-list/2018-July/msg00675.html
v2: https://www.redhat.com/archives/libvir-list/2018-July/msg00655.html
v1: https://www.redhat.com/archives/libvir-list/2018-July/msg00103.html

Refactor virFileIsCDROM to virFileCheckCDROM and add new argument filled
with cdrom status.

Give more detailed when fail to read cdrom backend vol.

Han Han (2):
  util: Refactor virFileIsCDROM to virFileCheckCDROM
  storage: Improve error handling on cdrom backend

 src/libvirt_private.syms   |  2 +-
 src/qemu/qemu_domain.c     |  4 ++--
 src/storage/storage_util.c | 32 ++++++++++++++++++++++++++++++++
 src/util/virfile.c         | 36 +++++++++++++++++++++++++++++++-----
 src/util/virfile.h         | 12 +++++++++++-
 5 files changed, 77 insertions(+), 9 deletions(-)

-- 
2.19.1




More information about the libvir-list mailing list