Re: xen_domctl_arch_setup struct differs from Xen's ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



----- "Jun Koi" <junkoi2004@xxxxxxxxx> wrote:

> Hi,
> 
> I notice that xen_domctl_arch_setup structure is defined in xendump.h
> in a different way with the one from Xen: the compile option check on
> IA64 is disabled. Why is that?
> 
> /* from xendump.h */
> typedef struct xen_domctl_arch_setup {
>     uint64_t flags;      /* XEN_DOMAINSETUP_* */
> /* #ifdef __ia64__ */
>     uint64_t bp;            /* mpaddr of boot param area */
>     uint64_t maxmem;        /* Highest memory address for MDT.  */
>     uint64_t xsi_va;        /* Xen shared_info area virtual address. 
> */
>     uint32_t hypercall_imm; /* Break imm for Xen hypercalls.  */
> /* #endif */
> } xen_domctl_arch_setup_t;

Actually I'd be amazed if crash still works with "xm save" type files.
It was more an experiment than anything else. 

In any case, the read of the data structure above was only applicable
to ia64, and the data thrown away.  It was just there to seek past the
data structure to the rest of the ia64-specific file format.

Dave

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux