[Qemu-devel] [PULL 0/3] x86 bug fix for -rc1

Eduardo Habkost posted 3 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170726183646.14088-1-ehabkost@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
target/i386/cpu.c | 34 +++++++++++++++++++++++-----------
1 file changed, 23 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/3] x86 bug fix for -rc1
Posted by Eduardo Habkost 6 years, 9 months ago
The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:

  Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to bd1820227ecc0c77cc2aeba7c7c25b2d0a72ff3c:

  target/i386: Don't use x86_cpu_load_def() on "max" CPU model (2017-07-26 14:55:12 -0300)

----------------------------------------------------------------
x86 bug fix for -rc1

Fix for a bug in "-cpu max" that breaks libvirt usage of
query-cpu-model-expansion.

----------------------------------------------------------------

Eduardo Habkost (3):
  target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
  target/i386: Define CPUID_MODEL_ID_SZ macro
  target/i386: Don't use x86_cpu_load_def() on "max" CPU model

 target/i386/cpu.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

-- 
2.9.4


Re: [Qemu-devel] [PULL 0/3] x86 bug fix for -rc1
Posted by Peter Maydell 6 years, 9 months ago
On 26 July 2017 at 19:36, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:
>
>   Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to bd1820227ecc0c77cc2aeba7c7c25b2d0a72ff3c:
>
>   target/i386: Don't use x86_cpu_load_def() on "max" CPU model (2017-07-26 14:55:12 -0300)
>
> ----------------------------------------------------------------
> x86 bug fix for -rc1
>
> Fix for a bug in "-cpu max" that breaks libvirt usage of
> query-cpu-model-expansion.
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (3):
>   target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
>   target/i386: Define CPUID_MODEL_ID_SZ macro
>   target/i386: Don't use x86_cpu_load_def() on "max" CPU model
>
>  target/i386/cpu.c | 34 +++++++++++++++++++++++-----------
>  1 file changed, 23 insertions(+), 11 deletions(-)
>

Applied, thanks.

-- PMM