mbox

[PULL,0/5] x86, RCU/TCG patches for QEMU 6.2-rc1

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

Pull-request

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

Message

Paolo Bonzini Nov. 11, 2021, 7:36 a.m. UTC
The following changes since commit 114f3c8cc427333dbae331dfd2ecae64676b087e:

  Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging (2021-11-08 18:50:09 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2c3132279b9a962c27adaea53b4c8e8480385706:

  sgx: Reset the vEPC regions during VM reboot (2021-11-10 22:57:40 +0100)

----------------------------------------------------------------
* Fixes for SGX
* force_rcu notifiers

----------------------------------------------------------------
Greg Kurz (2):
      rcu: Introduce force_rcu notifier
      accel/tcg: Register a force_rcu notifier

Paolo Bonzini (2):
      target/i386: sgx: mark device not user creatable
      numa: avoid crash with SGX and "info numa"

Yang Zhong (1):
      sgx: Reset the vEPC regions during VM reboot

 accel/tcg/tcg-accel-ops-mttcg.c | 26 +++++++++++++++++++++
 accel/tcg/tcg-accel-ops-rr.c    | 10 +++++++++
 hw/core/numa.c                  |  7 ++++++
 hw/i386/sgx-epc.c               |  1 +
 hw/i386/sgx.c                   | 50 +++++++++++++++++++++++++++++++++++++++++
 include/qemu/rcu.h              | 15 +++++++++++++
 util/rcu.c                      | 19 ++++++++++++++++
 7 files changed, 128 insertions(+)

Comments

Richard Henderson Nov. 11, 2021, 11:01 a.m. UTC | #1
On 11/11/21 8:36 AM, Paolo Bonzini wrote:
> The following changes since commit 114f3c8cc427333dbae331dfd2ecae64676b087e:
> 
>    Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging (2021-11-08 18:50:09 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 2c3132279b9a962c27adaea53b4c8e8480385706:
> 
>    sgx: Reset the vEPC regions during VM reboot (2021-11-10 22:57:40 +0100)
> 
> ----------------------------------------------------------------
> * Fixes for SGX
> * force_rcu notifiers
> 
> ----------------------------------------------------------------
> Greg Kurz (2):
>        rcu: Introduce force_rcu notifier
>        accel/tcg: Register a force_rcu notifier
> 
> Paolo Bonzini (2):
>        target/i386: sgx: mark device not user creatable
>        numa: avoid crash with SGX and "info numa"
> 
> Yang Zhong (1):
>        sgx: Reset the vEPC regions during VM reboot
> 
>   accel/tcg/tcg-accel-ops-mttcg.c | 26 +++++++++++++++++++++
>   accel/tcg/tcg-accel-ops-rr.c    | 10 +++++++++
>   hw/core/numa.c                  |  7 ++++++
>   hw/i386/sgx-epc.c               |  1 +
>   hw/i386/sgx.c                   | 50 +++++++++++++++++++++++++++++++++++++++++
>   include/qemu/rcu.h              | 15 +++++++++++++
>   util/rcu.c                      | 19 ++++++++++++++++
>   7 files changed, 128 insertions(+)

Applied, thanks.

r~