1. 17 5月, 2019 36 次提交
  2. 16 5月, 2019 2 次提交
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging · d8276573
      Peter Maydell 提交于
      Add CPUClass::tlb_fill.
      Improve tlb_vaddr_to_host for use by ARM SVE no-fault loads.
      
      # gpg: Signature made Fri 10 May 2019 19:48:37 BST
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth/tags/pull-tcg-20190510: (27 commits)
        tcg: Use tlb_fill probe from tlb_vaddr_to_host
        tcg: Remove CPUClass::handle_mmu_fault
        tcg: Use CPUClass::tlb_fill in cputlb.c
        target/xtensa: Convert to CPUClass::tlb_fill
        target/unicore32: Convert to CPUClass::tlb_fill
        target/tricore: Convert to CPUClass::tlb_fill
        target/tilegx: Convert to CPUClass::tlb_fill
        target/sparc: Convert to CPUClass::tlb_fill
        target/sh4: Convert to CPUClass::tlb_fill
        target/s390x: Convert to CPUClass::tlb_fill
        target/riscv: Convert to CPUClass::tlb_fill
        target/ppc: Convert to CPUClass::tlb_fill
        target/openrisc: Convert to CPUClass::tlb_fill
        target/nios2: Convert to CPUClass::tlb_fill
        target/moxie: Convert to CPUClass::tlb_fill
        target/mips: Convert to CPUClass::tlb_fill
        target/mips: Tidy control flow in mips_cpu_handle_mmu_fault
        target/mips: Pass a valid error to raise_mmu_exception for user-only
        target/microblaze: Convert to CPUClass::tlb_fill
        target/m68k: Convert to CPUClass::tlb_fill
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d8276573
    • P
      Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190514b' into staging · c1497fba
      Peter Maydell 提交于
      Migration pull 2019-05-14
      
      Small fixes/cleanups
      One HMP/monitor fix
      
      # gpg: Signature made Tue 14 May 2019 19:03:53 BST
      # gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert/tags/pull-migration-20190514b:
        monitor: Call mon_get_cpu() only once at hmp_gva2gpa()
        migration/ram.c: fix typos in comments
        migration: Fix use-after-free during process exit
        migration/savevm: wrap into qemu_loadvm_state_header()
        migration/savevm: load_header before load_setup
        migration/savevm: remove duplicate check of migration_is_blocked
        migration: update comments of migration bitmap
        migration/ram.c: start of migration_bitmap_sync_range is always 0
        qemu-option.hx: Update missed parameter for colo-compare
        migration/colo.h: Remove obsolete codes
        migration/colo.c: Remove redundant input parameter
        migration: savevm: fix error code with migration blockers
        vmstate: check subsection_found is enough
        migration: remove not used field xfer_limit
        migration: not necessary to check ops again
        migration: comment VMSTATE_UNUSED*() properly
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c1497fba
  3. 15 5月, 2019 2 次提交