[libvirt] [PATCH V2 0/2] libxl: fix handling of <disk> driver and format settings

Jim Fehlig posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170207194624.25043-1-jfehlig@suse.com
src/libxl/libxl_conf.c   | 42 ++++++++++++++++++++++++++++++++++--------
src/libxl/libxl_conf.h   |  4 ++++
src/libxl/libxl_domain.c | 32 +++++++++++++++++++++++++++++++-
src/libxl/libxl_driver.c |  1 +
4 files changed, 70 insertions(+), 9 deletions(-)
[libvirt] [PATCH V2 0/2] libxl: fix handling of <disk> driver and format settings
Posted by Jim Fehlig 7 years, 1 month ago
V2 of

https://www.redhat.com/archives/libvir-list/2017-February/msg00185.html

Patch1 is new in V2 and essentially moves default setting of disk
format from domain build time to device post-parse, which addresses
Michal's comment from V1.

Patch2 is mostly unchanged. The hunk setting format of virDomainDiskDef
in libxlMakeDisk is removed since that is now handled by patch1.

Jim Fehlig (2):
  libxl: set default disk format in device post-parse
  libxl: fix disk detach when <driver> not specified

 src/libxl/libxl_conf.c   | 42 ++++++++++++++++++++++++++++++++++--------
 src/libxl/libxl_conf.h   |  4 ++++
 src/libxl/libxl_domain.c | 32 +++++++++++++++++++++++++++++++-
 src/libxl/libxl_driver.c |  1 +
 4 files changed, 70 insertions(+), 9 deletions(-)

-- 
2.9.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list