summaryrefslogtreecommitdiff
path: root/blockdev.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-09-12 20:17:50 +0200
committerSeokYeon Hwang <syeon.hwang@samsung.com>2013-11-07 13:48:37 +0900
commitca3135790860e1e0a224ef64cbbe08bfcc32ea05 (patch)
treeb9226fae39f0e63e8aa576ec9ff7044c16f3d962 /blockdev.c
parent14cbcb89581e429be68aa493b99fbab577bd757b (diff)
downloadqemu-ca3135790860e1e0a224ef64cbbe08bfcc32ea05.tar.gz
qemu-ca3135790860e1e0a224ef64cbbe08bfcc32ea05.tar.bz2
qemu-ca3135790860e1e0a224ef64cbbe08bfcc32ea05.zip
tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)
Debian busybox-static for alpha has a load address of 0x0000000120000000 which is mapped to 0x0000000020000000 for 32 bit hosts. qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and qemu_st64 which all raise the assertion (taddr == host_addr). Remove all assertions of this type because they are either wrong or unnecessary (when sizeof(tcg_target_ulong) >= sizeof(target_ulong)). Cc: qemu-stable <qemu-stable@nongnu.org> Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> (cherry picked from commit 07ac4dc5db22a31e47b149abdbc5ea99013cf4de) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'blockdev.c')
0 files changed, 0 insertions, 0 deletions