qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 5ab5c0: target-mips: copy CP0_Config1 into Di


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 5ab5c0: target-mips: copy CP0_Config1 into DisasContext
Date: Fri, 20 Jun 2014 15:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5ab5c04170c5a73172a51a5a5647788c26263db9
      
https://github.com/qemu/qemu/commit/5ab5c04170c5a73172a51a5a5647788c26263db9
  Author: Aurelien Jarno <address@hidden>
  Date:   2014-06-20 (Fri, 20 Jun 2014)

  Changed paths:
    M target-mips/translate.c

  Log Message:
  -----------
  target-mips: copy CP0_Config1 into DisasContext

In order to avoid access to the CPUMIPSState structure in the
translator, keep a copy of CP0_Config1 into DisasContext. The whole
register is read-only so it can be copied as a single value.

Signed-off-by: Aurelien Jarno <address@hidden>


  Commit: 427e1750a0b98a72cad424327604f51e993dcc5f
      
https://github.com/qemu/qemu/commit/427e1750a0b98a72cad424327604f51e993dcc5f
  Author: Sanjay Lal <address@hidden>
  Date:   2014-06-20 (Fri, 20 Jun 2014)

  Changed paths:
    M hw/mips/gt64xxx_pci.c

  Log Message:
  -----------
  gt64xxx_pci: Add VMStateDescription

Add VMStateDescription for GT64120 PCI emulation used by the Malta
platform, to allow it to work with savevm/loadvm and live migration.

The entire register array is saved/restored using VMSTATE_UINT32_ARRAY
(fixed length GT_REGS = 1024).

Signed-off-by: Sanjay Lal <address@hidden>
address@hidden: Convert to VMState]
Signed-off-by: James Hogan <address@hidden>
Cc: Andreas Färber <address@hidden>
Reviewed-by: Aurelien Jarno <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d70a319b8d6f...427e1750a0b9

reply via email to

[Prev in Thread] Current Thread [Next in Thread]