diff options
author | Avi Kivity <avi@redhat.com> | 2010-06-21 18:07:45 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-06-21 18:07:45 +0300 |
commit | 6de75b40ade8b7eac6539c5d62cf14114268f667 (patch) | |
tree | 1f6d749e5ce1977302773ab37ebc431ff7bb74d4 /target-ppc | |
parent | 037b8f204645989788be2ef084b12ccb83fb8e56 (diff) | |
parent | 9605111958173938ac08298f515d55e937d0211c (diff) |
Merge commit '9605111958173938ac08298f515d55e937d0211c' into upstream-merge
* commit '9605111958173938ac08298f515d55e937d0211c':
ioapic: convert to qdev
ioapic: unexport ioapic_set_irq
Usermode exec-stack fix
Strace mprotect flags.
GDB exit status for semihosting
cris: Move sign extension.
cris: Centralize fetching
cris: Make the CRISv32 insn decoders return signed int.
tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.
Fix comparison which always returned false
xen: Fix build error due to missing include
block: fix a warning and possible truncation
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
Conflicts:
hw/ioapic.c
hw/pc_piix.c
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/helper.h b/target-ppc/helper.h index 5cf6cd450..c025a2f08 100644 --- a/target-ppc/helper.h +++ b/target-ppc/helper.h @@ -95,6 +95,7 @@ DEF_HELPER_3(fsel, i64, i64, i64, i64) #define dh_alias_avr ptr #define dh_ctype_avr ppc_avr_t * +#define dh_is_signed_avr dh_is_signed_ptr DEF_HELPER_3(vaddubm, void, avr, avr, avr) DEF_HELPER_3(vadduhm, void, avr, avr, avr) |