On Wed, 2007-03-07 at 22:49 -0800, Chris Wright wrote: > * Steven Rostedt (rostedt@xxxxxxxxxxx) wrote: > > --- clean-start.orig/include/asm-x86_64/segment.h > > +++ clean-start/include/asm-x86_64/segment.h > > @@ -37,8 +37,14 @@ > > #define GS_TLS_SEL ((GDT_ENTRY_TLS_MIN+GS_TLS)*8 + 3) > > #define FS_TLS_SEL ((GDT_ENTRY_TLS_MIN+FS_TLS)*8 + 3) > > > > +#define __HV_CS 0x80 /* 16*8 */ > > +#define __HV_DS 0x88 /* 17*8 */ > > + > > +#define GDT_ENTRY_HV_CS 16 > > +#define GDT_ENTRY_HV_DS 17 > > + > > Hmm, this one is not technically needed for pv_ops, looks like lguest > bleeding in ;-) I thought this could be HV agnostic, so I slipped it in. But that's questionable, and hence, its own separate patch. -- Steve _______________________________________________ Virtualization mailing list Virtualization@xxxxxxxxxxxxxx https://lists.osdl.org/mailman/listinfo/virtualization