[Qemu-devel] [PATCH] add missing options in socket_optslist

2014-12-05 Thread James Harper
connection. Haven't tested if this breaks any other type of socket. Signed-off-by: James Harper diff --git a/util/qemu-sockets.c b/util/qemu-sockets.c index a76bb3c..e121a34 100644 --- a/util/qemu-sockets.c +++ b/util/qemu-sockets.c @@ -45,6 +45,12 @@ QemuOptsList socket_opt

[Qemu-devel] [PATCH] fix off-by-one error in pci_piix3_xen_ide_unplug

2014-10-31 Thread James Harper
Fix off-by-one error when unplugging disks, which would otherwise leave the last ATA disk plugged, with obvious consequences. Also rewrite loop to be more readable. Signed-off-by: James Harper diff --git a/hw/ide/piix.c b/hw/ide/piix.c index 574b9c1..b0172fb 100644 --- a/hw/ide/piix.c +++ b

Re: [Qemu-devel] [ceph-users] qemu-1.4.0 and onwards, linux kernel 3.2.x, ceph-RBD, heavy I/O leads to kernel_hung_tasks_timout_secs message and unresponsive qemu-process, [Bug 1207686]

2013-08-13 Thread James Harper
> > This looks like a different issue than Oliver's. I see one anomaly in the > log, where a rbd io completion is triggered a second time for no apparent > reason. I opened a separate bug > > http://tracker.ceph.com/issues/5955 > > and pushed wip-5955 that will hopefully shine some light

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread James Harper
> > > -Original Message- > > From: Ian Campbell > > Sent: 19 June 2013 10:42 > > To: Paul Durrant > > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > > Subject: Re: [Xen-devel] [PATCH] Add Xen platform PCI device version 2. > > > > On Wed, 2013-06-19 at 10:32 +0100, Paul Durrant wrote