Re: [PATCH] spec: Do not disable some systemd units of newly split package

2023-06-09 Thread Jim Fehlig
On 6/9/23 03:05, Andrea Bolognani wrote: On Thu, Jun 08, 2023 at 12:35:45PM -0600, Jim Fehlig wrote: On 6/8/23 08:52, Andrea Bolognani wrote: On Wed, Jun 07, 2023 at 04:31:36PM +0200, Martin Kletzander wrote: +# Since this was split into a different package, a transparent update for the +# vir

[PATCH 1/2] tests: qemucapabilitiesdata: Update data for qemu-8.1 dev cycle

2023-06-09 Thread Peter Krempa
Update to v8.0.0-1739-g5f9dd6a8ce and build on a newer kernel and with newer libblkio. Notable changes: - 'fdset' feature is supported for the vdpa block backend provided by libblkio - 'xsaves' feature is optional for EPYC-Rome - 'cryptodev-backend-lkcf' and 'PIIX3-xen' devices removed

[PATCH 2/2] Explicitly reject unsupported storage types for legacy config generators

2023-06-09 Thread Peter Krempa
New storage types are not implemented in generators for -drive and the xen config. Explicitly reject them in case of a programming error. Signed-off-by: Peter Krempa --- src/libxl/xen_xl.c | 4 +++- src/qemu/qemu_command.c | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --

[PATCH 0/2] qemu: Caps update for 'vdpa-block' and corner case hardening

2023-06-09 Thread Peter Krempa
Peter Krempa (2): tests: qemucapabilitiesdata: Update data for qemu-8.1 dev cycle Explicitly reject unsupported storage types for legacy config generators src/libxl/xen_xl.c| 4 +- src/qemu/qemu_command.c | 5 +- .../domaincapsdata/qemu_

[PATCH v5] vfio/pci: Propagate ACPI notifications to user-space via eventfd

2023-06-09 Thread Grzegorz Jaszczyk
To allow pass-through devices receiving ACPI notifications, permit to register ACPI notify handler (via VFIO_DEVICE_SET_IRQS) for a given device. The handler role is to receive and propagate such ACPI notifications to the user-space through the user provided eventfd. This allows VMM to receive and

Re: [PATCH v4] vfio/pci: Propagate ACPI notifications to user-space via eventfd

2023-06-09 Thread Grzegorz Jaszczyk
czw., 8 cze 2023 o 00:27 Alex Williamson napisaƂ(a): > > On Wed, 7 Jun 2023 22:22:12 +0200 > Grzegorz Jaszczyk wrote: > > > > > > > > Can we drop the NTFY and just use VFIO_PCI_ACPI_IRQ_INDEX? > > > > > > ACPI_IRQ at first glance could be confused with SCI, which is e.g. > > > registered as "acpi

[PATCH v2 0/2] Add support for discard_no_unref qcow2 option

2023-06-09 Thread Jean-Louis Dupond
Qemu 8.1.0 will have a new qcow2 option named discard-no-unref. https://gitlab.com/qemu-project/qemu/-/commit/42a2890a76f4783cd1c212f27856edcf2b5e8a75 Enabling this option wil change the way qemu handles guest discards inside the qcow2 image and will highly improve the fragmentation within the qco

[PATCH 2/2] Update NEWS with new discard_no_unref option

2023-06-09 Thread Jean-Louis Dupond
Signed-off-by: Jean-Louis Dupond --- NEWS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index b1cccee4fa..deac80aec2 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,8 @@ v9.5.0 (unreleased) * **Improvements** + * qemu: Change the discard-no-unref value via

[PATCH 1/2] Add discard_no_unref option for qcow2 images

2023-06-09 Thread Jean-Louis Dupond
Qemu 8.1.0 will add discard_no_unref option for qcow2 images. When this option is enabled (default=false), then it will no longer unreference clusters when guest does a discard, but it will just free the blocks (useful for incremental backups for example) and pass the discard to the lower layer. T

Re: [PATCH 1/2] Add discard_no_unref option for qcow2 images

2023-06-09 Thread Jean-Louis Dupond
On 8/06/2023 16:36, Peter Krempa wrote: On Tue, Jun 06, 2023 at 11:54:40 +0200, Jean-Louis Dupond wrote: Qemu 8.1.0 will add discard_no_unref option for qcow2 images. When this option is enabled (default=false), then it will no longer unreference clusters when guest does a discard, but it will j

Re: [PATCH] spec: Do not disable some systemd units of newly split package

2023-06-09 Thread Andrea Bolognani
On Thu, Jun 08, 2023 at 12:35:45PM -0600, Jim Fehlig wrote: > On 6/8/23 08:52, Andrea Bolognani wrote: > > On Wed, Jun 07, 2023 at 04:31:36PM +0200, Martin Kletzander wrote: > > > +# Since this was split into a different package, a transparent update > > > for the > > > +# virtproxyd units could a