1. 27 5月, 2016 38 次提交
  2. 24 5月, 2016 2 次提交
    • P
      Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging · 287db79d
      Peter Maydell 提交于
      X86 queue, 2016-05-23
      
      # gpg: Signature made Mon 23 May 2016 23:48:27 BST using RSA key ID 984DC5A6
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>"
      
      * remotes/ehabkost/tags/x86-pull-request:
        target-i386: kvm: Eliminate kvm_msr_entry_set()
        target-i386: kvm: Simplify MSR setting functions
        target-i386: kvm: Simplify MSR array construction
        target-i386: kvm: Increase MSR_BUF_SIZE
        target-i386: kvm: Allocate kvm_msrs struct once per VCPU
        target-i386: Call cpu_exec_init() on realize
        target-i386: Move TCG initialization to realize time
        target-i386: Move TCG initialization check to tcg_x86_init()
        cpu: Eliminate cpudef_init(), cpudef_setup()
        target-i386: Set constant model_id for qemu64/qemu32/athlon
        pc: Set CPU model-id on compat_props for pc <= 2.4
        osdep: Move default qemu_hw_version() value to a macro
        target-i386: kvm: Use X86XSaveArea struct for xsave save/load
        target-i386: Use xsave structs for ext_save_area
        target-i386: Define structs for layout of xsave area
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      287db79d
    • P
      Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging · 99694362
      Peter Maydell 提交于
      migration fixes:
      
      - ensure src block devices continue fine after a failed migration
      - fail on migration blockers; helps 9p savevm/loadvm
      - move autoconverge commands out of experimental state
      - move the migration-specific qjson in migration/
      
      # gpg: Signature made Mon 23 May 2016 18:15:09 BST using RSA key ID 657EF670
      # gpg: Good signature from "Amit Shah <amit@amitshah.net>"
      # gpg:                 aka "Amit Shah <amit@kernel.org>"
      # gpg:                 aka "Amit Shah <amitshah@gmx.net>"
      
      * remotes/amit-migration/tags/migration-2.7-1:
        migration: regain control of images when migration fails to complete
        savevm: fail if migration blockers are present
        migration: Promote improved autoconverge commands out of experimental state
        migration/qjson: Drop gratuitous use of QOM
        migration: Move qjson.[ch] to migration/
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      99694362