[Qemu-devel] [PATCH v2 for-1.2 27/27] xtensa: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Max Filippov jcmvb...@gmail.com Suppress default floppy, CD-ROM and SD card drives for machines lx60, lx200, sim. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/xtensa_lx60.c | 6 -- hw/xtensa_sim.c | 3 --- 2 files changed, 9 deletions(-) diff --git a/hw/xtensa_lx60.c

[Qemu-devel] [PATCH v2 for-1.2 06/27] highbank: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Mark Langsdorf mark.langsd...@calxeda.com Suppress default floppy, CD-ROM and SD-card drives. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/highbank.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/highbank.c b/hw/highbank.c index c1b404b..11aa131 100644 ---

[Qemu-devel] [PATCH v2 for-1.2 21/27] mips_fulong2e, mips_mipssim: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Suppress default floppy and SD card drive for machines fulong2e, mipssim. Suppress default CD-ROM drive for machine mipssim. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/mips_fulong2e.c | 2 -- hw/mips_mipssim.c | 3 --- 2 files changed, 5 deletions(-) diff --git

[Qemu-devel] [PATCH 3/3] prep: Use pc87312 device instead of collection of random ISA devices

2012-08-15 Thread Andreas Färber
From: Hervé Poussineau hpous...@reactos.org We can't however replace the built-in IDE controller, as the one in pc87312 is only single-channel and can use only IRQ 14. Therefore the pc87312's IDE function gets disabled via the config property. PReP emulation also gains a parallel port emulation

[Qemu-devel] [PULL] PReP patch queue 2012-08-15

2012-08-15 Thread Andreas Färber
Hello Anthony, Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. With Alex' and Hervé's blessing this contains both fixes for runtime errors trying to use -M prep on qemu-system-ppc64 and well as some progress QOM'ifying the pc87312 Super I/O chipset. The following

[Qemu-devel] [PATCH 1/3] prep: Include devices for ppc64 as well

2012-08-15 Thread Andreas Färber
Allows running qemu-system-ppc64 -M prep for consistency. Reported-by: Markus Armbruster arm...@redhat.com Signed-off-by: Andreas Färber andreas.faer...@web.de Acked-by: Hervé Poussineau hpoussin...@reactos.org --- default-configs/ppc64-softmmu.mak |3 +++ 1 files changed, 3 insertions(+), 0

[Qemu-devel] [PATCH 2/3] prep: Add pc87312 Super I/O emulation

