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 pclo...@gmail.com: Also mention the default value 4096. Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com ---  free new buffers in net_socket_cleanup()  net.c           |    4  net/socket.c    |   52

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

2011-04-23 Thread Brad Hards
Signed-off-by: Brad Hards br...@frogmouth.net --- 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

[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-

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 br...@frogmouth.net wrote: Signed-off-by: Brad Hards br...@frogmouth.net ---  vl.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) Thanks! Merged into the trivial patches tree:

[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] 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 openspace.w...@gmail.com 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

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 xscr...@gmx.net wrote: Signed-off-by: Lluís Vilanova vilan...@ac.upc.edu ---  configure       |   30 +-  hmp-commands.hx |   28  monitor.c       |   14 ++--  vl.c            |   64

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 xscr...@gmx.net wrote: Signed-off-by: Lluís Vilanova vilan...@ac.upc.edu ---  monitor.c     |    4 +---  qemu-config.c |    4 ++--  simpletrace.h |    7 ---  vl.c          |    7 +--  4 files changed, 8 insertions(+), 14 deletions(-) Please

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 xscr...@gmx.net 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

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 xscr...@gmx.net 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 chout...@adacore.com Signed-off-by: Lluís Vilanova vilan...@ac.upc.edu

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 xscr...@gmx.net 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

[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,

[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: