提交 363995b0 编写于 作者: L Luyao Huang 提交者: Martin Kletzander

conf: escape string for disk driver name attribute

Just like e92e5ba1, this attribute was missed.
Signed-off-by: NLuyao Huang <lhuang@redhat.com>
上级 d772a70f
...@@ -18917,8 +18917,7 @@ virDomainDiskDefFormat(virBufferPtr buf, ...@@ -18917,8 +18917,7 @@ virDomainDiskDefFormat(virBufferPtr buf,
def->ioeventfd || def->event_idx || def->copy_on_read || def->ioeventfd || def->event_idx || def->copy_on_read ||
def->discard || def->iothread) { def->discard || def->iothread) {
virBufferAddLit(buf, "<driver"); virBufferAddLit(buf, "<driver");
if (def->src->driverName) virBufferEscapeString(buf, " name='%s'", def->src->driverName);
virBufferAsprintf(buf, " name='%s'", def->src->driverName);
if (def->src->format > 0) if (def->src->format > 0)
virBufferAsprintf(buf, " type='%s'", virBufferAsprintf(buf, " type='%s'",
virStorageFileFormatTypeToString(def->src->format)); virStorageFileFormatTypeToString(def->src->format));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册