2012-08-15 Thread Andreas Färber
From: Hervé Poussineau hpous...@reactos.org This provides floppy and IDE controllers as well as serial and parallel ports. However, dynamic configuration of devices is not yet supported. Signed-off-by: Hervé Poussineau hpous...@reactos.org [AF: QOM'ify, split out header, create CharDriverState

Re: [Qemu-devel] [PULL for-1.2] PReP patch queue 2012-08-15

2012-08-15 Thread Andreas Färber
Am 15.08.2012 22:27, schrieb Andreas Färber: Hello Anthony, Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master. With Alex' and Hervé's blessing this contains both fixes for runtime errors trying to use -M prep on qemu-system-ppc64 [as] well as some progress

Re: [Qemu-devel] [PATCH for-1.2 v3 1/3] qlist: add qlist_size()

2012-08-15 Thread Michael Roth
On Wed, Aug 15, 2012 at 01:52:33PM -0600, Eric Blake wrote: On 08/15/2012 12:45 PM, Michael Roth wrote: Signed-off-by: Michael Roth mdr...@linux.vnet.ibm.com --- qlist.c | 13 + qlist.h |1 + 2 files changed, 14 insertions(+) No cover-letter? Started off as 1

[Qemu-devel] [PATCH v2 for-1.2 25/27] sparc: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Blue Swirl blauwir...@gmail.com Suppress default floppy drive for machines leon3_generic, SS-600MP, SS-1000, SS-2000. Suppress default CD-ROM drive for machine leon3_generic. Suppress default SD card drive for machines leon3_generic, SS-5, SS-10, SS-600MP, SS-20, Voyager, LX, SS-4,

[Qemu-devel] [PATCH v2 for-1.2 18/27] microblaze: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Peter Crosthwaite peter.crosthwa...@petalogix.com Suppress default floppy, CD-ROM and SD card drives for machines petalogix-ml605 and petalogix-s3adsp1800. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/petalogix_ml605_mmu.c | 3 --- hw/petalogix_s3adsp1800_mmu.c | 3 --- 2

[Qemu-devel] [PATCH v2 for-1.2 01/27] puv3: Require -kernel

2012-08-15 Thread Markus Armbruster
Without it, puv3_load_kernel() asserts. Cc: Guan Xuetao g...@mprc.pku.edu.cn Suppress default floppy, CD-ROM and SD card drives for machine puv3. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/puv3.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/puv3.c b/hw/puv3.c

[Qemu-devel] [PATCH v2 for-1.2 17/27] m68k: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Paul Brook p...@codesourcery.com Suppress default floppy, CD-ROM and SD card drives for machines an5206, dummy, mcf5208evb. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/an5206.c | 3 --- hw/dummy_m68k.c | 3 --- hw/mcf5208.c| 3 --- 3 files changed, 9 deletions(-) diff

[Qemu-devel] [PATCH v2 for-1.2 09/27] kzm: Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Cc: Peter Chubb peter.ch...@nicta.com.au Suppress default floppy, CD-ROM and SD card drives. Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/kzm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/kzm.c b/hw/kzm.c index a471048..6a5e9df 100644 --- a/hw/kzm.c +++ b/hw/kzm.c @@

[Qemu-devel] [PATCH v2 for-1.2 02/27] leon mips_fulong2e: Give QEMUMachine internal linkage

2012-08-15 Thread Markus Armbruster
Signed-off-by: Markus Armbruster arm...@redhat.com --- hw/leon3.c | 2 +- hw/mips_fulong2e.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/leon3.c b/hw/leon3.c index 878d3aa..7a9729d 100644 --- a/hw/leon3.c +++ b/hw/leon3.c @@ -210,7 +210,7 @@ static void

Re: [Qemu-devel] [PATCH 08/21] target-i386: convert 'hv_spinlocks' feature into property

2012-08-15 Thread Eduardo Habkost
On 15/08/2012, at 13:13, Igor Mammedov imamm...@redhat.com wrote: Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 440e724..777b8ce 100644

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Anthony Liguori
Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster wrote: We create a number of default drives for machines to use: floppy, CD-ROM, SD card. Machines can suppress the ones they don't use, but

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Alexander Graf
Am 15.08.2012 um 21:58 schrieb Anthony Liguori anth...@codemonkey.ws: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster wrote: We create a number of default drives for machines to use:

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Peter Maydell
On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster wrote: We create a number of default drives for machines to use: floppy, CD-ROM, SD card. Machines can suppress the ones they don't use, but few do. Fix that. v2: Make default drives

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Anthony Liguori anth...@codemonkey.ws writes: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster wrote: We create a number of default drives for machines to use: floppy, CD-ROM, SD card.

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Peter Maydell
On 15 August 2012 20:58, Anthony Liguori anth...@codemonkey.ws wrote: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: Nack from my POV. Too late for 1.2. Better get this in early for 1.3. No, it's not too late for 1.2. The release

Re: [Qemu-devel] Hard freeze for 1.2 today

2012-08-15 Thread Anthony Liguori
Eric Blake ebl...@redhat.com writes: On 08/15/2012 08:22 AM, anth...@codemonkey.ws wrote: Hi, Today is the hard freeze for 1.2. If you have any pull requests and/or patches targetted for the hard freeze, please send them by 3pm US/Central time today and clearly mark them for-1.2. If

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Anthony Liguori
Markus Armbruster arm...@redhat.com writes: Anthony Liguori anth...@codemonkey.ws writes: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster wrote: We create a number of default drives for

Re: [Qemu-devel] [PATCH for-1.2 v3 2/3] json-parser: don't replicate tokens at each level of recursion

2012-08-15 Thread Michael Roth
On Wed, Aug 15, 2012 at 02:04:52PM -0600, Eric Blake wrote: On 08/15/2012 12:45 PM, Michael Roth wrote: Currently, when parsing a stream of tokens we make a copy of the token list at the beginning of each level of recursion so that we do not modify the original list in cases where we need

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Anthony Liguori
Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:58, Anthony Liguori anth...@codemonkey.ws wrote: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: Nack from my POV. Too late for 1.2. Better get this in early for

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Peter Maydell
On 15 August 2012 21:57, Anthony Liguori anth...@codemonkey.ws wrote: http://ozlabs.org/~rusty/index.cgi/tech/2007-05-04.html It's not that I disagree with you. I think this is good feedback for a series like this. I just don't want people sending out single sentence Nack emails for patch

Re: [Qemu-devel] [PULL 0/2] s390 patch queue 2012-08-15

2012-08-15 Thread Anthony Liguori
Alexander Graf ag...@suse.de writes: Hi Blue / Aurelien, This is my current patch queue for s390. Please pull. Pulled. Thanks. Regards, Anthony Liguori Alex The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: Anthony Liguori (1): Merge

Re: [Qemu-devel] [PULL 00/24] ppc patch queue 2012-08-15

2012-08-15 Thread Anthony Liguori
Alexander Graf ag...@suse.de writes: Hi Blue / Aurelien, This is my current patch queue for ppc. Please pull. Pulled. Thanks. Regards, Anthony Liguori Alex The following changes since commit 03834e22abafbc8dc4052d46a5ccd6dd135a54a3: Anthony Liguori (1): Merge

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Anthony Liguori anth...@codemonkey.ws writes: Markus Armbruster arm...@redhat.com writes: Anthony Liguori anth...@codemonkey.ws writes: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote: On 15.08.2012, at 21:17, Markus Armbruster

Re: [Qemu-devel] [PATCH 08/21] target-i386: convert 'hv_spinlocks' feature into property

2012-08-15 Thread Igor Mammedov
On Wed, 15 Aug 2012 17:43:31 -0300 Eduardo Habkost ehabk...@redhat.com wrote: On 15/08/2012, at 13:13, Igor Mammedov imamm...@redhat.com wrote: Signed-off-by: Igor Mammedov imamm...@redhat.com --- target-i386/cpu.c | 31 +++ 1 file changed, 31 insertions(+)

Re: [Qemu-devel] [PATCH v2 for-1.2 00/27] Suppress unused default drives

2012-08-15 Thread Markus Armbruster
Markus Armbruster arm...@redhat.com writes: Anthony Liguori anth...@codemonkey.ws writes: Markus Armbruster arm...@redhat.com writes: Anthony Liguori anth...@codemonkey.ws writes: Peter Maydell peter.mayd...@linaro.org writes: On 15 August 2012 20:25, Alexander Graf ag...@suse.de wrote:

[Qemu-devel] [PATCH 2/4] Adding qemu-seccomp.[ch] (v8)

2012-08-15 Thread Anthony Liguori
From: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- v1: - I added a syscall struct using priority levels as described in the libseccomp man page. The priority numbers are based to the

[Qemu-devel] [PATCH 1/4] Adding support for libseccomp in configure and Makefile (v8)

2012-08-15 Thread Anthony Liguori
From: Eduardo Otubo ot...@linux.vnet.ibm.com Adding basic options to the configure script to use libseccomp or not. The default is set to 'no'. If the flag --enable-libseccomp is used, the script will check for its existence using pkg-config. Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com

[Qemu-devel] [PATCH 3/4] Adding seccomp calls to vl.c (v8)

2012-08-15 Thread Anthony Liguori
From: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- v1: - Full seccomp calls and data included in vl.c v1 - v2: - Full seccomp calls and data removed from vl.c and put into separate

[Qemu-devel] [PATCH 0/4] Add -sandbox option to enable seccomp mode 2

2012-08-15 Thread Anthony Liguori
Hi, I attempted to apply Eduardo's seccomp patches and ran into a number of problems. In the interest of time, I thought it would be easier for me to fix them and just respin the series myself. I've tested this as best I can--I don't have a seccomp capable kernel. But since the option is

[Qemu-devel] [PATCH 4/4] Command line support for seccomp with -sandbox (v8)

2012-08-15 Thread Anthony Liguori
From: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Eduardo Otubo ot...@linux.vnet.ibm.com Signed-off-by: Anthony Liguori aligu...@us.ibm.com --- v7 - v8 - Parse options correctly (aliguori) --- qemu-config.c | 14 ++ qemu-config.h |1 + qemu-options.hx | 10

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/344 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build:

[Qemu-devel] buildbot failure in qemu on default_openbsd_4.9

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_4.9 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_4.9/builds/347 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: kraxel_openbsd49

Re: [Qemu-devel] [PATCH 06/10] block: Enable qemu_open/close to work with fd sets

2012-08-15 Thread Peter Maydell
On 15 August 2012 14:56, Kevin Wolf kw...@redhat.com wrote: From: Corey Bryant cor...@linux.vnet.ibm.com +/* Set/unset flags that we can with fcntl */ +setfl_flags = O_APPEND | O_ASYNC | O_DIRECT | O_NOATIME | O_NONBLOCK; +dup_flags = ~setfl_flags; +dup_flags |= (flags

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On 2012年08月15日 15:02, Alexander Graf wrote: On 15.08.2012, at 08:00, Li Zhang zhlci...@linux.vnet.ibm.com wrote: On 2012年08月15日 02:09, Alexander Graf wrote: On 14.08.2012, at 19:49, Li Zhang zhlci...@gmail.com wrote: USB is enabled as default on sPAPR platform because it needs USB keyboard

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Benjamin Herrenschmidt
On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: Yes, that's pretty much what I was asking for (here and for the mac99 u3 machine). Just base your patch on ppc-next. My patches are in there. That's great. Thanks a lot! Note that you missed the hard freeze for qemu 1.2, it was today. So

[Qemu-devel] [PATCH] pseries: Instantiate USB interface when required

2012-08-15 Thread David Gibson
The pseries machine already supports the -vga std option, creating a graphics adapter. However, this is not very useful without being able to add a keyboard and mouse as well. This patch addresses this by adding a USB interface when requested, and automatically adding a USB keyboard and mouse

Re: [Qemu-devel] [PATCH] device_tree: load_device_tree(): Allow NULL sizep

2012-08-15 Thread David Gibson
On Wed, Aug 15, 2012 at 02:41:56PM +0100, Stefan Hajnoczi wrote: On Sat, Aug 11, 2012 at 01:33:42PM +0100, Stefan Hajnoczi wrote: On Sat, Aug 11, 2012 at 12:11 AM, Peter Crosthwaite peter.crosthwa...@petalogix.com wrote: On Fri, Aug 10, 2012 at 11:42 PM, Stefan Hajnoczi stefa...@gmail.com

Re: [Qemu-devel] [Qemu-ppc] [PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread David Gibson
On Thu, Aug 16, 2012 at 11:52:11AM +1000, Benjamin Herrenschmidt wrote: On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: Yes, that's pretty much what I was asking for (here and for the mac99 u3 machine). Just base your patch on ppc-next. My patches are in there. That's great. Thanks a

Re: [Qemu-devel] [Qemu-ppc][PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On Thu, Aug 16, 2012 at 9:52 AM, Benjamin Herrenschmidt b...@kernel.crashing.org wrote: On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: Yes, that's pretty much what I was asking for (here and for the mac99 u3 machine). Just base your patch on ppc-next. My patches are in there. That's

Re: [Qemu-devel] [Qemu-ppc] [PATCH v8 2/2] Add USB enablement on sPAPR platform.

2012-08-15 Thread Li Zhang
On Thu, Aug 16, 2012 at 10:06 AM, David Gibson d...@au1.ibm.com wrote: On Thu, Aug 16, 2012 at 11:52:11AM +1000, Benjamin Herrenschmidt wrote: On Thu, 2012-08-16 at 09:29 +0800, Li Zhang wrote: Yes, that's pretty much what I was asking for (here and for the mac99 u3 machine). Just base your

Re: [Qemu-devel] [PATCH 00/21] target-i386: convert CPU features into properties

2012-08-15 Thread Eduardo Habkost
On Wed, Aug 15, 2012 at 06:13:20PM +0200, Igor Mammedov wrote: build and run tested in FC17 host with x86_64-linux-user, x86_64-softmmu targets changes since RFC are documented in idividual patch descriptions Thanks Andreas, Blue, Eduardo for reviews and suggestions. git tree for testing:

Re: [Qemu-devel] [PATCH V3 2/2] qemu-img: Add json output option to the info command.

2012-08-15 Thread Wenchao Xia
I was busy in coding libqblock so forgot to move forward on qemu json info patches, thanks for your advance. one suggestion: how about folder all human printf into function: dump_human_image_info(image_info), and at the end, make the final output functions as mirror: if (human) {

Re: [Qemu-devel] memory: could we add extra input param for memory_region_init_io()?

2012-08-15 Thread liu ping fan
On Tue, Aug 14, 2012 at 6:49 PM, Avi Kivity a...@redhat.com wrote: On 08/14/2012 11:30 AM, liu ping fan wrote: To make memoryRegion survive without the protection of qemu big lock, we need to pin its based Object. In current code, the type of mr-opaque are quite different. Lots of them are

Re: [Qemu-devel] [PATCH 14/18] qapi: Convert loadvm

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hmp-commands.hx | 2 +- hmp.c| 10 + hmp.h| 1 + monitor.c| 12 --- qapi-schema.json | 15 ++ qmp-commands.hx | 25

Re: [Qemu-devel] [PATCH 14/18] qapi: Convert loadvm

2012-08-15 Thread Eric Blake
On 08/15/2012 09:31 PM, Eric Blake wrote: + +## +# @vm-snapshot-load: +# +# Set the whole virtual machine to the snapshot identified by the tag +# 'tag' or the unique snapshot ID 'id'. +# +# @name: tag or id of existing snapshot +# +# Returns: Nothing on success +# If an

Re: [Qemu-devel] [PATCH 16/18] qapi: Convert info snapshots

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- hmp.c| 33 + hmp.h| 1 + monitor.c| 2 +- qapi-schema.json | 34 ++ qmp-commands.hx | 30

Re: [Qemu-devel] [PATCH 17/18] hmp: allow bool parameter to be optional

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- monitor.c | 3 +++ 1 file changed, 3 insertions(+) NACK. See patch 18 why I think you don't need this. diff --git a/monitor.c b/monitor.c index db9a8d0..a538e6a 100644 --- a/monitor.c +++

[Qemu-devel] buildbot failure in qemu on qmp_i386_debian_6_0

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder qmp_i386_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/qmp_i386_debian_6_0/builds/360 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build

Re: [Qemu-devel] [PATCH 18/18] vm-snapshot-save: add force parameter

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: HMP command savevm now takes extra optional force parameter to specifi whether s/specifi/specify/ replace existing snapshot or not. QMP command vm-snapshot-save has also extra optional force parameter and name parameter isn't optional anymore.

[Qemu-devel] buildbot failure in qemu on qmp_x86_64_debian_6_0

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder qmp_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/qmp_x86_64_debian_6_0/builds/360 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build

[Qemu-devel] buildbot failure in qemu on trivial-patches_x86_64_debian_6_0

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder trivial-patches_x86_64_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/trivial-patches_x86_64_debian_6_0/builds/361 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for

[Qemu-devel] buildbot failure in qemu on trivial-patches_i386_debian_6_0

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder trivial-patches_i386_debian_6_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/trivial-patches_i386_debian_6_0/builds/361 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this

<    1   2   3   4