qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/9] Mini misc patches queue for 2020-02-12
Date: Wed, 12 Feb 2020 17:41:20 +0100	[thread overview]
Message-ID: <20200212164129.6968-1-pbonzini@redhat.com> (raw)

The following changes since commit 7bd9d0a9e26c7a3c67c0f174f0009ba19969b158:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-02-04' into staging (2020-02-04 16:12:31 +0000)

are available in the Git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to be02cda3afde60d219786e23c3f8edb53aec8e17:

  target/i386: enable monitor and ucode revision with -cpu max (2020-02-12 16:29:51 +0100)

----------------------------------------------------------------
* various small fixes and cleanups
* fixes for the ucode revision patch from the previous pull request

----------------------------------------------------------------
Luc Michel (1):
      seqlock: fix seqlock_write_unlock_impl function

Marc-André Lureau (1):
      minikconf: accept alnum identifiers

Pan Nengyuan (1):
      vl: Don't mismatch g_strsplit()/g_free()

Paolo Bonzini (5):
      exec: do not define use_icount for user-mode emulation
      build: move TARGET_GPROF to config-host.mak
      target/i386: fix TCG UCODE_REV access
      target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR
      target/i386: enable monitor and ucode revision with -cpu max

Peter Maydell (1):
      Remove support for CLOCK_MONOTONIC not being defined

 bsd-user/syscall.c        |  6 +++---
 configure                 |  4 +++-
 exec.c                    |  8 ++++----
 include/qemu/seqlock.h    |  4 ++--
 include/qemu/timer.h      |  5 +----
 linux-user/exit.c         |  4 ++--
 linux-user/signal.c       |  2 +-
 scripts/minikconf.py      |  2 +-
 target/i386/cpu.c         |  2 ++
 target/i386/kvm.c         |  7 +++++--
 target/i386/misc_helper.c |  8 ++++----
 tests/check-block.sh      |  2 +-
 util/qemu-timer-common.c  | 11 ++++-------
 vl.c                      |  2 +-
 14 files changed, 34 insertions(+), 33 deletions(-)
-- 
2.21.0



             reply	other threads:[~2020-02-12 16:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12 16:41 Paolo Bonzini [this message]
2020-02-12 16:41 ` [PULL 1/9] vl: Don't mismatch g_strsplit()/g_free() Paolo Bonzini
2020-02-12 16:41 ` [PULL 2/9] seqlock: fix seqlock_write_unlock_impl function Paolo Bonzini
2020-02-12 16:41 ` [PULL 3/9] Remove support for CLOCK_MONOTONIC not being defined Paolo Bonzini
2020-02-12 16:41 ` [PULL 4/9] minikconf: accept alnum identifiers Paolo Bonzini
2020-02-12 16:41 ` [PULL 5/9] exec: do not define use_icount for user-mode emulation Paolo Bonzini
2020-02-12 16:41 ` [PULL 6/9] build: move TARGET_GPROF to config-host.mak Paolo Bonzini
2020-02-12 16:41 ` [PULL 7/9] target/i386: fix TCG UCODE_REV access Paolo Bonzini
2020-02-12 16:41 ` [PULL 8/9] target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSR Paolo Bonzini
2020-02-12 16:41 ` [PULL 9/9] target/i386: enable monitor and ucode revision with -cpu max Paolo Bonzini
2020-02-13 14:43 ` [PULL 0/9] Mini misc patches queue for 2020-02-12 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200212164129.6968-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).