Skip to content
Snippets Groups Projects
  1. Sep 10, 2021
  2. Sep 07, 2021
  3. May 11, 2021
  4. Apr 30, 2021
  5. Jul 21, 2017
  6. Feb 04, 2016
  7. Jun 02, 2014
    • Peter Maydell's avatar
      Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" · 9bb93180
      Peter Maydell authored
      
      This reverts commit 1fba5095.
      
      That commit converted various fprintf(stderr, ...) calls to
      use error_report(); however none of these bsd-user files include
      a header which gives a prototype for error_report, so this
      causes compiler warnings. Since these are just straightforward
      reporting of command line errors, we should handle these in the
      obvious way by printing to stderr, as we do for linux-user.
      There's no need to drag in the error-handling framework for this,
      especially since user-mode doesn't have the "maybe we need to
      send this to the monitor" issues system emulation does.
      
      Acked-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      9bb93180
  8. May 26, 2014
  9. Dec 10, 2011
  10. Jan 07, 2011
  11. Aug 01, 2009
  12. Jun 13, 2009
  13. Oct 26, 2008
  14. Nov 16, 2007
  15. Nov 11, 2007
  16. Oct 14, 2007
  17. Oct 09, 2007
  18. Sep 17, 2007
  19. Sep 16, 2007
  20. Jun 03, 2007
  21. Nov 19, 2006
  22. Jun 11, 2006
Loading