1. 21 12月, 2018 8 次提交
  2. 20 12月, 2018 28 次提交
  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 2 次提交
    • P
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-17' into staging · e85c5771
      Peter Maydell 提交于
      - Replace global_qtest in some tests
      - Exit boot-serial-test loop if child dies
      - Sanitize verbose output in biot-tables-test
      
      # gpg: Signature made Mon 17 Dec 2018 16:08:07 GMT
      # gpg:                using RSA key 2ED9D774FE702DB5
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>"
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>"
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>"
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>"
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2018-12-17:
        tests/bios-tables-test: Sanitize test verbose output
        tests: acpi: remove not used ACPI_READ_GENERIC_ADDRESS macro
        tests: Exit boot-serial-test loop if child dies
        tests/pxe: Make test independent of global_qtest
        tests/prom-env: Make test independent of global_qtest
        tests/machine-none: Make test independent of global_qtest
        tests/test-filter: Make tests independent of global_qtest
        tests/boot-serial: Get rid of global_qtest variable
        tests/pvpanic: Make the pvpanic test independent of global_qtest
        tests/vmgenid: Make test independent of global_qtest
        tests/acpi-utils: Drop dependence on global_qtest
        ivshmem-test: Drop dependence on global_qtest
        tests/libqos/pci: Make PCI access functions independent of global_qtest
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e85c5771
    • M
      error: Remove NULL checks on error_propagate() calls · b2322003
      Markus Armbruster 提交于
      Patch created mechanically by rerunning:
      
        $  spatch --sp-file scripts/coccinelle/error_propagate_null.cocci \
                  --macro-file scripts/cocci-macro-file.h \
                  --dir . --in-place
      
      Whitespace tidied up manually.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NLaurent Vivier <laurent@vivier.eu>
      Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20181213173113.11211-1-armbru@redhat.com>
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      b2322003