[libvirt] [PATCH 01/20] qemu_process: Move process code from qemu_capabilities

Jiri Denemark jdenemar at redhat.com
Tue Feb 19 18:32:30 UTC 2019


On Tue, Feb 19, 2019 at 15:54:40 +0100, Ján Tomko wrote:
> On Tue, Feb 19, 2019 at 10:04:44AM +0100, Jiri Denemark wrote:
> >From: Chris Venteicher <cventeic at redhat.com>
> >
> >QEMU process code in qemu_capabilities.c is moved to qemu_process.c in
> >order to make the code usable outside the original capabilities use
> >cases.
> >
> >The moved code activates and manages QEMU processes without establishing
> >a guest domain.
> >
> >This patch is a straight cut/paste move between files.
> >
> >Signed-off-by: Chris Venteicher <cventeic at redhat.com>
> >Reviewed-by: Jiri Denemark <jdenemar at redhat.com>
> >Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
> >---
> >
> >Notes:
> >    Version 7:
> >    - rebased
> >
> > src/qemu/qemu_capabilities.c | 230 +----------------------------------
> > src/qemu/qemu_process.c      | 211 ++++++++++++++++++++++++++++++++
> > src/qemu/qemu_process.h      |  30 +++++
> > 3 files changed, 242 insertions(+), 229 deletions(-)
> >
> 
> Reviewed-by: Ján Tomko <jtomko at redhat.com>

Thanks for the reviews, especially when mailing list delivery is
unreliable again.

Jirka




More information about the libvir-list mailing list