[PULL 0/2] mips-next patches for 4.2-rc2

Philippe Mathieu-Daudé posted 2 patches 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191119140043.28539-1-philmd@redhat.com
Maintainers: Aleksandar Markovic <amarkovic@wavecomp.com>, Max Reitz <mreitz@redhat.com>, Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>
hw/block/pflash_cfi01.c |  8 ++++----
hw/block/pflash_cfi02.c |  8 ++++----
hw/mips/gt64xxx_pci.c   | 16 ++++++++--------
hw/block/trace-events   |  8 ++++----
hw/mips/trace-events    |  4 ++--
5 files changed, 22 insertions(+), 22 deletions(-)
[PULL 0/2] mips-next patches for 4.2-rc2
Posted by Philippe Mathieu-Daudé 4 years, 5 months ago
This pull fixes a regression with the SystemTap trace backend,
see https://bugs.launchpad.net/qemu/+bug/1844817

The following changes since commit 385e43e6638464009e09cfaec254012e531f6342:

  Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-11-19' into staging (2019-11-19 09:17:24 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/mips-next-20191119

for you to fetch changes up to abc7cf36559f953777faf27d2e0dfb561ac533a5:

  hw/mips/gt64xxx: Remove dynamic field width from trace events (2019-11-19 14:46:01 +0100)

----------------------------------------------------------------
The DTrace via SystemTap backend can not support the dynamic '*' width
format. We failed at noticing it for the 4.1 release, and LP#1844817
was opened to track it. Fix this regression for the next release.

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

Philippe Mathieu-Daudé (2):
  hw/block/pflash: Remove dynamic field width from trace events
  hw/mips/gt64xxx: Remove dynamic field width from trace events

 hw/block/pflash_cfi01.c |  8 ++++----
 hw/block/pflash_cfi02.c |  8 ++++----
 hw/mips/gt64xxx_pci.c   | 16 ++++++++--------
 hw/block/trace-events   |  8 ++++----
 hw/mips/trace-events    |  4 ++--
 5 files changed, 22 insertions(+), 22 deletions(-)

-- 
2.21.0


Re: [PULL 0/2] mips-next patches for 4.2-rc2
Posted by Peter Maydell 4 years, 5 months ago
On Tue, 19 Nov 2019 at 14:02, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> This pull fixes a regression with the SystemTap trace backend,
> see https://bugs.launchpad.net/qemu/+bug/1844817
>
> The following changes since commit 385e43e6638464009e09cfaec254012e531f6342:
>
>   Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-11-19' into staging (2019-11-19 09:17:24 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/mips-next-20191119
>
> for you to fetch changes up to abc7cf36559f953777faf27d2e0dfb561ac533a5:
>
>   hw/mips/gt64xxx: Remove dynamic field width from trace events (2019-11-19 14:46:01 +0100)
>
> ----------------------------------------------------------------
> The DTrace via SystemTap backend can not support the dynamic '*' width
> format. We failed at noticing it for the 4.1 release, and LP#1844817
> was opened to track it. Fix this regression for the next release.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM