On Tue, Jun 19, 2018 at 08:38:00 +0200, Michal Privoznik wrote:
Introduce guest agent specific job categories to allow threads to
run agent monitor specific jobs while normal monitor jobs can
also be running.
Alter _qemuDomainJobObj in order to duplicate certain fields that
will be used for guest agent specific tasks to increase
concurrency and throughput and reduce serialization.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_domain.c | 6 ++++++
src/qemu/qemu_domain.h | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>