Re: [Qemu-devel] [RFC 3/8] qapi: add QemuFileInputVisitor

2011-10-24 Thread Chris Krumme
On 09/19/2011 09:41 AM, Michael Roth wrote: Visitor interfaces to read values from a QEMUFile Signed-off-by: Michael Rothmdr...@linux.vnet.ibm.com --- Makefile.objs |1 + qapi/qemu-file-input-visitor.c | 350

Re: [Qemu-devel] Hang when using 9p mounts after last Seabios update

2011-10-11 Thread Chris Krumme
On 10/11/2011 03:30 AM, Daniel P. Berrange wrote: On Sat, Oct 01, 2011 at 12:50:43PM -0400, Kevin O'Connor wrote: On Thu, Sep 22, 2011 at 12:45:11PM +0100, Daniel P. Berrange wrote: On 0.14, 0.15 releaes, this all works just fine. On current GIT master, the guest OS will hang during boot.

Re: [Qemu-devel] [PATCH 06/10] kvm: remove unused variables

2011-06-15 Thread Chris Krumme
On 06/14/2011 12:36 PM, Michael S. Tsirkin wrote: Signed-off-by: Michael S. Tsirkinm...@redhat.com --- hw/virtio-pci.h |8 +--- target-i386/kvm.c |3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hw/virtio-pci.h b/hw/virtio-pci.h index a4b5fd3..b518917

Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2011-01-10 Thread Chris Krumme
On 01/10/2011 08:31 AM, Markus Armbruster wrote: Amit Shahamit.s...@redhat.com writes: [...] diff --git a/hw/qdev.c b/hw/qdev.c index 6fc9b02..168d0f6 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -185,7 +185,8 @@ int qdev_device_help(QemuOpts *opts) if (!prop-info-parse) {

Re: [Qemu-devel] [PATCH 14/15] vnc: tight: tweak adaptive tight settings

2010-08-11 Thread Chris Krumme
Hello Corentin, On 08/11/2010 12:49 AM, Corentin Chary wrote: The force_jpeg threshold was too low. Signed-off-by: Corentin Charycorenti...@iksaif.net --- qemu-thread.c |1 + ui/vnc-enc-tight.c | 20 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff

Re: [Qemu-devel] [RFC PATCH v4 3/3] block: add sheepdog driver for distributed storage support

2010-06-01 Thread Chris Krumme
On 05/27/2010 09:44 PM, MORITA Kazutaka wrote: Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to VMs like Amazon EBS. This patch adds a qemu block driver for Sheepdog. Sheepdog features are: - No node in the cluster is special (no

Re: [Qemu-devel] Re: [PATCH v2 10/10] vnc: update copyrights for vnc-encoding-tight.c

2010-05-18 Thread Chris Krumme
On 05/18/2010 08:37 AM, Anthony Liguori wrote: On 05/18/2010 07:49 AM, Corentin Chary wrote: Add missing copyrights in vnc-encoding-tight.c, since the code is mostly inspired from libvncserver/tight.c. Signed-off-by: Corentin Charycorenti...@iksaif.net --- vnc-encoding-tight.c |5 +