>From fb7e8b1018ed8716a6fbdc30e519748567d24d55 Mon Sep 17 00:00:00 2001
From: Weidong Han <[EMAIL PROTECTED]>
Date: Thu, 6 Nov 2008 15:20:41 +0800
Subject: [PATCH] Fix command info expression of "pci_add"

Add a comma

Signed-off-by: Weidong Han <[EMAIL PROTECTED]>
---
 qemu/monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/monitor.c b/qemu/monitor.c
index 4cb6d54..291e850 100644
--- a/qemu/monitor.c
+++ b/qemu/monitor.c
@@ -1529,7 +1529,7 @@ static const term_cmd_t term_cmds[] = {
                                         "[,cyls=c,heads=h,secs=s[,trans=t]]\n"
                                         "[snapshot=on|off][,cache=on|off]",
                                         "add drive to PCI storage controller" 
},
-    { "pci_add", "iss", device_hot_add, "bus nic|storage|host 
[[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]... 
[host=02:00.0[,name=string][,dma=none]" "hot-add PCI device" },
+    { "pci_add", "iss", device_hot_add, "bus nic|storage|host 
[[vlan=n][,macaddr=addr][,model=type]] [file=file][,if=type][,bus=nr]... 
[host=02:00.0[,name=string][,dma=none]", "hot-add PCI device" },
     { "pci_del", "ii", device_hot_remove, "bus slot-number", "hot remove PCI 
device" },
 #endif
     { "balloon", "i", do_balloon,
-- 
1.5.1

Attachment: 0001-Fix-command-info-expression-of-pci_add.patch
Description: 0001-Fix-command-info-expression-of-pci_add.patch

Reply via email to