1. 02 6月, 2014 2 次提交
    • G
      seabios: update to 1.7.5 final · 3257fc83
      Gerd Hoffmann 提交于
      git shortlog since -rc1:
      
      Gerd Hoffmann (2):
            acpi: remove PORT_ACPI_PM_BASE constant
            Allow using full io region on q35.
      
      Kevin O'Connor (2):
            vgabios: Add debug message if x86emu leal check triggers.
            python3 fixes for vgabios and csm builds.
      
      Paolo Bonzini (1):
            smm: remove code to handle ACPI disable/enable
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      3257fc83
    • P
      Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" · 9bb93180
      Peter Maydell 提交于
      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: NMichael Tokarev <mjt@tls.msk.ru>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9bb93180
  2. 29 5月, 2014 20 次提交
  3. 28 5月, 2014 18 次提交