Re: [libvirt PATCH] run: add ability to set selinux context

2023-04-26 Thread Jonathon Jongsma
On 4/25/23 11:54 AM, Erik Skultety wrote: On Tue, Apr 25, 2023 at 10:40:45AM -0500, Jonathon Jongsma wrote: On 4/25/23 9:43 AM, Jonathon Jongsma wrote: On 4/25/23 8:11 AM, Erik Skultety wrote: On Mon, Apr 24, 2023 at 03:50:48PM -0500, Jonathon Jongsma wrote: When running libvirt from the buil

RE: [PATCH 0/2] tools: virsh-domain: display progress with enhanced granularity

2023-04-26 Thread Shaleen Bathla
Missed adding V2 in subject title. Can someone please guide, if I should resend the patch series with the title correction or this can be taken forward ? Thanks and Regards, Shaleen Bathla -Original Message- From: Shaleen Bathla Sent: Wednesday, April 26, 2023 4:59 PM To: libvir-list@r

[PATCH 2/2] tools: virsh-domain: display progress with enhanced granularity

2023-04-26 Thread Shaleen Bathla
Switch from int to double for displaying job progress upto 2 decimal places. Signed-off-by: Shaleen Bathla --- tools/virsh-domain.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 165aa0ee0f19..af2c0842079c 10064

[PATCH 1/2] tools: virsh-domain: refactor variable initialization

2023-04-26 Thread Shaleen Bathla
Signed-off-by: Shaleen Bathla --- tools/virsh-domain.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 6850843a259f..165aa0ee0f19 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -1722,12 +1722,10 @@ stat

[PATCH 0/2] tools: virsh-domain: display progress with enhanced granularity

2023-04-26 Thread Shaleen Bathla
Changes since v1 - Remove superfluous parenthesis - Update progress as 99.99 instead of 99.00 - Add comment for auto-round-off prevention logic for double Description ==

Re: [PATCH 2/2] tools: virsh-domain: display progress with enhanced granularity

2023-04-26 Thread Martin Kletzander
On Wed, Apr 26, 2023 at 10:56:56AM +0530, Shaleen Bathla wrote: Switch from int to double for displaying job progress upto 2 decimal places. Signed-off-by: Shaleen Bathla --- tools/virsh-domain.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/virsh-domain.

[PATCH 1/2] tools: virsh-domain: refactor variable initialization

2023-04-26 Thread Shaleen Bathla
Signed-off-by: Shaleen Bathla --- tools/virsh-domain.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 6850843a259f..165aa0ee0f19 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -1722,12 +1722,10 @@ stat

[PATCH 2/2] tools: virsh-domain: display progress with enhanced granularity

2023-04-26 Thread Shaleen Bathla
Switch from int to double for displaying job progress upto 2 decimal places. Signed-off-by: Shaleen Bathla --- tools/virsh-domain.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index 165aa0ee0f19..9f82722b2ac6 100644