Re: [libvirt] [PATCH 09/11] qemu: process: Extract pre-start checks into a function

2016-02-06 Thread Ján Tomko
On Thu, Feb 04, 2016 at 03:49:46PM +0100, Peter Krempa wrote: > When starting a qemu process there are certain checks done to ensure > that the configuration makes sense. Extract them into a separate > function so that they can be reused in the test code. > --- > src/qemu/qemu_migration.c | 2 +-

[libvirt] [PATCH 09/11] qemu: process: Extract pre-start checks into a function

2016-02-04 Thread Peter Krempa
When starting a qemu process there are certain checks done to ensure that the configuration makes sense. Extract them into a separate function so that they can be reused in the test code. --- src/qemu/qemu_migration.c | 2 +- src/qemu/qemu_process.c | 41