diff options
| author | Blue Swirl | 2013-01-12 13:46:57 +0100 |
|---|---|---|
| committer | Blue Swirl | 2013-01-12 13:46:57 +0100 |
| commit | 837d1f978224f7e7b020c71ffb10b291952cc596 (patch) | |
| tree | f1e4e0b95ad756a48976b6d6889b41e44552454a /MAINTAINERS | |
| parent | hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return value (diff) | |
| parent | target-s390: Claim maintainership (diff) | |
| download | qemu-837d1f978224f7e7b020c71ffb10b291952cc596.tar.gz qemu-837d1f978224f7e7b020c71ffb10b291952cc596.tar.xz qemu-837d1f978224f7e7b020c71ffb10b291952cc596.zip | |
Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth
* 's390-reorg' of git://repo.or.cz/qemu/rth: (149 commits)
target-s390: Claim maintainership
target-s390: Use noreturn for exception and load_psw
target-s390: Use TCG_CALL_NO_WG for misc helpers
target-s390: Use TCG_CALL_NO_WG for integer helpers
target-s390: Use TCG_CALL_NO_WG for floating-point helpers
target-s390: Use TCG_CALL_NO_WG for memory helpers
target-s390: Perform COMPARE AND SWAP inline
target-s390: Optimize get_address
target-s390: Optimize ADDC/SUBB
target-s390: Optimize ADDU/SUBU CC testing
target-s390: Tidy comparisons
target-s390: Optmize emitting discards
target-s390: Optimize XC
target-s390: Fix cpu_clone_regs
target-s390: Implement LOAD/SET FP AND SIGNAL
target-s390: Implement SET ROUNDING MODE
target-s390: Use uint64_to_float128
target-s390: Implement LCDFR
target-s390: Check insn operand specifications
target-s390: Implement CPSDR
...
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2991e1d2b3..35c260d549 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -98,6 +98,7 @@ S: Maintained F: target-ppc/ S390 +M: Richard Henderson <rth@twiddle.net> M: Alexander Graf <agraf@suse.de> S: Maintained F: target-s390x/ |
