aboutsummaryrefslogtreecommitdiffstats
path: root/xen/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-05-12 10:15:07 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-05-12 10:15:07 +0100
commitfb94ee0dddfbed5d759b9bfbc69dd01a40497520 (patch)
treefa33fbac93e722fd5fa1023b3699260d2e4f4645 /xen/tools
parent286b11f71d43cb6b4779353cbd05376ceee2b609 (diff)
downloadxen-fb94ee0dddfbed5d759b9bfbc69dd01a40497520.tar.gz
xen-fb94ee0dddfbed5d759b9bfbc69dd01a40497520.tar.bz2
xen-fb94ee0dddfbed5d759b9bfbc69dd01a40497520.zip
x86: fix a few 32-on-64 compat mode issues
- handle VCPUOP_register_vcpu_info and VCPUOP_get_physid (and add respective layout checks) - add missing structure size check for struct vcpu_info - add missing layout check for vcpu_set_periodic_timer - handle VCPUOP_set_singleshot_timer via argument translation as the structure sizes differ (due to padding in 64-bits) Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/tools')
-rw-r--r--xen/tools/get-fields.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/tools/get-fields.sh b/xen/tools/get-fields.sh
index cf81061e4b..0a3885bea7 100644
--- a/xen/tools/get-fields.sh
+++ b/xen/tools/get-fields.sh
@@ -310,7 +310,6 @@ build_body ()
done
echo " \\"
echo "} while (0)"
- echo ""
}
check_field ()