* [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE)
@ 2009-01-08 18:11 Uri Lublin
2009-01-08 19:34 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: Uri Lublin @ 2009-01-08 18:11 UTC (permalink / raw)
To: qemu-devel, Uri Lublin
From: Uri Lublin <uril@redhat.com>
Rebased for qemu tree.
Signed-off-by: Uri Lublin <uril@redhat.com>
---
qemu-nbd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu-nbd.c b/qemu-nbd.c
index ed64b6b..59bd2f1 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -190,7 +190,7 @@ int main(int argc, char **argv)
char *device = NULL;
char *socket = NULL;
char sockpath[128];
- const char *sopt = "hVbo:p:rsnP:c:dvk:e:t";
+ const char *sopt = "hVb:o:p:rsnP:c:dvk:e:t";
struct option lopt[] = {
{ "help", 0, 0, 'h' },
{ "version", 0, 0, 'V' },
--
1.6.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE)
2009-01-08 18:11 [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) Uri Lublin
@ 2009-01-08 19:34 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2009-01-08 19:34 UTC (permalink / raw)
To: qemu-devel; +Cc: Uri Lublin
Uri Lublin wrote:
> From: Uri Lublin <uril@redhat.com>
>
> Rebased for qemu tree.
Again, whitespace damaged, but applied by hand. Thanks.
Regards,
Anthony Liguori
> Signed-off-by: Uri Lublin <uril@redhat.com>
> ---
> qemu-nbd.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/qemu-nbd.c b/qemu-nbd.c
> index ed64b6b..59bd2f1 100644
> --- a/qemu-nbd.c
> +++ b/qemu-nbd.c
> @@ -190,7 +190,7 @@ int main(int argc, char **argv)
> char *device = NULL;
> char *socket = NULL;
> char sockpath[128];
> - const char *sopt = "hVbo:p:rsnP:c:dvk:e:t";
> + const char *sopt = "hVb:o:p:rsnP:c:dvk:e:t";
> struct option lopt[] = {
> { "help", 0, 0, 'h' },
> { "version", 0, 0, 'V' },
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-08 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 18:11 [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) Uri Lublin
2009-01-08 19:34 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).