Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Eduardo Habkost
On Tue, May 30, 2017 at 05:24:55PM +0300, Michael S. Tsirkin wrote: > On Wed, May 10, 2017 at 05:34:53PM +0200, Thomas Huth wrote: > > We don't want to carry along old machine types forever. If we are able to > > remove the pc machines up to 0.13 one day for example, this would allow > > us to even

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Eduardo Habkost
On Tue, May 30, 2017 at 12:35:01PM +0200, Gerd Hoffmann wrote: > Hi, > > > > v2: > > >  - Deprecate machines up to pc-1.2 > > > > > >  hw/i386/pc_piix.c | 9 + > > >  1 file changed, 9 insertions(+) > > > > > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > > > index 9f102aa..aace

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Michael S. Tsirkin
On Wed, May 10, 2017 at 05:34:53PM +0200, Thomas Huth wrote: > We don't want to carry along old machine types forever. If we are able to > remove the pc machines up to 0.13 one day for example, this would allow > us to eventually kill the code for rombar=0 (i.e. where QEMU copies ROM > BARs directl

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Gerd Hoffmann
Hi, > So far we've got deprecation warnings at very different places in the > code - for command line parameters, for HMP commands, for some few > devices, ... and this time it's for the first time for old machine > types. I currently don't see a pattern yet where a "deprecated" flag > in > Mach

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Thomas Huth
On 30.05.2017 13:02, Igor Mammedov wrote: > On Tue, 30 May 2017 12:35:01 +0200 > Gerd Hoffmann wrote: > >> Hi, >> v2: - Deprecate machines up to pc-1.2 hw/i386/pc_piix.c | 9 + 1 file changed, 9 insertions(+) diff --git a/hw/i386/pc_piix.c b/hw/i386

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Thomas Huth
On 30.05.2017 12:35, Gerd Hoffmann wrote: > Hi, > >>> v2: >>> - Deprecate machines up to pc-1.2 >>> >>> hw/i386/pc_piix.c | 9 + >>> 1 file changed, 9 insertions(+) >>> >>> diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c >>> index 9f102aa..aace378 100644 >>> --- a/hw/i386/pc_piix.c

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Igor Mammedov
On Tue, 30 May 2017 12:35:01 +0200 Gerd Hoffmann wrote: > Hi, > > > > v2: > > >  - Deprecate machines up to pc-1.2 > > > > > >  hw/i386/pc_piix.c | 9 + > > >  1 file changed, 9 insertions(+) > > > > > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > > > index 9f102aa..aace378 1

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Gerd Hoffmann
Hi, > > v2: > >  - Deprecate machines up to pc-1.2 > > > >  hw/i386/pc_piix.c | 9 + > >  1 file changed, 9 insertions(+) > > > > diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c > > index 9f102aa..aace378 100644 > > --- a/hw/i386/pc_piix.c > > +++ b/hw/i386/pc_piix.c > > @@ -38,6 +38

Re: [Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-30 Thread Thomas Huth
On 10.05.2017 17:34, Thomas Huth wrote: > We don't want to carry along old machine types forever. If we are able to > remove the pc machines up to 0.13 one day for example, this would allow > us to eventually kill the code for rombar=0 (i.e. where QEMU copies ROM > BARs directly to low memory). Eve

[Qemu-devel] [PATCH v2] hw/i386: Deprecate the machines pc-0.10 to pc-1.2

2017-05-10 Thread Thomas Huth
We don't want to carry along old machine types forever. If we are able to remove the pc machines up to 0.13 one day for example, this would allow us to eventually kill the code for rombar=0 (i.e. where QEMU copies ROM BARs directly to low memory). Everything up to pc-1.2 is also known to have issue