[libvirt] [PATCH v2 41/73] qemu: Generalize macro for getting VIR_MIGRATE_* typed params

2018-04-15 Thread Jiri Denemark
So far it's used only for CPU throttling parameters which are all ints, but we'll soon want to use it for more parameters with different types. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration_params.c | 31 +++ 1 file changed, 15

Re: [libvirt] [PATCH v2 41/73] qemu: Generalize macro for getting VIR_MIGRATE_* typed params

2018-04-13 Thread Jiri Denemark
On Fri, Apr 13, 2018 at 16:22:00 +0200, Ján Tomko wrote: > On Wed, Apr 11, 2018 at 04:41:31PM +0200, Jiri Denemark wrote: > >So far it's used only for CPU throttling parameters which are all ints, > >but we'll soon want to use it for more parameters with different types. > > > >Signed-off-by: Jiri

Re: [libvirt] [PATCH v2 41/73] qemu: Generalize macro for getting VIR_MIGRATE_* typed params

2018-04-13 Thread Ján Tomko
On Wed, Apr 11, 2018 at 04:41:31PM +0200, Jiri Denemark wrote: So far it's used only for CPU throttling parameters which are all ints, but we'll soon want to use it for more parameters with different types. Signed-off-by: Jiri Denemark --- src/qemu/qemu_migration_params.c