[pve-devel] [PATCH qemu-server 7/7] fix syntax in pve-q35.cfg
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 14 10:50:41 CEST 2016
there was a wrong } instead of a ]
either it worked or nobody noticed,
but this patch fixes it
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
pve-q35.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pve-q35.cfg b/pve-q35.cfg
index f9f72fc..05f85f0 100644
--- a/pve-q35.cfg
+++ b/pve-q35.cfg
@@ -123,7 +123,7 @@
-[device "pcidmi"}
+[device "pcidmi"]
driver = "i82801b11-bridge"
bus = "pcie.0"
addr = "1e.0"
--
2.1.4
More information about the pve-devel
mailing list