Re: [Qemu-devel] [PATCH] lm32: softusb: claim to support full speed

2011-07-26 Thread Michael Walle
Hi Anthony, could you please apply this patch to the 0.15 (and master) branch. Am Donnerstag 21 Juli 2011, 20:52:24 schrieb Michael Walle: > The QEMU keyboard and mouse reports themselves as full speed devices, > though they are actually low speed devices. Until this is fixed, claim that > we a

Re: [Qemu-devel] [PATCH 04/25] Add hard build dependency on glib

2011-07-26 Thread Anthony Liguori
On 07/26/2011 04:51 PM, Yoder Stuart-B08248 wrote: I am having issues with this in a cross compilation environment. In Power embedded, almost all our development is using cross toolchains. Neither glib or pkg-config are in our cross build environment and I'm having issues getting them built a

Re: [Qemu-devel] [PATCH 04/25] Add hard build dependency on glib

2011-07-26 Thread Yoder Stuart-B08248
> From: Anthony Liguori > > GLib is an extremely common library that has a portable thread implementation > along with tons of other goodies. > > GLib and GObject have a fantastic amount of infrastructure we can leverage in > QEMU including an object oriented programming infrastructure. > > Sho

Re: [Qemu-devel] [RFC PATCH 0/4] Fix subsection ambiguity in the migration format

2011-07-26 Thread Peter Maydell
On 26 July 2011 22:46, Anthony Liguori wrote: [This is a bit random-sniping at minor points because I'm still thinking about the big-picture bits] > So we never actually walk the VMState tables to do anything.  The > unconverted purely imperative routines we just convert to use marshal to a > Vi

Re: [Qemu-devel] [RFC PATCH 0/4] Fix subsection ambiguity in the migration format

2011-07-26 Thread Anthony Liguori
On 07/26/2011 05:22 PM, Peter Maydell wrote: On 26 July 2011 22:46, Anthony Liguori wrote: [This is a bit random-sniping at minor points because I'm still thinking about the big-picture bits] So we never actually walk the VMState tables to do anything. The unconverted purely imperative routi

[Qemu-devel] [PATCH] [RFC] Add glib support to main loop

2011-07-26 Thread Anthony Liguori
This allows GSources to be used to register callback events in QEMU. This is useful as it allows us to take greater advantage of glib and also because it allows us to write code that is more easily testable outside of QEMU since we can make use of glib's main loop in unit tests. All new code shou

Re: [Qemu-devel] 0.15.0 Testing volunteers

2011-07-26 Thread Zhi Yong Wu
HI, stefan, For networking and migration areas, is there any new feature to be tested? If yes, can i be their testing volunteer? If QMP has not a voluntter, i would like also to do some testings for it. What is the deadline for 0.15.rc0 testing? Regards, Zhiyong Wu On Tue, Jul 26, 2011 at 11

[Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"

2011-07-26 Thread Brad
Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no" output instead of nothing at the end of the line. Signed-off-by: Brad Smith --- configure |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dc9a1fe..ef8a4

[Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0

2011-07-26 Thread rowa
I've changed the file error.h. But I get the same error again. :-( diff error.h-original error.h 12,13c12,13 < #ifndef ERROR_H < #define ERROR_H --- > #ifndef ERROR_OBJ_H > #define ERROR_OBJ_H Thanks -- You received this bug notification because you are a member of qemu- devel-ml, which is subs

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-26 Thread Markus Armbruster
Alon Levy writes: > Signed-off-by: Alon Levy > --- > hw/virtio-serial-bus.c |8 +++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c > index c5eb931..7a652ff 100644 > --- a/hw/virtio-serial-bus.c > +++ b/hw/virtio-seria

Re: [Qemu-devel] [PATCH 1/2] Makefile: distclean should clean all possible targets

2011-07-26 Thread Markus Armbruster
Alexandre Raymond writes: > Hi Markus, > >> Well, I'd expect distclean to remove exactly what *this* makefile can >> build, and leave everything else alone. > > I was expecting "distclean" to bring back the source directory to > however it was after checkout, removing anything that might have bee

Re: [Qemu-devel] [PATCH 6/6] scsi-disk: Check for supported commands

2011-07-26 Thread Markus Armbruster
Christoph Hellwig writes: > On Fri, Jul 22, 2011 at 04:51:17PM +0200, Hannes Reinecke wrote: >> Not every command is support for any device type. This patch adds >> a check for rejecting unsupported commands. >> >> Signed-off-by: Hannes Reinecke > > This seems to conflic with Markus' series. B

[Qemu-devel] [PATCH 0/1] qmp: fix typo for qmp-commands.hx

2011-07-26 Thread Zhi Yong Wu
In qmp-commands.hx, there exists a typo, and it will be fixed by this patch. Zhi Yong Wu (1): Fix typo for qmp-commands.hx. Signed-off-by: Zhi Yong Wu qmp-commands.hx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.2.3

[Qemu-devel] [PATCH 1/1] Fix typo for qmp-commands.hx. Signed-off-by: Zhi Yong Wu

2011-07-26 Thread Zhi Yong Wu
--- qmp-commands.hx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 92c5c3a..d7352ae 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -42,7 +42,7 @@ and we're going to establish a deprecation policy for badly defined commands.

<    1   2   3