Re: [libvirt] [PATCH v3 27/52] qemu: Introduce and use virQEMUCapsGetAccel

2019-11-12 Thread Ján Tomko
On Tue, Nov 05, 2019 at 02:27:25PM +0100, Jiri Denemark wrote: The function can be used to get the pointer to all data which depend on the accelerator. Signed-off-by: Jiri Denemark --- Notes: Version 3: - new patch src/qemu/qemu_capabilities.c | 36

[libvirt] [PATCH v3 27/52] qemu: Introduce and use virQEMUCapsGetAccel

2019-11-05 Thread Jiri Denemark
The function can be used to get the pointer to all data which depend on the accelerator. Signed-off-by: Jiri Denemark --- Notes: Version 3: - new patch src/qemu/qemu_capabilities.c | 36 1 file changed, 16 insertions(+), 20 deletions(-) diff --git