mbox

[PULL,0/7] Misc bugfixes for 2021-11-19

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

Pull-request

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

Message

Paolo Bonzini Nov. 19, 2021, 2:45 p.m. UTC
The following changes since commit 42f6c9179be4401974dd3a75ee72defd16b5092d:

  Merge tag 'pull-ppc-20211112' of https://github.com/legoater/qemu into staging (2021-11-12 12:28:25 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fdc6e168181d06391711171b7c409b34f2981ced:

  chardev/wctable: don't free the instance in wctablet_chr_finalize (2021-11-19 10:24:50 +0100)

----------------------------------------------------------------
Bugfixes for 6.2.

----------------------------------------------------------------
Daniil Tatianin (1):
      chardev/wctable: don't free the instance in wctablet_chr_finalize

Mark Cave-Ayland (2):
      esp: ensure that async_len is reset to 0 during esp_hard_reset()
      qtest/am53c974-test: add test for reset before transfer

Paolo Bonzini (1):
      meson: fix botched compile check conversions

Philippe Mathieu-Daudé (1):
      docs: Spell QEMU all caps

Stefan Weil (1):
      meson.build: Support ncurses on MacOS and OpenBSD

nia (1):
      nvmm: Fix support for stable version

 chardev/wctablet.c                    |  1 -
 docs/devel/modules.rst                |  2 +-
 docs/devel/multi-thread-tcg.rst       |  2 +-
 docs/devel/style.rst                  |  2 +-
 docs/devel/ui.rst                     |  4 ++--
 docs/interop/nbd.txt                  |  6 +++---
 docs/interop/qcow2.txt                |  8 ++++----
 docs/multiseat.txt                    |  2 +-
 docs/system/device-url-syntax.rst.inc |  2 +-
 docs/system/i386/sgx.rst              | 26 +++++++++++++-------------
 docs/u2f.txt                          |  2 +-
 hw/scsi/esp.c                         |  1 +
 meson.build                           | 33 ++++++++++++++++++++-------------
 target/i386/nvmm/nvmm-all.c           | 10 ++++++++++
 tests/qtest/am53c974-test.c           | 30 ++++++++++++++++++++++++++++++
 ui/curses.c                           |  4 ++++
 16 files changed, 93 insertions(+), 42 deletions(-)

Comments

Richard Henderson Nov. 19, 2021, 6:14 p.m. UTC | #1
On 11/19/21 3:45 PM, Paolo Bonzini wrote:
> The following changes since commit 42f6c9179be4401974dd3a75ee72defd16b5092d:
> 
>    Merge tag 'pull-ppc-20211112' of https://github.com/legoater/qemu into staging (2021-11-12 12:28:25 +0100)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to fdc6e168181d06391711171b7c409b34f2981ced:
> 
>    chardev/wctable: don't free the instance in wctablet_chr_finalize (2021-11-19 10:24:50 +0100)
> 
> ----------------------------------------------------------------
> Bugfixes for 6.2.
> 
> ----------------------------------------------------------------
> Daniil Tatianin (1):
>        chardev/wctable: don't free the instance in wctablet_chr_finalize
> 
> Mark Cave-Ayland (2):
>        esp: ensure that async_len is reset to 0 during esp_hard_reset()
>        qtest/am53c974-test: add test for reset before transfer
> 
> Paolo Bonzini (1):
>        meson: fix botched compile check conversions
> 
> Philippe Mathieu-Daudé (1):
>        docs: Spell QEMU all caps
> 
> Stefan Weil (1):
>        meson.build: Support ncurses on MacOS and OpenBSD
> 
> nia (1):
>        nvmm: Fix support for stable version
> 
>   chardev/wctablet.c                    |  1 -
>   docs/devel/modules.rst                |  2 +-
>   docs/devel/multi-thread-tcg.rst       |  2 +-
>   docs/devel/style.rst                  |  2 +-
>   docs/devel/ui.rst                     |  4 ++--
>   docs/interop/nbd.txt                  |  6 +++---
>   docs/interop/qcow2.txt                |  8 ++++----
>   docs/multiseat.txt                    |  2 +-
>   docs/system/device-url-syntax.rst.inc |  2 +-
>   docs/system/i386/sgx.rst              | 26 +++++++++++++-------------
>   docs/u2f.txt                          |  2 +-
>   hw/scsi/esp.c                         |  1 +
>   meson.build                           | 33 ++++++++++++++++++++-------------
>   target/i386/nvmm/nvmm-all.c           | 10 ++++++++++
>   tests/qtest/am53c974-test.c           | 30 ++++++++++++++++++++++++++++++
>   ui/curses.c                           |  4 ++++
>   16 files changed, 93 insertions(+), 42 deletions(-)

Applied, thanks.

r~