[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC v3 2/6] xen/arm: Add save/restore support for ARM GIC V2
On 05/08/2014 05:47 PM, Andrew Cooper wrote: Most states are guest architecture states which include core registers, arch timer, memory. GIC states are arguable, given that Xen uses data structures (e.g. struct vgic_irq_rank) to represent GIC states internally.+DECLARE_HVM_SAVE_TYPE(GICH_V2, 3, struct hvm_arm_gich_v2); + /* * Largest type-code in use */ -#define HVM_SAVE_CODE_MAX 1 +#define HVM_SAVE_CODE_MAX 3 #endifOn x86, we require that HVM save records only contain architectural state. Not knowing arm myself, it is not clear from your comments whether this is the case or not. Can you confirm whether it is or not? ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |