[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3] Nested VMX: CR emulation fix up
Jan Beulich wrote on 2013-12-03: >>>> On 03.12.13 at 08:54, Yang Zhang <yang.z.zhang@xxxxxxxxx> wrote: >> From: Yang Zhang <yang.z.zhang@xxxxxxxxx> >> >> This patch fixs two issues: >> 1. The CR_READ_SHADOW should only cover the value that L2 wirtes to >> CR when L2 is running. But currently, L0 wirtes wrong value to it >> during virtual vmentry and L2's CR access emualtion. >> >> 2. L2 changed cr[0/4] in a way that did not change any of L1's >> shadowed bits, but did change L0 shadowed bits. In this case, the >> effective cr[0/4] value that L1 would like to write into the >> hardware is consist of the L2-owned bits from the new value combined >> with the L1-owned bits from L1's guest cr[0/4]. >> >> Signed-off-by: Yang Zhang <yang.z.zhang@xxxxxxxxx> >> --- > > It's been a while since v2 was sent, so please tell us what has Yes, about one month ago. :) > changed since then and why. That's make reviewing quite a bit easier. Main change in V3 is that adding a new wrapper function nvmx_set_cr_read_shadow() for CR[0/4] read shadow setting. > > Jan Best regards, Yang _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |