Re:Re: [PATCH 1/1] WIP: allow update more disk properties

2023-02-21 Thread Norman
Hello, Sorry for not keeping communication on list, forgot to click reply to button. please take a look at patch https://listman.redhat.com/archives/libvir-list/2023-February/238033.html. Thank you and appologize for bringing inconvenience. Best, Jiatong Shen At 2023-02-20

Re: [PATCH 1/1] WIP: allow update more disk properties

2023-02-20 Thread Peter Krempa
On Mon, Feb 20, 2023 at 10:57:55 +0800, jshen28 wrote: > From: ushen You should put your explanation and justification of the patch here rather than into the cover-letter. Also you need to comply with the following contributor guideline: https://www.libvirt.org/hacking.html#developer-certificat

[PATCH 1/1] WIP: allow update more disk properties

2023-02-19 Thread jshen28
From: ushen --- src/qemu/qemu_block.c | 2 +- src/qemu/qemu_block.h | 5 + src/qemu/qemu_domain.c | 2 -- src/qemu/qemu_driver.c | 17 + 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index 5e700eff99..778aee

[PATCH 1/1] WIP: allow update more disk properties

2023-02-19 Thread jshen28
From: ushen --- src/qemu/qemu_block.c | 2 +- src/qemu/qemu_block.h | 5 + src/qemu/qemu_domain.c | 2 -- src/qemu/qemu_driver.c | 17 + 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index 5e700eff99..778aee