qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0d914f: i386: Don't automatically enable FEAT


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0d914f: i386: Don't automatically enable FEAT_KVM_HINTS bi...
Date: Tue, 17 Apr 2018 04:03:28 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0d914f39a77954bf5472b16130aeefe573a068f5
      
https://github.com/qemu/qemu/commit/0d914f39a77954bf5472b16130aeefe573a068f5
  Author: Eduardo Habkost <address@hidden>
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
    M target/i386/cpu.c

  Log Message:
  -----------
  i386: Don't automatically enable FEAT_KVM_HINTS bits

The assumption in the cpu->max_features code is that anything
enabled on GET_SUPPORTED_CPUID should be enabled on "-cpu host".
This shouldn't be the case for FEAT_KVM_HINTS.

This adds a new FeatureWordInfo::no_autoenable_flags field, that
can be used to prevent FEAT_KVM_HINTS bits to be enabled
automatically.

Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>
Message-Id: <address@hidden>
Tested-by: Wanpeng Li <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: 0df2121693b9f0cc866b58a97db9c6441027e148
      
https://github.com/qemu/qemu/commit/0df2121693b9f0cc866b58a97db9c6441027e148
  Author: Peter Maydell <address@hidden>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M target/i386/cpu.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' 
into staging

i386: Don't automatically enable FEAT_KVM_HINTS bits

Bug fix for "-cpu host" with newer kernels.

# gpg: Signature made Mon 16 Apr 2018 17:37:53 BST
# gpg:                using RSA key 2807936F984DC5A6
# gpg: Good signature from "Eduardo Habkost <address@hidden>"
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/x86-next-pull-request:
  i386: Don't automatically enable FEAT_KVM_HINTS bits

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/32f418c0031f...0df2121693b9

reply via email to

[Prev in Thread] Current Thread [Next in Thread]