diff options
author | 2007-09-27 01:14:15 +0000 | |
---|---|---|
committer | 2007-09-27 01:14:15 +0000 | |
commit | 92a343da3f50db3130f988b14650eb09e9748d11 (patch) | |
tree | 0ff53b19e5f3d2c4c6bf10755ba617172f1fb76e /linux-user/qemu.h | |
parent | Add flags to support PowerPC 405 bootinfos variations. (diff) | |
download | qemu-kvm-92a343da3f50db3130f988b14650eb09e9748d11.tar.gz qemu-kvm-92a343da3f50db3130f988b14650eb09e9748d11.tar.bz2 qemu-kvm-92a343da3f50db3130f988b14650eb09e9748d11.zip |
New ppc64-linux-user target.
Allow use of PowerPC 970 for debugging (softmmu would not run, for now).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3246 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/qemu.h')
-rw-r--r-- | linux-user/qemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 8c03ad190..4b857f3d1 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -16,6 +16,7 @@ * task_struct fields in the kernel */ struct image_info { + target_ulong load_addr; unsigned long start_code; unsigned long end_code; unsigned long start_data; |