From b8c097afac7f7b7a50611e6eaa02e91f8df61565 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 14 Jun 2016 10:50:41 +0200 Subject: [PATCH] fix syntax in pve-q35.cfg there was a wrong } instead of a ] either it worked or nobody noticed, but this patch fixes it Signed-off-by: Dominik Csapak --- pve-q35.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-q35.cfg b/pve-q35.cfg index f9f72fc4..05f85f07 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.39.5