[Kimchi-devel] [PATCH 1/3] Add a new error code for pci hotplug
Jose Ricardo Ziviani
joserz at linux.vnet.ibm.com
Wed Jul 8 17:42:45 UTC 2015
Signed-off-by: Jose Ricardo Ziviani <joserz at linux.vnet.ibm.com>
---
src/kimchi/i18n.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/kimchi/i18n.py b/src/kimchi/i18n.py
index d2ffa34..54750d9 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -127,6 +127,7 @@ messages = {
"For AMD CPU, add iommu=pt iommu=1."),
"KCHVMHDEV0004E": _('"name" should be a device name string'),
"KCHVMHDEV0005E": _('The device %(name)s is probably in use by the host. Unable to attach it to the guest.'),
+ "KCHVMHDEV0006E": _('VM %(vmid)s does not have an USB XHCI controller to accept PCI hotplug.'),
"KCHVMIF0001E": _("Interface %(iface)s does not exist in virtual machine %(name)s"),
"KCHVMIF0002E": _("Network %(network)s specified for virtual machine %(name)s does not exist"),
--
1.9.1
More information about the Kimchi-devel
mailing list