* [PATCH] kvm: qemu: Fix command info expression of "pci_add"
@ 2008-11-06 7:42 Han, Weidong
2008-11-06 12:48 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Han, Weidong @ 2008-11-06 7:42 UTC (permalink / raw)
To: 'avi@redhat.com'; +Cc: 'kvm@vger.kernel.org'
[-- Attachment #1: Type: text/plain, Size: 1343 bytes --]
>From fb7e8b1018ed8716a6fbdc30e519748567d24d55 Mon Sep 17 00:00:00 2001
From: Weidong Han <weidong.han@intel.com>
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 <weidong.han@intel.com>
---
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 #2: 0001-Fix-command-info-expression-of-pci_add.patch --]
[-- Type: application/octet-stream, Size: 1316 bytes --]
From fb7e8b1018ed8716a6fbdc30e519748567d24d55 Mon Sep 17 00:00:00 2001
From: Weidong Han <weidong.han@intel.com>
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 <weidong.han@intel.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] kvm: qemu: Fix command info expression of "pci_add"
2008-11-06 7:42 [PATCH] kvm: qemu: Fix command info expression of "pci_add" Han, Weidong
@ 2008-11-06 12:48 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-11-06 12:48 UTC (permalink / raw)
To: Han, Weidong; +Cc: 'kvm@vger.kernel.org'
Han, Weidong wrote:
> From fb7e8b1018ed8716a6fbdc30e519748567d24d55 Mon Sep 17 00:00:00 2001
> From: Weidong Han <weidong.han@intel.com>
> Date: Thu, 6 Nov 2008 15:20:41 +0800
> Subject: [PATCH] Fix command info expression of "pci_add"
>
> Add a comma
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-06 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 7:42 [PATCH] kvm: qemu: Fix command info expression of "pci_add" Han, Weidong
2008-11-06 12:48 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox