Re: [PATCH] Skip resizing image to the same size

2025-01-21 Thread Fahrzin Hemmati
25d7b94 Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati mailto:fah...@fahhem.com>> Date: Mon, 20 Jan 2025 01:56:24 -0800 Subject: [PATCH] Skip resizing image to the same size Higher-level software, such as Packer, blindly call "qemu-img resize" even when the size is the same. This change

Re: [PATCH] Skip resizing image to the same size

2025-01-21 Thread Kevin Wolf
ockdev.c:qmp_block_resize() with a little more work. I'm not familiar > with those workflows, but if needed I can do that as well. > > Here's the new patch: > > From 17f5c5f03d930c4816b92b97e0e54db0725d7b94 Mon Sep 17 00:00:00 2001 > From: Fahrzin Hemmati mailto:fah...@f

Re: [PATCH] Skip resizing image to the same size

2025-01-20 Thread Fahrzin Hemmati
needed I can do that as well. Here's the new patch: >From 17f5c5f03d930c4816b92b97e0e54db0725d7b94 Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati mailto:fah...@fahhem.com>> Date: Mon, 20 Jan 2025 01:56:24 -0800 Subject: [PATCH] Skip resizing image to the same size Higher-level software, such as P

Re: [PATCH] Skip resizing image to the same size

2025-01-20 Thread Michael Tokarev
miliar with those workflows, but if needed I can do that as well. Here's the new patch: From 17f5c5f03d930c4816b92b97e0e54db0725d7b94 Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati mailto:fah...@fahhem.com>> Date: Mon, 20 Jan 2025 01:56:24 -0800 Subject: [PATCH] Skip resizing imag

Re: [PATCH] Skip resizing image to the same size

2025-01-20 Thread Fahrzin Hemmati
needed I can do that as well. Here's the new patch: >From 17f5c5f03d930c4816b92b97e0e54db0725d7b94 Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati Date: Mon, 20 Jan 2025 01:56:24 -0800 Subject: [PATCH] Skip resizing image to the same size Higher-level software, such as Packer, blindly call "qemu