mbox

[PULL,0/2] qemu-sparc queue 20210207

Message ID 20210207222902.29099-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

git://github.com/mcayland/qemu.git tags/qemu-sparc-20210207

Message

Mark Cave-Ayland Feb. 7, 2021, 10:29 p.m. UTC
The following changes since commit 5b19cb63d9dfda41b412373b8c9fe14641bcab60:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into staging (2021-02-05 22:59:12 +0000)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20210207

for you to fetch changes up to cdf01ca4810203e229bcac822b42eba58e1abbf9:

  utils/fifo8: add VMSTATE_FIFO8_TEST macro (2021-02-07 20:38:34 +0000)

----------------------------------------------------------------
qemu-sparc queue

----------------------------------------------------------------
Mark Cave-Ayland (2):
      utils/fifo8: change fatal errors from abort() to assert()
      utils/fifo8: add VMSTATE_FIFO8_TEST macro

 include/qemu/fifo8.h | 16 ++++++++++------
 util/fifo8.c         | 16 ++++------------
 2 files changed, 14 insertions(+), 18 deletions(-)

Comments

Peter Maydell Feb. 8, 2021, 11:10 a.m. UTC | #1
On Sun, 7 Feb 2021 at 22:29, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 5b19cb63d9dfda41b412373b8c9fe14641bcab60:
>
>   Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210205' into staging (2021-02-05 22:59:12 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc-20210207
>
> for you to fetch changes up to cdf01ca4810203e229bcac822b42eba58e1abbf9:
>
>   utils/fifo8: add VMSTATE_FIFO8_TEST macro (2021-02-07 20:38:34 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc queue
>


Applied, thanks.

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

-- PMM