Hi Bryan,
Here's the output:
[root@easy-mark examples]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 938 2 r----- 4441.3
Fedora7 22 512 1 -b---- 494.2
[root@easy-mark examples]# ./module-list 22
Got domain info.
Got domain name from id (22 ==> Fedora7).
Got sysmap (/boot/System.map-2.6.22.1-33.fc7).
Got OS type.
Got vaddr for swapper_pg_dir = 0xc136b000.
swapper_pg_dir = 0xc136b000.
ERROR: pte entry lookup failed (mach addr = 0xdfce2b98)
** pgd_entry = 0xdfce2b18
** pte_entry = 0xdfce2b98
** vaddr = 0xc12e6340
ERROR: address not in page table
ERROR: failed to get task list head 'init_task'
failed to init XenAccess library: Bad address
[root@easy-mark examples]#
Quoting "Bryan D. Payne" <br...@th...>:
> Jim,
>
> Some preliminary HVM support is already in place, assuming you are
> using the xenaccess code straight from the subversion repository. My
> guess is that the problem you are seeing is due to some changes between
> Xen 3.0.5 and Xen 3.1. I'm actively working on addressing this problem
> now so hopefully we'll have something working soon.
>
> Just to be sure we're talking about the same problems, though. Would
> you mind enabling debugging support (uncomment the line near the top of
> xenaccess.h) and sending the output back to this mailing list?
|