[libvirt] virsh qemu-monitor-command broken with 0.9.5

2011-09-21 Thread Jason Krieg
Hi, the virsh qemu-monitor-command is not working with libvirt 0.9.5 with git commit 85d2810823a31634b12145d6c196930b40425370 *opts_seen moved into the != VSH_OT_ARGV if statement so now opts_seen is only set if not VSH_OT_ARGV see attached fix Regards Jason diff -Nurp

Re: [libvirt] [Qemu-devel] [PATCH] qemu: Fix shutdown regression

2011-09-21 Thread Jason Krieg
0.14 shouldn't have this bug, but it looks like 0.15 has it. Justin, can you cherry-pick d9389b96 and 941f511a into stable-0.15 in order to fix -no-shutdown? Kevin I can confirm this, I`m using qemu-kvm 0.14.1 and do not run into this bug Regards Jason -- libvir-list mailing list

Re: [libvirt] virsh qemu-monitor-command broken with 0.9.5

2011-09-21 Thread Jason Krieg
On 09/21/2011 05:00 PM, Eric Blake wrote: On 09/21/2011 06:28 AM, Eric Blake wrote: +++ libvirt-0.9.5.new/tools/virsh.c 2011-09-21 13:56:17.0 +0200 @@ -13916,8 +13916,8 @@ vshCmddefGetData(const vshCmdDef *cmd, u opt =cmd-opts[i]; if (opt-type != VSH_OT_ARGV) { *opts_need_arg= ~(1 i); -

[libvirt] tunnelled migration with libvirt 0.9.0

2011-04-20 Thread Jason Krieg
Hi, is tunnelled migration with libvirt 0.9.0 and qemu-kvm 0.14.0 broken ? all I get is an error unknown migration protocol while looking at the code in src/qemu/qemu_migration.c src/qemu/qemu_migration.c: /* Start the QEMU daemon, with the same command-line arguments plus *

Re: [libvirt] tunnelled migration with libvirt 0.9.0

2011-04-20 Thread Jason Krieg
On 04/20/2011 12:23 PM, Wen Congyang wrote: At 04/20/2011 05:41 PM, Jason Krieg Write: Hi, is tunnelled migration with libvirt 0.9.0 and qemu-kvm 0.14.0 broken ? all I get is an error unknown migration protocol while looking at the code in src/qemu/qemu_migration.c src/qemu/qemu_migration.c

Re: [libvirt] kvm savevm/loadvm

2010-07-20 Thread Jason Krieg
On 07/20/2010 04:24 PM, Serge Hallyn wrote: Quoting Daniel P. Berrange (berra...@redhat.com): On Tue, Jul 20, 2010 at 05:17:43AM -0500, Serge Hallyn wrote: Hi, virsh has save/restore to do a one-time save+shutdown. But it does not expose kvm's savevm/restorevm, which let's me do

[libvirt] patch for pci passthrough

2008-12-15 Thread Jason Krieg
Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79 I used the structure as already defined in src/domain_conf.h so analog to usb one now can add pci devices as example: lspci: 06:02.0 Network controller: Eicon Networks Corporation Diva Server 2FX (rev 01)