[PULL v2 0/4] Misc fixes for 2023-03-15

Paolo Bonzini posted 4 patches 1 year, 1 month ago
Only 0 patches received!
docs/devel/atomics.rst | 18 ++++++++++++------
hw/intc/ioapic.c       |  3 +--
softmmu/vl.c           |  9 +++++----
target/i386/kvm/kvm.c  |  2 ++
4 files changed, 20 insertions(+), 12 deletions(-)
[PULL v2 0/4] Misc fixes for 2023-03-15
Posted by Paolo Bonzini 1 year, 1 month ago
The following changes since commit 652737c8090eb3792f8b4c4b22ab12d7cc32073f:

  Update version for v8.0.0-rc0 release (2023-03-14 19:25:05 +0000)

are available in the Git repository at:

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

for you to fetch changes up to dee2a4d4d2f6adc3c664e37a559d4187deee4818:

  vl: defuse PID file path resolve error (2023-03-15 11:52:25 +0100)

v1->v2: fix missing Signed-off-by, no code changes

----------------------------------------------------------------
small bug fixes

----------------------------------------------------------------
David Woodhouse (1):
      hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update

Fiona Ebner (1):
      vl: defuse PID file path resolve error

Miroslav Rezanina (1):
      Fix build without CONFIG_XEN_EMU

Paolo Bonzini (1):
      docs/devel: clarify further the semantics of RMW operations

 docs/devel/atomics.rst | 18 ++++++++++++------
 hw/intc/ioapic.c       |  3 +--
 softmmu/vl.c           |  9 +++++----
 target/i386/kvm/kvm.c  |  2 ++
 4 files changed, 20 insertions(+), 12 deletions(-)
-- 
2.39.2
Re: [PULL v2 0/4] Misc fixes for 2023-03-15
Posted by Peter Maydell 1 year, 1 month ago
On Wed, 15 Mar 2023 at 10:57, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 652737c8090eb3792f8b4c4b22ab12d7cc32073f:
>
>   Update version for v8.0.0-rc0 release (2023-03-14 19:25:05 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to dee2a4d4d2f6adc3c664e37a559d4187deee4818:
>
>   vl: defuse PID file path resolve error (2023-03-15 11:52:25 +0100)
>
> v1->v2: fix missing Signed-off-by, no code changes
>
> ----------------------------------------------------------------
> small bug fixes
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM