On Thu, Oct 06, 2022 at 03:49:50PM +0200, Michal Privoznik wrote:
> As advertised in the previous commit, QEMU_SCHED_CORE_VCPUS case
> is implemented for hotplug case. The implementation is very
> similar to the cold boot case, except here we fork off for every
> vCPU (because the implementation is done in
> qemuProcessSetupVcpu() which is also the function that's called
> from hotplug code). But that's okay because our hotplug APIs
> allow hotplugging one device at the time.
> 
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2074559
> Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
> ---
>  src/qemu/qemu_hotplug.c |  2 +-
>  src/qemu/qemu_process.c | 61 +++++++++++++++++++++++++++++++++++++++--
>  src/qemu/qemu_process.h |  3 +-
>  3 files changed, 62 insertions(+), 4 deletions(-)

Reviewed-by: Daniel P. Berrangé <berra...@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

Reply via email to