1. 06 3月, 2019 4 次提交
    • W
      hw/i386/pc.c: remove unused function pc_acpi_init() · 49e5ef07
      Wei Yang 提交于
      Function pc_acpi_init() is not used anymore.
      
      Remove the definition and declaration.
      Signed-off-by: NWei Yang <richardw.yang@linux.intel.com>
      Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      Tested-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      Reviewed-by: NIgor Mammedov <imammedo@redhat.com>
      Reviewed-by: NThomas Huth <thuth@redhat.com>
      Message-Id: <20190214084939.20640-2-richardw.yang@linux.intel.com>
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      49e5ef07
    • T
      tests: Remove (mostly) useless architecture checks · 9a92aa3b
      Thomas Huth 提交于
      These checks at the beginning of some of the tests are mostly useless:
      We only run the tests on x86 anyway, and g_test_message() does not
      print anything unless you call g_test_init() first.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Acked-by: NJohn Snow <jsnow@redhat.com>
      Acked-by: NCorey Minyard <cminyard@mvista.com>
      Message-Id: <1551456970-463-1-git-send-email-thuth@redhat.com>
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      9a92aa3b
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-03-05' into staging · a3e3b0a7
      Peter Maydell 提交于
      QAPI patches for 2019-03-05
      
      # gpg: Signature made Tue 05 Mar 2019 16:47:17 GMT
      # gpg:                using RSA key 3870B400EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-qapi-2019-03-05:
        qapi: Fix array first used in a different module
        tests/qapi-schema: Cover forward reference to sub-module
        tests: Rename UserDefNativeListUnion to UserDefListUnion
        qapi: Fix code generation for sub-modules in other directories
        qapi: Pass file name to QAPIGen constructor instead of methods
        tests/qapi-schema: Cover conditional arrays
        tests/qapi-schema: Make test-qapi.py print arrays
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      a3e3b0a7
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190305' into staging · c99b5832
      Peter Maydell 提交于
      target-arm queue:
       * Fix PC test for LDM (exception return)
       * Implement ARMv8.0-SB
       * Implement ARMv8.0-PredInv
       * Implement ARMv8.4-CondM
       * Implement ARMv8.5-CondM
       * Implement ARMv8.5-FRINT
       * hw/arm/stellaris: Implement watchdog timer
       * virt: support more than 255GB of RAM
      
      # gpg: Signature made Tue 05 Mar 2019 16:49:47 GMT
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20190305: (22 commits)
        hw/arm/stellaris: Implement watchdog timer
        hw/arm/virt: Bump the 255GB initial RAM limit
        hw/arm/virt: Check the VCPU PA range in TCG mode
        hw/arm/virt: Implement kvm_type function for 4.0 machine
        hw/arm/virt: Dynamic memory map depending on RAM requirements
        vl: Set machine ram_size, maxram_size and ram_slots earlier
        kvm: add kvm_arm_get_max_vm_ipa_size
        hw/boards: Add a MachineState parameter to kvm_type callback
        hw/arm/virt: Split the memory map description
        hw/arm/virt: Rename highmem IO regions
        hw/arm/boot: introduce fdt_add_memory_node helper
        target/arm: Implement ARMv8.5-FRINT
        target/arm: Restructure handle_fp_1src_{single, double}
        target/arm: Implement ARMv8.5-CondM
        target/arm: Implement ARMv8.4-CondM
        target/arm: Rearrange disas_data_proc_reg
        target/arm: Add set/clear_pstate_bits, share gen_ss_advance
        target/arm: Split helper_msr_i_pstate into 3
        target/arm: Implement ARMv8.0-PredInv
        target/arm: Implement ARMv8.0-SB
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c99b5832
  2. 05 3月, 2019 36 次提交