1. 18 12月, 2014 1 次提交
    • P
      Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into staging · 84afc4dd
      Peter Maydell 提交于
      * remotes/lalrae/tags/mips-20141216: (30 commits)
        target-mips: remove excp_names[] from linux-user as it is unused
        disas/mips: disable unused mips16_to_32_reg_map[]
        disas/mips: remove unused mips_msa_control_names_numeric[32]
        target-mips: convert single case switch into if statement
        target-mips: Fix DisasContext's ulri member initialization
        target-mips: Use local float status pointer across MSA macros
        target-mips: Add missing calls to synchronise SoftFloat status
        linux-user: Use the 5KEf processor for 64-bit emulation
        target-mips: Also apply the CP0.Status mask to MTTC0
        target-mips: gdbstub: Clean up FPU register handling
        target-mips: Correct 32-bit address space wrapping
        target-mips: Tighten ISA level checks
        target-mips: Fix CP0.Config3.ISAOnExc write accesses
        target-mips: Output CP0.Config2-5 in the register dump
        target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEP
        target-mips: Correct the writes to Status and Cause registers via gdbstub
        target-mips: Correct the handling of writes to CP0.Status for MIPSr6
        target-mips: Correct MIPS16/microMIPS branch size calculation
        target-mips: Restore the order of helpers
        target-mips: Remove unused `FLOAT_OP' macro
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      84afc4dd
  2. 17 12月, 2014 2 次提交
    • A
      qemu-log: add log category for MMU info · 339aaf5b
      Antony Pavlov 提交于
      Running barebox on qemu-system-mips* with '-d unimp' overloads
      stderr by very very many mips_cpu_handle_mmu_fault() messages:
      
        mips_cpu_handle_mmu_fault address=b80003fd ret 0 physical 00000000180003fd prot 3
        mips_cpu_handle_mmu_fault address=a0800884 ret 0 physical 0000000000800884 prot 3
        mips_cpu_handle_mmu_fault pc a080cd80 ad b80003fd rw 0 mmu_idx 0
      
      So it's very difficult to find LOG_UNIMP message.
      
      The mips_cpu_handle_mmu_fault() messages appear on enabling ANY
      logging! It's not very handy.
      
      Adding separate log category for *_cpu_handle_mmu_fault()
      logging fixes the problem.
      Signed-off-by: NAntony Pavlov <antonynpavlov@gmail.com>
      Acked-by: NAlexander Graf <agraf@suse.de>
      Reviewed-by: NRichard Henderson <rth@twiddle.net>
      Message-id: 1418489298-1184-1-git-send-email-antonynpavlov@gmail.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      339aaf5b
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into staging · d86fb034
      Peter Maydell 提交于
      misc spice updates.
      
      # gpg: Signature made Tue 16 Dec 2014 14:03:07 GMT using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/spice/tags/pull-spice-20141216-1:
        spice: fix memory leak
        spice: remove spice-experimental.h include
        spice: do not require TCP ports
        spice: rework mirror allocation, add no-resize fast path
        spice: reduce refresh rate in native mode
        spice: use bottom half instead of refresh timer for cursor updates
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d86fb034
  3. 16 12月, 2014 37 次提交