aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-18target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD)pull-target-arm-20140319Alex Bennée
2014-03-18target-arm: A64: Add saturating int ops (SQNEG/SQABS)Alex Bennée
2014-03-18pl011: fix incorrect logic to set the RXFF flagRob Herring
2014-03-18pl011: fix UARTRSR accesses corrupting the UARTCR valueRob Herring
2014-03-18pl011: reset the fifo when enabled or disabledRob Herring
2014-03-18ahci: fix sysbus supportRob Herring
2014-03-18Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-2' into stagingPeter Maydell
2014-03-18Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140317'...Peter Maydell
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven
2014-03-17Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' int...Peter Maydell
2014-03-17Merge remote-tracking branch 'remotes/rth/tcg-v8p-2' into stagingPeter Maydell
2014-03-17s390x/sclpconsole-lm: Fix and simplify irq setupChristian Borntraeger
2014-03-17s390x/sclpconsole: Fix and simplify interrupt injectionChristian Borntraeger
2014-03-17s390x/cpu hotplug: Fix memory leakChristian Borntraeger
2014-03-17s390/ipl: Fix error path on BIOS loadingChristian Borntraeger
2014-03-17tcg-sparc: Convert to new ldst opcodesRichard Henderson
2014-03-17tcg-sparc: Convert to new ldst helpersRichard Henderson
2014-03-17tcg-sparc: Tidy tcg_out_tlb_load interfaceRichard Henderson
2014-03-17tcg-sparc: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2014-03-17tcg-sparc: Improve tcg_out_moviRichard Henderson
2014-03-17tcg-sparc: Dont handle constant arguments to ext32 opsRichard Henderson
2014-03-17tcg-sparc: Don't handle remainderRichard Henderson
2014-03-17tcg-sparc: Use intptr_t as appropriateRichard Henderson
2014-03-17tcg-sparc: Tidy call+jump patternsRichard Henderson
2014-03-17tcg-sparc: Fix tlb readRichard Henderson
2014-03-17tcg-sparc: Fix ld64 for 32-bit modeRichard Henderson
2014-03-17scripts/qemu-binfmt-conf.sh: Add AArch64 registrationpull-target-arm-20140317Peter Maydell
2014-03-17target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)Alex Bennée
2014-03-17target-arm: A64: Implement FCVTXNPeter Maydell
2014-03-17target-arm: A64: Implement scalar saturating narrow opsAlex Bennée
2014-03-17target-arm: A64: Move handle_2misc_narrow functionAlex Bennée
2014-03-17target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPEAlex Bennée
2014-03-17softfloat: export squash_input_denormal functionsAlex Bennée
2014-03-17target-arm: A64: Implement FCVTZS, FCVTZU in the shift-imm categoriesPeter Maydell
2014-03-17target-arm: A64: Handle saturating left shifts SQSHL, SQSHLU, UQSHLPeter Maydell
2014-03-17exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoderPeter Maydell
2014-03-17target-arm: A64: Implement FRINT*Peter Maydell
2014-03-17target-arm: A64: Implement SRIPeter Maydell
2014-03-17target-arm: A64: Add FRECPX (reciprocal exponent)Alex Bennée
2014-03-17target-arm: A64: List unsupported shift-imm opcodesPeter Maydell
2014-03-17target-arm: A64: Implement FCVTLPeter Maydell
2014-03-17target-arm: A64: Implement FCVTNPeter Maydell
2014-03-17target-arm: A64: Implement FCVT[NMAPZ][SU] SIMD instructionsPeter Maydell
2014-03-17target-arm: A64: Implement SHLL, SHLL2Peter Maydell
2014-03-17target-arm: A64: Implement SADDLP, UADDLP, SADALP, UADALPPeter Maydell
2014-03-17target-arm: A64: Saturating and narrowing shift opsAlex Bennée
2014-03-17target-arm: A64: Add remaining CLS/Z vector opsAlex Bennée
2014-03-17target-arm: A64: Add FSQRT to C3.6.17 (two misc)Alex Bennée
2014-03-17target-arm: A64: Add last AdvSIMD Integer to FP opsAlex Bennée
2014-03-17target-arm: A64: Fix bug in add_sub_ext handling of rnAlex Bennée