Re: [Qemu-devel] [PATCH][STABLE] Don't set default monitor when there is a mux'ed one

2010-01-14 Thread Jan Kiszka
Anthony Liguori wrote: > On 01/14/2010 08:49 AM, Jan Kiszka wrote: >> This fixes eg. "-nographic -serial mon:stdio [-serial ...]". >> > > Is this really an appropriate invocation though? > > -nographic != mon:stdio so the semantics of how this is supposed to > behave is at best ill-defined.

Re: [Qemu-devel] [PATCH][STABLE] Don't set default monitor when there is a mux'ed one

2010-01-14 Thread Anthony Liguori
On 01/14/2010 08:49 AM, Jan Kiszka wrote: This fixes eg. "-nographic -serial mon:stdio [-serial ...]". Is this really an appropriate invocation though? -nographic != mon:stdio so the semantics of how this is supposed to behave is at best ill-defined. Regards, Anthony Liguori

[Qemu-devel] [PATCH][STABLE] Don't set default monitor when there is a mux'ed one

2010-01-14 Thread Jan Kiszka
This fixes eg. "-nographic -serial mon:stdio [-serial ...]". Signed-off-by: Jan Kiszka --- vl.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/vl.c b/vl.c index 06cb40d..fa3e8ee 100644 --- a/vl.c +++ b/vl.c @@ -5171,6 +5171,9 @@ int main(int argc, char **argv,