[PULL 0/4] Trivial branch for 6.0 patches

Laurent Vivier posted 4 patches 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210118113205.1915888-1-laurent@vivier.eu
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Greg Kurz <groug@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, David Gibson <david@gibson.dropbear.id.au>
There is a newer version of this series
hw/ide/ahci.c          | 8 +++++---
hw/misc/mos6522.c      | 9 +++++++++
hw/rtc/pl031.c         | 8 ++++++++
hw/virtio/virtio-pci.c | 6 ++++--
4 files changed, 26 insertions(+), 5 deletions(-)
[PULL 0/4] Trivial branch for 6.0 patches
Posted by Laurent Vivier 5 years ago
The following changes since commit e0cbcf1eea16e81f116560130a1b36da711fb102:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (=
2021-01-17 17:04:40 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-for-6.0-pull-request

for you to fetch changes up to 580e733321511ab4eda7d6ca14ca157d71ea8728:

  hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR) (2021-01-18 11=
:51:26 +0100)

----------------------------------------------------------------
Trivial patches 20210118

Fix memory leaks
Use qemu_log_mask(GUEST_ERROR) rather than error_report().

----------------------------------------------------------------

Gan Qixin (2):
  pl031: Use timer_free() in the finalize function to avoid memleaks
  misc/mos6522: Use timer_free() in the finalize function to avoid
    memleak

Philippe Mathieu-Daud=C3=A9 (2):
  hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
  hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)

 hw/ide/ahci.c          | 8 +++++---
 hw/misc/mos6522.c      | 9 +++++++++
 hw/rtc/pl031.c         | 8 ++++++++
 hw/virtio/virtio-pci.c | 6 ++++--
 4 files changed, 26 insertions(+), 5 deletions(-)

--=20
2.29.2


Re: [PULL 0/4] Trivial branch for 6.0 patches
Posted by Peter Maydell 5 years ago
On Mon, 18 Jan 2021 at 11:34, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit e0cbcf1eea16e81f116560130a1b36da711fb102:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (=
> 2021-01-17 17:04:40 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-for-6.0-pull-request
>
> for you to fetch changes up to 580e733321511ab4eda7d6ca14ca157d71ea8728:
>
>   hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR) (2021-01-18 11=
> :51:26 +0100)
>
> ----------------------------------------------------------------
> Trivial patches 20210118
>
> Fix memory leaks
> Use qemu_log_mask(GUEST_ERROR) rather than error_report().
>
> ----------------------------------------------------------------
>
> Gan Qixin (2):
>   pl031: Use timer_free() in the finalize function to avoid memleaks
>   misc/mos6522: Use timer_free() in the finalize function to avoid
>     memleak
>
> Philippe Mathieu-Daud=C3=A9 (2):
>   hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)
>   hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)

Applied, thanks.

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

-- PMM