« Previous | Next » 

Revision cbf239b7

IDcbf239b76934c8c2d1e147372ef9478ecc39fdfb

Added by Alvise Rigo over 10 years ago

target-arm: sort TCG cpreg list by KVM-style 64 bit ID number

Both KVM and TCG populate the cpreg_list with 64 bit register IDs,
but in the TCG side the cpreg_list is sorted using the 32 bit ID
version while in the kvm side the 64 bit ID version is used. This
patch makes the sorting of the cpreg_list consistent between KVM and
TCG.

Signed-off-by: Alvise Rigo <>
Message-id:
[PMM: fixed indent, coding style and commit message formatting]
Signed-off-by: Peter Maydell <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences