1. 21 12月, 2018 22 次提交
  2. 20 12月, 2018 2 次提交
  3. 19 12月, 2018 2 次提交
    • P
      Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging · b72566a4
      Peter Maydell 提交于
      Trivial patches (2018-12-18)
      
      # gpg: Signature made Tue 18 Dec 2018 14:28:41 GMT
      # gpg:                using RSA key F30C38BD3F2FBE3C
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>"
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/trivial-patches-pull-request:
        error: Remove NULL checks on error_propagate() calls
        vl: Use error_fatal to simplify obvious fatal errors (again)
        i386: hvf: drop debug printf in decode_sldtgroup
        docs/devel/build-system: fix 'softmu' typo
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      b72566a4
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into staging · adf02c44
      Peter Maydell 提交于
      QAPI patches for 2018-12-18
      
      # gpg: Signature made Tue 18 Dec 2018 07:20:11 GMT
      # gpg:                using RSA key 3870B400EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-qapi-2018-12-18:
        qapi: fix flat union on uncovered branches conditionals
        qmp hmp: Make system_wakeup check wake-up support and run state
        qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
        qmp: query-current-machine with wakeup-suspend-support
        qmp: Split ShutdownCause host-qmp into quit and system-reset
        qmp: Add reason to SHUTDOWN and RESET events
        qapi: Turn ShutdownCause into QAPI enum
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      adf02c44
  4. 18 12月, 2018 13 次提交
  5. 17 12月, 2018 1 次提交
    • P
      tests/bios-tables-test: Sanitize test verbose output · fe17cca6
      Philippe Mathieu-Daudé 提交于
      Fix the extraneous extra blank lines in the test output when running with V=1.
      
      Before:
      
          TEST: tests/bios-tables-test... (pid=25678)
            /i386/acpi/piix4:
          Looking for expected file 'tests/acpi-test-data/pc/DSDT'
      
          Using expected file 'tests/acpi-test-data/pc/DSDT'
      
          Looking for expected file 'tests/acpi-test-data/pc/FACP'
      
          Using expected file 'tests/acpi-test-data/pc/FACP'
      
          Looking for expected file 'tests/acpi-test-data/pc/APIC'
      
          Using expected file 'tests/acpi-test-data/pc/APIC'
      
          Looking for expected file 'tests/acpi-test-data/pc/HPET'
      
          Using expected file 'tests/acpi-test-data/pc/HPET'
          OK
      
      After:
      
          TEST: tests/bios-tables-test... (pid=667)
            /i386/acpi/piix4:
          Looking for expected file 'tests/acpi-test-data/pc/DSDT'
          Using expected file 'tests/acpi-test-data/pc/DSDT'
          Looking for expected file 'tests/acpi-test-data/pc/FACP'
          Using expected file 'tests/acpi-test-data/pc/FACP'
          Looking for expected file 'tests/acpi-test-data/pc/APIC'
          Using expected file 'tests/acpi-test-data/pc/APIC'
          Looking for expected file 'tests/acpi-test-data/pc/HPET'
          Using expected file 'tests/acpi-test-data/pc/HPET'
          OK
      Suggested-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      Reviewed-by: NIgor Mammedov <imammedo@redhat.com>
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      fe17cca6