[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH 3/8] Add a new 'virsh qemu-attach' command.
- From: Matthias Bolte <matthias bolte googlemail com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH 3/8] Add a new 'virsh qemu-attach' command.
- Date: Tue, 5 Jul 2011 13:09:28 +0200
2011/7/4 Daniel P. Berrange <berrange redhat com>:
> This command allows libvirt to attach to an existing QEMU
> instance.
>
> $ qemu-kvm -cdrom ~/demo.iso \
> -monitor unix:/tmp/demo,server,nowait \
> -name foo \
> -uuid cece4f9f-dff0-575d-0e8e-01fe380f12ea &
> $ QEMUPID=$!
> $ virsh qemu-attach $QEMUPID
> ---
> tools/virsh.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
> tools/virsh.pod | 26 +++++++++++++++++++++++++-
> 2 files changed, 72 insertions(+), 1 deletions(-)
>
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 9a189fd..f7a1274 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -11611,6 +11611,52 @@ cleanup:
> return ret;
> }
>
> +/*
> + * "qemu-attach" command
> + */
> +static const vshCmdInfo info_qemu_attach[] = {
> + {"help", N_("Qemu Attach")},
> + {"desc", N_("Qemu Attach")},
Below you replaced Qemu with QEMU, but here you use Qemu.
ACK.
--
Matthias Bolte
http://photron.blogspot.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]