Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-08 Thread Thomas Huth
On 08.11.2017 03:28, Philippe Mathieu-Daudé wrote: > Both are deprecated since 2.9.0 > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/pc_piix.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > index f79d5cb694..c462b702ff 100644 > --- a

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-08 Thread Thomas Huth
On 08.11.2017 10:13, Daniel P. Berrange wrote: > On Wed, Nov 08, 2017 at 12:28:00AM -0300, Philippe Mathieu-Daudé wrote: >> Hi Alexey, >> >> On 11/07/2017 11:48 PM, Alexey Kardashevskiy wrote: >>> On 08/11/17 13:28, Philippe Mathieu-Daudé wrote: Both are deprecated since 2.9.0 >>> >>> May be s

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-08 Thread Thomas Huth
On 08.11.2017 10:16, Daniel P. Berrange wrote: > On Tue, Nov 07, 2017 at 11:28:27PM -0300, Philippe Mathieu-Daudé wrote: >> Both are deprecated since 2.9.0 >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> hw/i386/pc_piix.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/hw/i386

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-08 Thread Daniel P. Berrange
On Tue, Nov 07, 2017 at 11:28:27PM -0300, Philippe Mathieu-Daudé wrote: > Both are deprecated since 2.9.0 > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/i386/pc_piix.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > index f79d5cb694..c462

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-08 Thread Daniel P. Berrange
On Wed, Nov 08, 2017 at 12:28:00AM -0300, Philippe Mathieu-Daudé wrote: > Hi Alexey, > > On 11/07/2017 11:48 PM, Alexey Kardashevskiy wrote: > > On 08/11/17 13:28, Philippe Mathieu-Daudé wrote: > >> Both are deprecated since 2.9.0 > > > > May be so but I could not find where this happened in git

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-07 Thread Philippe Mathieu-Daudé
Hi Alexey, On 11/07/2017 11:48 PM, Alexey Kardashevskiy wrote: > On 08/11/17 13:28, Philippe Mathieu-Daudé wrote: >> Both are deprecated since 2.9.0 > > May be so but I could not find where this happened in git history: > > [vpl1 qemu]$ git log -n1 --grep 'pc-0.10' > f6d5a0bad2 2 years, 5 months

Re: [Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-07 Thread Alexey Kardashevskiy
On 08/11/17 13:28, Philippe Mathieu-Daudé wrote: > Both are deprecated since 2.9.0 May be so but I could not find where this happened in git history: [vpl1 qemu]$ git log -n1 --grep 'pc-0.10' f6d5a0bad2 2 years, 5 months ago Eduardo Habkost piix: Define PC_COMPAT_0_10 Having some pointers in the

[Qemu-devel] [RFC PATCH 5/6] hw/i386: deprecate the pc-0.10 and pc-0.11 machines

2017-11-07 Thread Philippe Mathieu-Daudé
Both are deprecated since 2.9.0 Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/pc_piix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index f79d5cb694..c462b702ff 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -941,6 +941,7 @@ static v