Re: [Qemu-devel] [PATCH 0/6] x86 CPU model versioning

2019-06-25 Thread Eduardo Habkost
On Tue, Jun 25, 2019 at 05:13:57PM +0100, Daniel P. Berrangé wrote: > On Tue, Jun 25, 2019 at 02:00:02AM -0300, Eduardo Habkost wrote: > > This series implements basic infrastructure for CPU model > > versioning, as discussed before[1][2][3]. This will finally > > allow us to update CPU models in

Re: [Qemu-devel] [PATCH 0/6] x86 CPU model versioning

2019-06-25 Thread Daniel P . Berrangé
On Tue, Jun 25, 2019 at 02:00:02AM -0300, Eduardo Habkost wrote: > This series implements basic infrastructure for CPU model > versioning, as discussed before[1][2][3]. This will finally > allow us to update CPU models in ways that introduce new software > or hardware requirements. > > My origina

Re: [Qemu-devel] [PATCH 0/6] x86 CPU model versioning

2019-06-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190625050008.12789-1-ehabk...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190625050008.12789-1-ehabk...@redhat.com Type: series Subject: [Qemu-devel] [PATCH 0/6] x86 CPU

[Qemu-devel] [PATCH 0/6] x86 CPU model versioning

2019-06-24 Thread Eduardo Habkost
This series implements basic infrastructure for CPU model versioning, as discussed before[1][2][3]. This will finally allow us to update CPU models in ways that introduce new software or hardware requirements. My original plan was to use "query-cpu-model-expansion mode=static" to resolve aliases,