|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 03/10] nested_ept: Implement guest ept's walker
At 09:01 +0000 on 24 Dec (1356339693), Zhang, Xiantao wrote:
> > > +typedef enum {
> > > + ept_access_n = 0, /* No access permissions allowed */
> > > + ept_access_r = 1,
> > > + ept_access_w = 2,
> > > + ept_access_rw = 3,
> > > + ept_access_x = 4,
> > > + ept_access_rx = 5,
> > > + ept_access_wx = 6,
> > > + ept_access_all = 7,
> > > +} ept_access_t;
> >
> > This enum isn't used anywhere.
>
> Actually, it is used in the function nept_rwx_bits_check. :)
Oops - so it is. :)
Tim.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |