Re: [libvirt] [PATCH 3/7] qemu: process: Pass flags to qemuProcessPrepareHost

2017-10-05 Thread Peter Krempa
On Wed, Oct 04, 2017 at 11:59:07 -0400, John Ferlan wrote: > > > On 10/04/2017 07:42 AM, Peter Krempa wrote: > > Pass flags to the function rather than just whether we have incoming > > migration. This also enforces correct startup policy for USB devices > > when reverting from a snapshot. > > --

Re: [libvirt] [PATCH 3/7] qemu: process: Pass flags to qemuProcessPrepareHost

2017-10-04 Thread John Ferlan
On 10/04/2017 07:42 AM, Peter Krempa wrote: > Pass flags to the function rather than just whether we have incoming > migration. This also enforces correct startup policy for USB devices > when reverting from a snapshot. > --- > src/qemu/qemu_migration.c | 2 +- > src/qemu/qemu_process.c | 8 ++

[libvirt] [PATCH 3/7] qemu: process: Pass flags to qemuProcessPrepareHost

2017-10-04 Thread Peter Krempa
Pass flags to the function rather than just whether we have incoming migration. This also enforces correct startup policy for USB devices when reverting from a snapshot. --- src/qemu/qemu_migration.c | 2 +- src/qemu/qemu_process.c | 8 src/qemu/qemu_process.h | 2 +- 3 files changed,