|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] DomU LDT emtpy
Hi there,
short question: should ldt_base in struct vcpu_guest_context_t contain
the value of the LDTR of the current running process in DomU? It's
always zero :(
I'm trying to get the value by using libxc:
vcpu_guest_context_any_t *ctxt = malloc(sizeof(vcpu_guest_context_any_t));
xc_vcpu_getcontext(xcinterface, domain, 0, ctxt);
ctxt->c.ldt_base;
have you any idea how I can get the LDTR value from DomU in Dom0 by
using libxc?
thanks,
david
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] DomU LDT emtpy,
david <=
|
|
|
|
|