Re: [Qemu-devel] [PATCH v2 10/11] trace-state: [stderr] add support for dynamically enabling/disabling events

2011-04-23 Thread Paolo Bonzini
On 04/23/2011 04:31 PM, Stefan Hajnoczi wrote: For tracing use cases that require performance or runtime enabling/disabling trace events, just use the simple, ust, or dtrace backends. Having -trace events for the stderr backend would still be nice. Paolo

[Qemu-devel] [Bug 739785] Re: qemu-i386 user mode on ARMv5 host fails (bash: fork: Invalid argument)

2011-04-23 Thread moonman
Hi, Just wondering if there has been any progress regarding this issue. Thanks! -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/739785 Title: qemu-i386 user mode on ARMv5 host fails (bash: fork: Inva

[Qemu-devel] What's the difference between commands "qemu", "kvm", and "qemu-kvm"?

2011-04-23 Thread Ryan Wang
Hi, I read some writings on the qemu, and found some demo examples use the command qemu, some use kvm, and some mention the qemu-kvm? I wonder are there any difference between these commands? Or they just point to the same executable with different names? thanks,

Re: [Qemu-devel] [RFC][PATCH v2 00/11] trace-state: make the behaviour of "disable" consistent across all backends

2011-04-23 Thread Stefan Hajnoczi
On Wed, Apr 6, 2011 at 7:33 PM, Lluís wrote: > This patch defines the "disable" trace event state to always use the "nop" > backend. > > As a side-effect, all events are now enabled (without "disable") by default, > as > all backends (except "stderr") have programmatic support for dynamically > (

Re: [Qemu-devel] [PATCH v2 10/11] trace-state: [stderr] add support for dynamically enabling/disabling events

2011-04-23 Thread Stefan Hajnoczi
On Wed, Apr 6, 2011 at 7:35 PM, Lluís wrote: > This includes all the control interfaces already provided by the "simple" > backend (i.e., command line, programmatic and monitor). > > Signed-off-by: Fabien Chouteau > Signed-off-by: Lluís Vilanova > --- >  Makefile.objs     |    8 +++- >  conf

Re: [Qemu-devel] [PATCH v2 06/11] trace: generalize the "property" concept in the trace-events file

2011-04-23 Thread Stefan Hajnoczi
On Wed, Apr 6, 2011 at 7:34 PM, Lluís wrote: > diff --git a/docs/tracing.txt b/docs/tracing.txt > index 34b0901..a9fd85b 100644 > --- a/docs/tracing.txt > +++ b/docs/tracing.txt > @@ -38,7 +38,7 @@ generate code for the trace events.  Trace events are > invoked directly from >  source code like t

Re: [Qemu-devel] [PATCH v2 05/11] trace: [simple] minor code fixes on conditional compilation

2011-04-23 Thread Stefan Hajnoczi
On Wed, Apr 6, 2011 at 7:34 PM, Lluís wrote: > Signed-off-by: Lluís Vilanova > --- >  monitor.c     |    4 +--- >  qemu-config.c |    4 ++-- >  simpletrace.h |    7 --- >  vl.c          |    7 +-- >  4 files changed, 8 insertions(+), 14 deletions(-) Please drop this patch, it's purely a

Re: [Qemu-devel] [PATCH v2 01/11] minor whitespace/indentation fixes

2011-04-23 Thread Stefan Hajnoczi
On Wed, Apr 6, 2011 at 7:33 PM, Lluís wrote: > Signed-off-by: Lluís Vilanova > --- >  configure       |   30 +- >  hmp-commands.hx |   28 >  monitor.c       |   14 ++-- >  vl.c            |   64 > --

Re: [Qemu-devel] Is there any qemu-monitor commands like "virsh list" ?

2011-04-23 Thread Stefan Hajnoczi
On Sat, Apr 23, 2011 at 1:08 PM, Ryan Wang wrote: > I'm a newbie to qemu/kvm and reading some docs on them. > I've learned some 'virsh' commands. Now I want to know is > there any qemu-monitor commands like 'virsh list'? > > Or if I want to list current VMs on my host, I have to use the > virsh co

[Qemu-devel] Is there any qemu-monitor commands like "virsh list" ?

2011-04-23 Thread Ryan Wang
Hi, I'm a newbie to qemu/kvm and reading some docs on them. I've learned some 'virsh' commands. Now I want to know is there any qemu-monitor commands like 'virsh list'? Or if I want to list current VMs on my host, I have to use the virsh commands, and cannot use some qemu commands? thanks,

Re: [Qemu-devel] [PATCH] vl: trivial spelling fix

2011-04-23 Thread Stefan Hajnoczi
On Sat, Apr 23, 2011 at 12:50 PM, Brad Hards wrote: > Signed-off-by: Brad Hards > --- >  vl.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) Thanks! Merged into the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan

[Qemu-devel] [Bug 662461] Re: -name error message should have trailing newline

2011-04-23 Thread Brad Hards
It looks like this change (or equivalent) was applied by Aurelien Jarno in 5697f6ae4183f3b3320a1fe677e3404a05e75783 Thanks for reporting it and providing the fix. ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- deve

[Qemu-devel] [PATCH] vl: trivial spelling fix

2011-04-23 Thread Brad Hards
Signed-off-by: Brad Hards --- vl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 68c3b53..b46ee66 100644 --- a/vl.c +++ b/vl.c @@ -756,7 +756,7 @@ void add_boot_device_path(int32_t bootindex, DeviceState *dev, /* * This function returns null ter

Re: [Qemu-devel] [PATCH] net/socket: remove hardcoded packet size in favor of new mtu parameter

2011-04-23 Thread Stefan Hajnoczi
2011/4/22 Nguyễn Thái Ngọc Duy : > Also mention the default value 4096. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- >  free new buffers in net_socket_cleanup() > >  net.c           |    4 >  net/socket.c    |   52 >  qemu-options.hx |   1