qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 122f9c: linux-user: Do not report "Unsupporte


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 122f9c: linux-user: Do not report "Unsupported syscall" by...
Date: Tue, 10 Jul 2018 02:51:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 122f9c83f2ef1cd90152ea8116fe6e80c8e85994
      
https://github.com/qemu/qemu/commit/122f9c83f2ef1cd90152ea8116fe6e80c8e85994
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: Do not report "Unsupported syscall" by default

This can still be reported using the "-d unimp" command line option.

Fixes: https://bugs.launchpad.net/qemu/+bug/1777226
Reported-by: John Paul Adrian Glaubitz <address@hidden>
Suggested-by: Peter Maydell <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a
      
https://github.com/qemu/qemu/commit/8f0ea816435c0f6b7bcf8bd0f46f705ccca0316a
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M linux-user/cris/signal.c
    M linux-user/microblaze/signal.c
    M linux-user/nios2/signal.c
    M linux-user/sparc/signal.c

  Log Message:
  -----------
  linux-user: Do not report "syscall not implemented" by default

This can still be reported using the "-d unimp" command line option.

Code change produced with:

  git ls-files linux-user | \
  xargs sed -i -E 's/fprintf\(stderr,\s?(".*not 
implemented\\n")\);/qemu_log_mask(LOG_UNIMP, \1);/g'

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 84ca4fa99d7b6c83ce31e1e41300d55cb4e97dcb
      
https://github.com/qemu/qemu/commit/84ca4fa99d7b6c83ce31e1e41300d55cb4e97dcb
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-07-09 (Mon, 09 Jul 2018)

  Changed paths:
    M linux-user/alpha/cpu_loop.c
    M linux-user/cris/cpu_loop.c
    M linux-user/microblaze/cpu_loop.c
    M linux-user/sh4/cpu_loop.c
    M linux-user/sparc/cpu_loop.c

  Log Message:
  -----------
  linux-user: Report error message on stderr, rather than stdout

Code change produced with:

  git ls-files linux-user | \
  xargs sed -i -E 's/(\s+)printf\s*\(("Unhandled.*)\);/\1fprintf(stderr, \2);/g'

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 3a340e84375145fa32ce68e0b7b58d964487336b
      
https://github.com/qemu/qemu/commit/3a340e84375145fa32ce68e0b7b58d964487336b
  Author: Peter Maydell <address@hidden>
  Date:   2018-07-10 (Tue, 10 Jul 2018)

  Changed paths:
    M linux-user/alpha/cpu_loop.c
    M linux-user/cris/cpu_loop.c
    M linux-user/cris/signal.c
    M linux-user/microblaze/cpu_loop.c
    M linux-user/microblaze/signal.c
    M linux-user/nios2/signal.c
    M linux-user/sh4/cpu_loop.c
    M linux-user/sparc/cpu_loop.c
    M linux-user/sparc/signal.c
    M linux-user/syscall.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging

Sanitize linux-user stdout

# gpg: Signature made Tue 10 Jul 2018 07:23:34 BST
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-3.0-pull-request:
  linux-user: Report error message on stderr, rather than stdout
  linux-user: Do not report "syscall not implemented" by default
  linux-user: Do not report "Unsupported syscall" by default

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6784273a0e97...3a340e843751
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]