mbox

[PULL,0/5] x86 queue, 2019-01-14

Message ID 20190114143432.4771-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost Jan. 14, 2019, 2:34 p.m. UTC
The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)

are available in the Git repository at:

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

for you to fetch changes up to abd5fc4c862d033a989552914149f01c9476bb16:

  i386/kvm: add a comment explaining why .feat_names are commented out for Hyper-V feature bits (2019-01-14 12:28:44 -0200)

----------------------------------------------------------------
x86 queue, 2019-01-14

* Reenable RDTSCP support on Opteron_G[345] CPU models CPU models
  (Borislav Petkov)
* host-phys-bits-limit option for better control of 5-level EPT
  (Eduardo Habkost)
* Disable MPX support on named CPU models (Paolo Bonzini)
* expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.EAX
  as feature words (Vitaly Kuznetsov)

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

Borislav Petkov (1):
  target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU
    models

Eduardo Habkost (1):
  x86: host-phys-bits-limit option

Paolo Bonzini (1):
  target/i386: Disable MPX support on named CPU models

Vitaly Kuznetsov (2):
  i386/kvm: expose HV_CPUID_ENLIGHTMENT_INFO.EAX and
    HV_CPUID_NESTED_FEATURES.EAX as feature words
  i386/kvm: add a comment explaining why .feat_names are commented out
    for Hyper-V feature bits

 target/i386/cpu.h |  5 +++
 hw/i386/pc.c      | 10 ++++++
 target/i386/cpu.c | 67 +++++++++++++++++++++++++++++--------
 target/i386/kvm.c | 85 +++++++++++++++++++++++++----------------------
 qemu-doc.texi     | 13 ++++++++
 5 files changed, 126 insertions(+), 54 deletions(-)

Comments

Peter Maydell Jan. 14, 2019, 7:27 p.m. UTC | #1
On Mon, 14 Jan 2019 at 14:34, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:
>
>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to abd5fc4c862d033a989552914149f01c9476bb16:
>
>   i386/kvm: add a comment explaining why .feat_names are commented out for Hyper-V feature bits (2019-01-14 12:28:44 -0200)
>
> ----------------------------------------------------------------
> x86 queue, 2019-01-14
>
> * Reenable RDTSCP support on Opteron_G[345] CPU models CPU models
>   (Borislav Petkov)
> * host-phys-bits-limit option for better control of 5-level EPT
>   (Eduardo Habkost)
> * Disable MPX support on named CPU models (Paolo Bonzini)
> * expose HV_CPUID_ENLIGHTMENT_INFO.EAX and HV_CPUID_NESTED_FEATURES.EAX
>   as feature words (Vitaly Kuznetsov)
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM