summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias2014-02-114-5/+7
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...Peter Maydell2014-02-1142-112/+9000
|\ \ \
| * | | arm/zynq: Add software system reset via SCLRSebastian Huber2014-02-081-0/+5
| * | | hw/arm/allwinner-a10: initialize EMACBeniamino Galvani2014-02-083-2/+28
| * | | hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani2014-02-084-0/+751
| * | | util/fifo8: clear fifo head upon resetBeniamino Galvani2014-02-081-0/+1
| * | | util/fifo8: implement push/pop of multiple bytesBeniamino Galvani2014-02-082-0/+107
| * | | disas: Implement disassembly output for A64Claudio Fontana2014-02-087-3/+118
| * | | disas/libvixl: Fix upstream libvixl compilation issuesPeter Maydell2014-02-083-18/+17
| * | | disas: Add subset of libvixl sources for A64 disassemblerPeter Maydell2014-02-0815-0/+6620
| * | | rules.mak: Link with C++ if we have a C++ compilerPeter Maydell2014-02-081-2/+6
| * | | rules.mak: Support .cc as a C++ source file suffixPeter Maydell2014-02-081-1/+5
| * | | arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall2014-02-083-2/+27
| * | | vmstate: Add uint32 2D-array supportChristoffer Dall2014-02-081-0/+6
| * | | arm_gic: Support setting/getting binary point regChristoffer Dall2014-02-083-5/+20
| * | | arm_gic: Keep track of SGI sourcesChristoffer Dall2014-02-083-14/+96
| * | | arm_gic: Fix GIC pending behaviorChristoffer Dall2014-02-082-18/+62
| * | | target-arm: Add support for AArch32 64bit VCVTB and VCVTTWill Newton2014-02-081-22/+61
| * | | target-arm: A64: Add FNEG and FABS to the SIMD 2-reg-misc groupPeter Maydell2014-02-081-3/+20
| * | | target-arm: A64: Add 2-reg-misc REV* instructionsAlex Bennée2014-02-081-1/+70
| * | | target-arm: A64: Add narrowing 2-reg-misc instructionsPeter Maydell2014-02-081-2/+83
| * | | target-arm: A64: Implement 2-reg-misc CNT, NOT and RBITPeter Maydell2014-02-083-6/+41
| * | | target-arm: A64: Implement 2-register misc compares, ABS, NEGPeter Maydell2014-02-081-2/+134
| * | | target-arm: A64: Add skeleton decode for SIMD 2-reg misc groupPeter Maydell2014-02-081-1/+109
| * | | target-arm: A64: Add SIMD simple 64 bit insns from scalar 2-reg miscPeter Maydell2014-02-081-1/+86
| * | | target-arm: A64: Implement remaining integer scalar-3-same insnsPeter Maydell2014-02-081-19/+87
| * | | target-arm: A64: Implement scalar pairwise opsPeter Maydell2014-02-081-1/+113
| * | | tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTRPeter Maydell2014-02-081-0/+3
| * | | target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMDPeter Maydell2014-02-081-1/+123
| * | | target-arm: A64: Implement remaining non-pairwise int SIMD 3-reg-same insnsPeter Maydell2014-02-081-4/+127
| * | | target-arm: A64: Implement SIMD 3-reg-same shift and saturate insnsPeter Maydell2014-02-081-22/+112
* | | | Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell2014-02-105-12/+25
|\ \ \ \
| * | | | hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov2014-02-022-6/+10
| * | | | hw/9pfs: make get_st_gen() return ENOTTY error on special filesKirill A. Shutemov2014-02-023-3/+6
| * | | | hw/9pfs: handle undefined FS_IOC_GETVERSION case in handle_ioc_getversion()Kirill A. Shutemov2014-02-021-0/+5
| * | | | hw/9pfs: fix error handing in local_ioc_getversion()Kirill A. Shutemov2014-02-021-3/+4
* | | | | memory: fix limiting of translation at a page boundaryPaolo Bonzini2014-02-101-16/+19
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into s...Peter Maydell2014-02-0816-220/+539
|\ \ \ \ | |_|/ / |/| | |
| * | | hw/lm32: print error if cpu model is not foundMichael Walle2014-02-042-0/+15
| * | | target-lm32: stop VM on illegal or unknown instructionMichael Walle2014-02-043-38/+86
| * | | lm32_sys: dump cpu state if test case failsMichael Walle2014-02-041-0/+3
| * | | lm32_sys: print test result on stderrMichael Walle2014-02-041-1/+1
| * | | target-lm32: add breakpoint/watchpoint supportMichael Walle2014-02-047-8/+179
| * | | target-lm32: move model features to LM32CPUMichael Walle2014-02-045-142/+215
| * | | target-lm32: kill cpu_abort() callsMichael Walle2014-02-041-32/+40
| * | | milkymist-vgafb: swap pixel data in source bufferMichael Walle2014-02-041-1/+1
| * | | lm32_uart/lm32_juart: use qemu_chr_fe_write_all()Michael Walle2014-02-042-2/+2
| * | | milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()Antony Pavlov2014-02-041-1/+1
| * | | tests: lm32: new rule for single test casesMichael Walle2014-02-041-4/+4
| * | | lm32_sys: increase test case name length limitMichael Walle2014-02-041-2/+3
OpenPOWER on IntegriCloud