
On Thu, Apr 18, 2013 at 03:17:05PM +0200, Michal Privoznik wrote:
On 03.04.2013 13:35, Christophe Fergeau wrote:
This mirrors disk_file/disk_device API so that it's possible to add CDROMs and floppies to a GVirDesignerDomain. This also adds the corresponding -C/-F options to virtxml ---
Here is a reworked version of my patch to add support for CDROMs which does not override the 'format' parameter this time.
Christophe
examples/virtxml.c | 108 +++++++++++++++++++++--- libvirt-designer/libvirt-designer-domain.c | 127 +++++++++++++++++++++++++++++ libvirt-designer/libvirt-designer-domain.h | 14 ++++ libvirt-designer/libvirt-designer.sym | 4 + 4 files changed, 240 insertions(+), 13 deletions(-)
ACK
Thanks, pushed. Christophe