mbox

[PULL,0/5] Misc patches for QEMU 7.2 soft freeze

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

Pull-request

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

Message

Paolo Bonzini Nov. 2, 2022, 11:41 a.m. UTC
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

Comments

Bin Meng Nov. 2, 2022, 12:13 p.m. UTC | #1
Hi Paolo,

On Wed, Nov 2, 2022 at 7:44 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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)
>

Could you pleaes queue this series?
https://lore.kernel.org/qemu-devel/20221019102015.2441622-1-bmeng.cn@gmail.com/#t

If you are not the right person to queue this, please recommend
someone else. Thank you.

Regards,
Bin
Paolo Bonzini Nov. 2, 2022, 1:04 p.m. UTC | #2
On 11/2/22 13:13, Bin Meng wrote:
> Could you pleaes queue this series?
> https://lore.kernel.org/qemu-devel/20221019102015.2441622-1-bmeng.cn@gmail.com/#t
> 
> If you are not the right person to queue this, please recommend
> someone else. Thank you.

I was expecting Marc-André to handle it but sure, I will send another 
pull request with your patches.

Paolo
Stefan Hajnoczi Nov. 3, 2022, 9:27 p.m. UTC | #3
Applied, thanks.

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