Statistics
| Branch: | Revision:

root / target-arm / kvm-stub.c @ 5b50e790

History | View | Annotate | Download (437 Bytes)

# Date Author Comment
ff047453 06/25/2013 08:16 pm Peter Maydell

target-arm: Initialize cpreg list from KVM when using KVM

When using KVM, use the kernel's initial state to set up the
cpreg list, and sync to and from the kernel when doing
migration.

Signed-off-by: Peter Maydell <>