[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

[PATCH 0/1] RFC for allowing updating some disk driver

2023-02-19 Thread jshen28
QEMU has provided QMP blockdev-reopen to allow reconfigure some driver properties while virtual machine is running. Such properties are including cachmode, detect-zeroes and discard. This PS modifies update-device a little bit to allow updating those properties. ushen (1): WIP: allow update

[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

Re: [PATCH v2 07/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization

2023-02-19 Thread Philippe Mathieu-Daudé
+Daniel, Igor, Marcel & libvirt On 16/2/23 16:33, Philippe Mathieu-Daudé wrote: On 16/2/23 15:43, Bernhard Beschow wrote: On Wed, Feb 15, 2023 at 5:20 PM Philippe Mathieu-Daudé mailto:phi...@linaro.org>> wrote:     Ensure both IDE output IRQ lines are wired.     We can remove the last

Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems

2023-02-19 Thread Stefan Weil
Am 19.02.23 um 12:27 schrieb Reinoud Zandijk: On Fri, Feb 17, 2023 at 12:05:46PM +0100, Stefan Weil wrote: So there still seems to be a certain small need for QEMU installers for 32-bit Windows: 170 users für 32 bit only, 339 users for both 32 and 64 bit, 5132 users for 64 bit only. As you

Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems

2023-02-19 Thread Reinoud Zandijk
On Fri, Feb 17, 2023 at 12:05:46PM +0100, Stefan Weil wrote: > On Fri, Feb 17, 2023 at 11:36:41AM +0100, Markus Armbruster wrote: > > > Which 32-bit hosts are still useful, and why? > > Citing my previous mail: > >I now checked all downloads of the latests installers since 2022-12-30. > >

Re: [RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems

2023-02-19 Thread Reinoud Zandijk
On Fri, Feb 17, 2023 at 08:22:43AM -1000, Richard Henderson wrote: > On 2/17/23 06:06, Reinoud Zandijk wrote: > > On Fri, Feb 17, 2023 at 11:36:41AM +0100, Markus Armbruster wrote: > > > I feel the discussion petered out without a conclusion. > > > > > > I don't think letting the status quo win

Re: [PATCH v2 0/2] selinux: Don't ignore ENOENT in Permissive mode

2023-02-19 Thread Martin Kletzander
On Fri, Feb 17, 2023 at 04:21:26PM +0100, Michal Privoznik wrote: This is just a resend of the following series: https://listman.redhat.com/archives/libvir-list/2021-October/msg00738.html Michal Prívozník (2): selinux: Swap two blocks handling setfilecon_raw() failure selinux: Don't ignore