mbox

[PULL,0/9] Mini misc patches queue for 2020-02-12

Message ID 20200212164129.6968-1-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini Feb. 12, 2020, 4:41 p.m. UTC
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(-)

Comments

Peter Maydell Feb. 13, 2020, 2:43 p.m. UTC | #1
On Wed, 12 Feb 2020 at 16:42, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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
>



Applied, thanks.

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

-- PMM