[Qemu-devel] [PULL 0/3] x86 queue, 2018-03-12

Eduardo Habkost posted 3 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180312200022.9760-1-ehabkost@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
target/i386/cpu.h     | 26 +++++++++++++++
target/i386/cpu.c     | 92 +++++++++++++++++++++++++++++++++++++++++++++++++--
target/i386/kvm.c     | 78 +++++++++++++++++++++++++++++++++++++++++++
target/i386/machine.c | 38 +++++++++++++++++++++
4 files changed, 232 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/3] x86 queue, 2018-03-12
Posted by Eduardo Habkost 6 years, 1 month ago
The following changes since commit b16a54da0696efc5d91b6c3597a37a317abb5de7:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' into staging (2018-03-12 14:06:23 +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 b77146e9a129bcdb60edc23639211679ae846a92:

  i386: Add support to get/set/migrate Intel Processor Trace feature (2018-03-12 15:59:46 -0300)

----------------------------------------------------------------
x86 queue, 2018-03-12

* Intel Processor Trace support
* KVM_HINTS_DEDICATED

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

Chao Peng (2):
  i386: Add Intel Processor Trace feature support
  i386: Add support to get/set/migrate Intel Processor Trace feature

Wanpeng Li (1):
  target-i386: add KVM_HINTS_DEDICATED performance hint

 target/i386/cpu.h     | 26 +++++++++++++++
 target/i386/cpu.c     | 92 +++++++++++++++++++++++++++++++++++++++++++++++++--
 target/i386/kvm.c     | 78 +++++++++++++++++++++++++++++++++++++++++++
 target/i386/machine.c | 38 +++++++++++++++++++++
 4 files changed, 232 insertions(+), 2 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PULL 0/3] x86 queue, 2018-03-12
Posted by Peter Maydell 6 years, 1 month ago
On 12 March 2018 at 20:00, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit b16a54da0696efc5d91b6c3597a37a317abb5de7:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' into staging (2018-03-12 14:06:23 +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 b77146e9a129bcdb60edc23639211679ae846a92:
>
>   i386: Add support to get/set/migrate Intel Processor Trace feature (2018-03-12 15:59:46 -0300)
>
> ----------------------------------------------------------------
> x86 queue, 2018-03-12
>
> * Intel Processor Trace support
> * KVM_HINTS_DEDICATED
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM