Re: [libvirt] how to test libvirt?

2016-02-24 Thread Yanbing Du
://www.redhat.com/mailman/listinfo/libvir-list -- Regards, Yanbing Du -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 5/6] tools: fix the wrong check when use virsh setvcpus --maximum

2015-03-22 Thread Yanbing Du
vshError(ctl, _("--maximum must be used with --config only")); -goto cleanup; -} -} - -/* Apply the virtual cpu changes */ if (virDomainSetVcpusFlags(dom, count, flags) < 0) goto cleanup; } -

[libvirt] [PATCH] virsh: Allow attach-disk to specify disk target bus

2014-07-01 Thread Yanbing Du
From: Yanbing Du By default, the bus type is inferred from the style of the device name('target' in this command), e.g. a device named 'sda' will typically be exported using a SCSI bus. Actually, not only SCSI bus, but USB/SATA bus also use this kind of device name. So ad

[libvirt] [PATCH] doc: Update help for virsh_desc command

2013-08-22 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index ccb6080..47fd6cb 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -6657,19 +6657,19 @@ static const

[libvirt] [PATCH] virsh-domain: Check if domain is running for ttyconsole cmd

2013-08-13 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 4081451..9ccbc35 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -9139,6 +9139,12 @@ cmdTTYConsole

Re: [libvirt] [PATCH] Fix the stdout in print_job_progress()

2013-03-29 Thread Yanbing Du
- Original Message - > From: "Eric Blake" > To: "Yanbing Du" > Cc: libvir-list@redhat.com > Sent: Friday, March 29, 2013 7:14:41 PM > Subject: Re: [libvirt] [PATCH] Fix the stdout in print_job_progress() > > On 03/29/2013 04:33 AM, Yanbin

[libvirt] [PATCH] Fix the stdout in print_job_progress()

2013-03-29 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index d1e6f9d..10b646f 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -1407,7 +1407,7 @@ print_job_progress

[libvirt] [PATCH] Correct DESCRIPTION for virsh help blockcopy

2013-03-26 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 592a6e8..fc5cb1e 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -1603,7 +1603,7 @@ static const

[libvirt] [PATCH] Remove the redundant parentheses in migrate help

2013-03-25 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 128e516..592a6e8 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -8286,7 +8286,7 @@ static const

[libvirt] [PATCH] Fix a copy&paste error for virsh dump help

2013-03-15 Thread Yanbing Du
Signed-off-by: Yanbing Du --- tools/virsh-domain.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index ab90f58..aa45e72 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -4358,7 +4358,7 @@ static const