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 06/12

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 prope

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 > > > > alr

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, to

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 a

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 Hut