Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | target-arm: Initialize cpreg list from KVM when using KVM | Peter Maydell | |
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 <peter.maydell@linaro.org> | |||
2013-03-05 | target-arm: Use MemoryListener to identify GIC base address for KVM | Peter Maydell | |
When using an in-kernel GIC with KVM, we need to tell the kernel where the GIC's memory mapped registers live. Do this by registering a MemoryListener which tracks where the board model maps the A15's private peripherals, so we can finish the GIC initialisation when the GIC is actually mapped. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> |