Re: [libvirt PATCH 0/2] ch: Use payload api

2023-10-23 Thread Praveen Paladugu
On Fri, Oct 20, 2023 at 01:27:20PM +0200, Michal Pr??vozn??k wrote: > On 10/10/23 23:42, Praveen K Paladugu wrote: > > Introduced virCHCapsInitCHVersionCaps to check and cache capabilities of > > cloud-hypervisor based on its version. Modified ch driver to use "payload" > > api > > to pass

Re: hdd kills vm

2023-10-23 Thread daggs
Greetings Martin, > Sent: Sunday, October 22, 2023 at 12:37 PM > From: "Martin Kletzander" > To: "daggs" > Cc: libvir-list@redhat.com > Subject: Re: hdd kills vm > > On Fri, Oct 20, 2023 at 02:42:38PM +0200, daggs wrote: > >Greetings, > > > >I have a windows 11 vm running on my Gentoo using

Re: [libvirt RFCv11 00/33] multifd save restore prototype

2023-10-23 Thread Daniel P . Berrangé
On Mon, Oct 23, 2023 at 04:06:53PM +0200, Claudio Fontana wrote: > On 10/11/23 17:29, Daniel P. Berrangé wrote: > > On Wed, Oct 11, 2023 at 04:56:12PM +0200, Claudio Fontana wrote: > >> > >> On 10/11/23 16:05, Daniel P. Berrangé wrote: > >>> > >>> Instead of using 'getfd' though we have to use

Re: [libvirt RFCv11 00/33] multifd save restore prototype

2023-10-23 Thread Claudio Fontana
On 10/11/23 17:29, Daniel P. Berrangé wrote: > On Wed, Oct 11, 2023 at 04:56:12PM +0200, Claudio Fontana wrote: >> >> On 10/11/23 16:05, Daniel P. Berrangé wrote: >>> >>> Instead of using 'getfd' though we have to use 'add-fd'. >>> >>> Anyway, this lets us do FD passing as normal, whle also >>>

Re: [libvirt PATCH 01/15] util: properly deal with module vs. driver when binding device to driver

2023-10-23 Thread Jason Gunthorpe
On Mon, Oct 23, 2023 at 12:54:37AM -0400, Laine Stump wrote: > When we recently gained the ability to manually specify a driver to > bind to with virsh nodedev-detach, the fragility of this system became > apparent - if a user gives the driver name as "vfio_pci", then we > would modprobe the

Re: [PATCH] specfile: use correct option for nbdkit in mingw build

2023-10-23 Thread Andrea Bolognani
On Sun, Oct 22, 2023 at 10:48:33PM -0400, Laine Stump wrote: > +++ b/libvirt.spec.in > @@ -1356,7 +1356,7 @@ export SOURCE_DATE_EPOCH=$(stat --printf='%Y' > %{_specdir}/libvirt.spec) >-Dglusterfs=disabled \ >-Dhost_validate=disabled \ >-Dlibiscsi=disabled \ > - -Dlibnbd=disabled \ >

Re: [PATCH libvirt v1 3/3] Improve `virsh create --console` behavior

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: When starting a guest via libvirt (`virsh create --console`), early console output was missed because the guest was started first and then the console was attached. This patch changes this to the following sequence: 1. create a paused transient guest

Re: [PATCH libvirt v1 2/3] Improve `virsh start --console` behavior

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: When starting a guest via libvirt (`virsh start --console`), early console output was missed because the guest was started first and then the console was attached. This patch changes this to the following sequence: 1. create a paused guest 2. attach

Re: [PATCH libvirt v1 1/3] virsh: add `console --resume` support

2023-10-23 Thread Thomas Huth
On 28/09/2023 17.37, Marc Hartmayer wrote: This patch adds the command line flag `--resume` to the `virsh console` command. This resumes a paused guest after connecting to the console. This might be handy since it's a "common" pattern to start a guest paused, connect to the console, and then