Re: [libvirt] [PATCH] qemu: Don't fail without emulatorpin or cpumask

2012-10-18 Thread Guido Günther
On Thu, Oct 18, 2012 at 04:35:31PM -0600, Eric Blake wrote: > On 10/18/2012 04:32 PM, Guido Günther wrote: > > This unbreaks qemu:///session that got broken by > > > > ba63d8f7d843461f77a8206c1ef9da38388713e5. > > --- > > src/qemu/qemu_process.c |4 +++- > > 1 file changed, 3 insertions(+), 1

Re: [libvirt] [PATCH] qemu: Don't fail without emulatorpin or cpumask

2012-10-18 Thread Eric Blake
On 10/18/2012 04:32 PM, Guido Günther wrote: > This unbreaks qemu:///session that got broken by > > ba63d8f7d843461f77a8206c1ef9da38388713e5. > --- > src/qemu/qemu_process.c |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_pro

[libvirt] [PATCH] qemu: Don't fail without emulatorpin or cpumask

2012-10-18 Thread Guido Günther
This unbreaks qemu:///session that got broken by ba63d8f7d843461f77a8206c1ef9da38388713e5. --- src/qemu/qemu_process.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index e08ec67..293ffe9 100644 --- a/src/qemu/qemu_proc