Re: [PATCH 3/3] qemu: Implement the virDomainSetLaunchSecurityState API

2021-12-06 Thread Daniel P . Berrangé
On Fri, Dec 03, 2021 at 05:44:24PM -0700, Jim Fehlig wrote: > On 12/3/21 08:10, Daniel P. Berrangé wrote: > > On Tue, Nov 30, 2021 at 04:52:00PM -0700, Jim Fehlig wrote: > > > Set a launch secret in guest memory using the sev-inject-launch-secret > > > QMP API. Only supported for SEV-enabled

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Daniel P . Berrangé
On Mon, Dec 06, 2021 at 10:44:50AM +0100, Thomas Huth wrote: > On 06/12/2021 10.19, Peter Krempa wrote: > > On Mon, Dec 06, 2021 at 10:02:44 +0100, Thomas Huth wrote: > > > On 06/12/2021 09.57, Peter Krempa wrote: > > > > On Mon, Dec 06, 2021 at 09:47:58 +0100, Thomas Huth wrote: > > > > > On

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Thomas Huth
On 06/12/2021 10.19, Peter Krempa wrote: On Mon, Dec 06, 2021 at 10:02:44 +0100, Thomas Huth wrote: On 06/12/2021 09.57, Peter Krempa wrote: On Mon, Dec 06, 2021 at 09:47:58 +0100, Thomas Huth wrote: On 06/12/2021 09.40, Thomas Huth wrote: The HPET setting has been turned into a machine

Re: [libvirt PATCH v2 0/2] Fix failure to find VF netdev names during virtual network start

2021-12-06 Thread Michal Prívozník
On 12/5/21 23:54, Laine Stump wrote: > The first patch resolves https://bugzilla.redhat.com/2025432, the 2nd > simplifies lower level code in the same manner. > > V1 is here: > https://listman.redhat.com/archives/libvir-list/2021-December/msg0.html > > Change in V2: Rather than adding an

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Peter Krempa
On Mon, Dec 06, 2021 at 10:02:44 +0100, Thomas Huth wrote: > On 06/12/2021 09.57, Peter Krempa wrote: > > On Mon, Dec 06, 2021 at 09:47:58 +0100, Thomas Huth wrote: > > > On 06/12/2021 09.40, Thomas Huth wrote: > > > > The HPET setting has been turned into a machine property a while ago > > > >

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Thomas Huth
On 06/12/2021 09.57, Peter Krempa wrote: On Mon, Dec 06, 2021 at 09:47:58 +0100, Thomas Huth wrote: On 06/12/2021 09.40, Thomas Huth wrote: The HPET setting has been turned into a machine property a while ago already, so we should finally do the next step and deprecate the legacy CLI option,

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Peter Krempa
On Mon, Dec 06, 2021 at 09:47:58 +0100, Thomas Huth wrote: > On 06/12/2021 09.40, Thomas Huth wrote: > > The HPET setting has been turned into a machine property a while ago > > already, so we should finally do the next step and deprecate the > > legacy CLI option, too. > > While we're at it, add

Re: [PATCH for-7.0] i386: Deprecate the -no-hpet QEMU command line option

2021-12-06 Thread Thomas Huth
On 06/12/2021 09.40, Thomas Huth wrote: The HPET setting has been turned into a machine property a while ago already, so we should finally do the next step and deprecate the legacy CLI option, too. While we're at it, add a proper help text for the machine property, too. Signed-off-by: Thomas

Re: [libvirt PATCH v2 00/15] WIP/RFC: add QEMU "-display dbus" support

2021-12-06 Thread Marc-André Lureau
Hi On Fri, Dec 3, 2021 at 8:29 PM Daniel P. Berrangé wrote: > > On Thu, Dec 02, 2021 at 06:23:56PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Hi, > > > > This series implements supports for the upcoming QEMU "-display dbus" > > support. > > Development is