]> xenbits.xensource.com Git - xen.git/commit
tmem: fix 32-on-64 support
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Jun 2009 06:14:02 +0000 (07:14 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 17 Jun 2009 06:14:02 +0000 (07:14 +0100)
commitc93bd0e6ea2a0295f56abd4e58cbb0761f299f0d
tree50c4f5c7d108184b48a19ba941d56973912990d1
parentc133cc38e21d21f36ae62685e7e64d3e07542814
tmem: fix 32-on-64 support

This implicitly required coverting the tmem_op structure from
anonymous to standard struct/union sub-fields, and extending the
get-fields.sh helper script to deal with typedef-ed guest handles used
as types of translated compound type fields.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
tools/libxc/xc_tmem.c
xen/common/tmem.c
xen/include/public/tmem.h
xen/include/xen/tmem_xen.h
xen/include/xlat.lst
xen/tools/get-fields.sh