summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm_gic.c: Fix improper DPRINTF output.Evgeny Voevodin2012-10-121-1/+1
* cadence_ttc: Fix 'clear on read' behaviorSoren Brinkmann2012-10-121-1/+1
* ssi: Add slave autoconnect helperPeter Crosthwaite2012-10-104-3/+44
* MAINTAINERS: Added maintainerships for SSIPeter A. G. Crosthwaite2012-10-101-0/+8
* xilinx_zynq: Added SPI controllers + flashesPeter A. G. Crosthwaite2012-10-101-0/+34
* xilinx_spips: Xilinx Zynq SPI cntrlr device modelPeter A. G. Crosthwaite2012-10-102-0/+353
* petalogix-ml605: added SPI controller with n25q128Peter A. G. Crosthwaite2012-10-101-0/+27
* xilinx_spi: Initial impl. of Xilinx SPI controllerPeter A. G. Crosthwaite2012-10-102-0/+384
* m25p80: Initial implementation of SPI flash devicePeter A. G. Crosthwaite2012-10-105-0/+604
* hw: Added generic FIFO API.Peter A. G. Crosthwaite2012-10-103-0/+178
* stellaris: Removed SSI muxPeter A. G. Crosthwaite2012-10-103-78/+18
* qdev: allow multiple qdev_init_gpio_in() callsPeter A. G. Crosthwaite2012-10-103-11/+33
* ssi: Added create_slave_no_init()Peter A. G. Crosthwaite2012-10-102-2/+8
* ssi: Implemented CS behaviourPeter A. G. Crosthwaite2012-10-109-16/+118
* ssi: Support for multiple attached devicesPeter A. G. Crosthwaite2012-10-101-15/+9
* Merge branch 'master' of git.qemu.org:/pub/git/qemuBlue Swirl2012-10-071-1/+1
|\
| * qemu-barrier: Fix compilation on i386 hostsAurelien Jarno2012-10-071-1/+1
* | target-sparc: Optimize conditionals using SUBCCRichard Henderson2012-10-071-61/+131
* | target-sparc: Fall through from not-taken trapRichard Henderson2012-10-071-5/+7
* | target-sparc: Cleanup "global" temporary allocationRichard Henderson2012-10-071-19/+19
* | target-sparc: Use movcond for FMOV*RRichard Henderson2012-10-071-30/+16
* | target-sparc: Use movcond in mulsccRichard Henderson2012-10-071-6/+5
* | target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson2012-10-073-102/+66
* | target-sparc: Tidy TccRichard Henderson2012-10-071-38/+53
* | target-sparc: Move sdivx and udivx out of lineRichard Henderson2012-10-075-52/+37
* | target-sparc: Use movcond in gen_generic_branchRichard Henderson2012-10-071-11/+7
* | target-sparc: Use DisasCompare and movcond in MOVRRichard Henderson2012-10-071-17/+14
* | target-sparc: Use DisasCompare and movcond in MOVCCRichard Henderson2012-10-071-24/+20
* | target-sparc: Use DisasCompare and movcond in FMOVR, FMOVCCRichard Henderson2012-10-071-117/+86
* | target-sparc: Use DisasCompare in TccRichard Henderson2012-10-071-9/+11
* | target-sparc: Introduce DisasCompare and functions to generate itRichard Henderson2012-10-071-9/+83
* | target-sparc: Tidy gen_generic_branch interfaceRichard Henderson2012-10-071-8/+7
* | target-sparc: Tidy save_npc interfaceRichard Henderson2012-10-071-4/+4
* | target-sparc: Tidy gen_mov_pc_npc interfaceRichard Henderson2012-10-071-6/+6
* | target-sparc: Tidy save_state interfaceRichard Henderson2012-10-071-49/+49
* | target-sparc: Tidy gen_trap_ifnofpu interfaceRichard Henderson2012-10-071-18/+28
* | target-sparc: Tidy flush_cond interfaceRichard Henderson2012-10-071-5/+5
* | target-sparc: Tidy do_branch interfacesRichard Henderson2012-10-071-20/+18
* | target-sparc: Make CPU_LOG_INT useful by defaultRichard Henderson2012-10-072-11/+4
* | target-sparc: Tidy cpu_dump_stateRichard Henderson2012-10-071-4/+3
* | tcg: Remove redundant pointer from TCGContextStefan Weil2012-10-072-3/+1
|/
* Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Aurelien Jarno2012-10-0614-238/+183
|\
| * target-arm: Drop unused DECODE_CPREG_CRN macroPeter Maydell2012-10-051-2/+0
| * target-arm: use deposit instead of hardcoded versionAurelien Jarno2012-10-051-14/+6
| * target-arm: mark a few integer helpers const and pureAurelien Jarno2012-10-051-9/+10
| * target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno2012-10-053-33/+43
| * target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno2012-10-053-40/+48
| * target-arm: use globals for CC flagsAurelien Jarno2012-10-051-81/+46
| * target-arm: Reinstate display of VFP registers in cpu_dump_statePeter Maydell2012-10-051-26/+16
| * cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-0510-34/+15
OpenPOWER on IntegriCloud