[PULL 0/1] Q800 for 5.0 patches

Laurent Vivier posted 1 patch 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200312151521.38902-1-laurent@vivier.eu
hw/misc/mac_via.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PULL 0/1] Q800 for 5.0 patches
Posted by Laurent Vivier 4 years, 1 month ago
The following changes since commit 104933c4a973960dea605b06fcd5d0d478255d77:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2020-03-03 12:03:59 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/q800-for-5.0-pull-request

for you to fetch changes up to 80aab795f8a6d53cdeb55cc6ffac50b5e5ce9dc2:

  q800: fix coverity warning CID 1412799 (2020-03-12 16:05:48 +0100)

----------------------------------------------------------------
Fix Coverity CID 1412799 (Error handling issues)

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

Laurent Vivier (1):
  q800: fix coverity warning CID 1412799

 hw/misc/mac_via.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.24.1


Re: [PULL 0/1] Q800 for 5.0 patches
Posted by Peter Maydell 4 years, 1 month ago
On Thu, 12 Mar 2020 at 15:18, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 104933c4a973960dea605b06fcd5d0d478255d77:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2020-03-03 12:03:59 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/q800-for-5.0-pull-request
>
> for you to fetch changes up to 80aab795f8a6d53cdeb55cc6ffac50b5e5ce9dc2:
>
>   q800: fix coverity warning CID 1412799 (2020-03-12 16:05:48 +0100)
>
> ----------------------------------------------------------------
> Fix Coverity CID 1412799 (Error handling issues)
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM