qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Misc patches for QEMU 7.2 soft freeze
@ 2022-11-02 11:41 Paolo Bonzini
  2022-11-02 11:41 ` [PULL 1/5] target/i386: Fix calculation of LOCK NEG eflags Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Paolo Bonzini @ 2022-11-02 11:41 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 75d30fde55485b965a1168a21d016dd07b50ed32:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-10-30 15:07:25 -0400)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 03a60ae9cac546d05b076676491ed1606f9d9066:

  target/i386: Fix test for paging enabled (2022-11-02 12:35:16 +0100)

----------------------------------------------------------------
* bug fixes
* reduced memory footprint for IPI virtualization on Intel processors
* asynchronous teardown support (Linux only)

----------------------------------------------------------------
Claudio Imbrenda (1):
      os-posix: asynchronous teardown for shutdown on Linux

Greg Kurz (1):
      util/log: Close per-thread log file on thread termination

Qi Hu (1):
      target/i386: Fix calculation of LOCK NEG eflags

Richard Henderson (1):
      target/i386: Fix test for paging enabled

Zeng Guang (1):
      target/i386: Set maximum APIC ID to KVM prior to vCPU creation

 hw/i386/x86.c                        |   4 +
 include/qemu/async-teardown.h        |  22 +++++
 meson.build                          |   1 +
 os-posix.c                           |   6 ++
 qemu-options.hx                      |  19 +++++
 target/i386/kvm/kvm-stub.c           |   5 ++
 target/i386/kvm/kvm.c                |   5 ++
 target/i386/kvm/kvm_i386.h           |   2 +
 target/i386/tcg/sysemu/excp_helper.c |  10 +--
 target/i386/tcg/translate.c          |   2 +-
 util/async-teardown.c                | 150 +++++++++++++++++++++++++++++++++++
 util/log.c                           |   9 +++
 util/meson.build                     |   1 +
 13 files changed, 230 insertions(+), 6 deletions(-)
 create mode 100644 include/qemu/async-teardown.h
 create mode 100644 util/async-teardown.c
-- 
2.38.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-11-03 21:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02 11:41 [PULL 0/5] Misc patches for QEMU 7.2 soft freeze Paolo Bonzini
2022-11-02 11:41 ` [PULL 1/5] target/i386: Fix calculation of LOCK NEG eflags Paolo Bonzini
2022-11-02 11:41 ` [PULL 2/5] os-posix: asynchronous teardown for shutdown on Linux Paolo Bonzini
2022-11-02 11:41 ` [PULL 3/5] target/i386: Set maximum APIC ID to KVM prior to vCPU creation Paolo Bonzini
2022-11-02 11:41 ` [PULL 4/5] util/log: Close per-thread log file on thread termination Paolo Bonzini
2022-11-02 11:41 ` [PULL 5/5] target/i386: Fix test for paging enabled Paolo Bonzini
2022-11-02 12:13 ` [PULL 0/5] Misc patches for QEMU 7.2 soft freeze Bin Meng
2022-11-02 13:04   ` Paolo Bonzini
2022-11-03 21:27 ` Stefan Hajnoczi

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).