[Qemu-devel] [PULL 0/2] i386: Fix for "-cpu host,invtsc=on" bug

Eduardo Habkost posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170328195206.2761-1-ehabkost@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
target/i386/cpu.h |  2 ++
target/i386/cpu.c | 32 ++++++++++++++++++++------------
2 files changed, 22 insertions(+), 12 deletions(-)
[Qemu-devel] [PULL 0/2] i386: Fix for "-cpu host,invtsc=on" bug
Posted by Eduardo Habkost 7 years ago
Last-minute fix for a bug found by Jiri Denemark. Unfortunately
not in time for -rc2, but I would like to get this in -rc3.

The following changes since commit df9046363220e57d45818312759b954c033c58ab:

  Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +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 d4a606b38b5d4b3689b86cc1575908e82179ecfb:

  i386: Don't override -cpu options on -cpu host/max (2017-03-28 16:41:10 -0300)

----------------------------------------------------------------
i386: Fix for "-cpu host,invtsc=on" bug

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

Eduardo Habkost (2):
  i386: Replace uint32_t* with FeatureWord on feature getter/setter
  i386: Don't override -cpu options on -cpu host/max

 target/i386/cpu.h |  2 ++
 target/i386/cpu.c | 32 ++++++++++++++++++++------------
 2 files changed, 22 insertions(+), 12 deletions(-)

-- 
2.11.0.259.g40922b1


Re: [Qemu-devel] [PULL 0/2] i386: Fix for "-cpu host, invtsc=on" bug
Posted by Peter Maydell 7 years ago
On 28 March 2017 at 20:52, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Last-minute fix for a bug found by Jiri Denemark. Unfortunately
> not in time for -rc2, but I would like to get this in -rc3.
>
> The following changes since commit df9046363220e57d45818312759b954c033c58ab:
>
>   Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +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 d4a606b38b5d4b3689b86cc1575908e82179ecfb:
>
>   i386: Don't override -cpu options on -cpu host/max (2017-03-28 16:41:10 -0300)
>
> ----------------------------------------------------------------
> i386: Fix for "-cpu host,invtsc=on" bug
>
> ----------------------------------------------------------------
>
> Eduardo Habkost (2):
>   i386: Replace uint32_t* with FeatureWord on feature getter/setter
>   i386: Don't override -cpu options on -cpu host/max
>
>  target/i386/cpu.h |  2 ++
>  target/i386/cpu.c | 32 ++++++++++++++++++++------------
>  2 files changed, 22 insertions(+), 12 deletions(-)

Applied, thanks.

-- PMM