[PULL 0/3] Machine and x86 queue, 2020-12-10

Eduardo Habkost posted 3 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201210224212.2052368-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
qapi/misc-target.json     | 18 +++++++++++
include/monitor/monitor.h |  3 ++
include/sysemu/sev.h      |  2 ++
target/i386/cpu.h         |  4 +++
monitor/misc.c            | 17 +++++++---
qom/object.c              |  5 +--
target/i386/cpu.c         | 31 ++++++++++++++++++-
target/i386/monitor.c     |  7 +++++
target/i386/sev-stub.c    |  5 +++
target/i386/sev.c         | 65 +++++++++++++++++++++++++++++++++++++++
target/i386/trace-events  |  1 +
11 files changed, 151 insertions(+), 7 deletions(-)
[PULL 0/3] Machine and x86 queue, 2020-12-10
Posted by Eduardo Habkost 3 years, 4 months ago
The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)

are available in the Git repository at:

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

for you to fetch changes up to d1615ea575b08fc96aeeb2630c40c5e51364b95c:

  i386/cpu: Make the Intel PT LIP feature configurable (2020-12-10 17:33:23 -0500)

----------------------------------------------------------------
Machine queue, 2020-12-10

Some patches that were queued after 5.2 soft freeze.

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

Ani Sinha (1):
  qom: code hardening - have bound checking while looping with integer
    value

Luwei Kang (1):
  i386/cpu: Make the Intel PT LIP feature configurable

Tobin Feldman-Fitzthum (1):
  sev: add sev-inject-launch-secret

 qapi/misc-target.json     | 18 +++++++++++
 include/monitor/monitor.h |  3 ++
 include/sysemu/sev.h      |  2 ++
 target/i386/cpu.h         |  4 +++
 monitor/misc.c            | 17 +++++++---
 qom/object.c              |  5 +--
 target/i386/cpu.c         | 31 ++++++++++++++++++-
 target/i386/monitor.c     |  7 +++++
 target/i386/sev-stub.c    |  5 +++
 target/i386/sev.c         | 65 +++++++++++++++++++++++++++++++++++++++
 target/i386/trace-events  |  1 +
 11 files changed, 151 insertions(+), 7 deletions(-)

-- 
2.28.0



Re: [PULL 0/3] Machine and x86 queue, 2020-12-10
Posted by Peter Maydell 3 years, 4 months ago
On Thu, 10 Dec 2020 at 22:42, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/machine-next-pull-request
>
> for you to fetch changes up to d1615ea575b08fc96aeeb2630c40c5e51364b95c:
>
>   i386/cpu: Make the Intel PT LIP feature configurable (2020-12-10 17:33:23 -0500)
>
> ----------------------------------------------------------------
> Machine queue, 2020-12-10
>
> Some patches that were queued after 5.2 soft freeze.
>

Applied, thanks.

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

-- PMM