summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/xtensa: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-3/+3
* RISC-V: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+4
* target/m68k: Add trailing '\n' to qemu_log() callPhilippe Mathieu-Daudé2018-06-081-1/+1
* target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell2018-06-051-1/+3
|\
| * linux-user: SPARC "rd %tick" can be used by user applicationLaurent Vivier2018-06-041-1/+3
* | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-0422-94/+94
|\ \
| * | tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-0222-94/+94
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-0141-126/+184
|\ \ | |/ |/|
| * target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell2018-06-011-5/+0Star
| * target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell2018-06-011-1/+6
| * WHPX: fix some compiler warningsLucian Petrut2018-06-011-14/+35
| * WHPX: dynamically load WHP librariesLucian Petrut2018-06-011-68/+144
| * nios2: do not include exec-all.h from cpu.hPaolo Bonzini2018-06-012-1/+1
| * target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-0133-33/+0Star
| * target/hppa: Include "qemu/log.h" to use qemu_log()Philippe Mathieu-Daudé2018-05-311-0/+1
| * target/ppc: Include "exec/exec-all.h" which provides tlb_flush()Philippe Mathieu-Daudé2018-05-311-0/+1
| * target/xtensa: Include "qemu/timer.h" to use NANOSECONDS_PER_SECONDPhilippe Mathieu-Daudé2018-05-311-0/+1
| * target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-314-4/+0Star
| * target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-315-5/+0Star
* | Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell2018-05-314-5/+10
* | Make address_space_map() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* | Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell2018-05-312-2/+3
* | Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* | Correct CPACR reset value for v7 coresPeter Maydell2018-05-311-1/+9
* | arm: fix malloc type mismatchPaolo Bonzini2018-05-311-2/+1Star
* | tcg: Fix helper function vs host abi for float16Richard Henderson2018-05-312-62/+63
* | target/arm: Honour FPCR.FZ in FRECPXPeter Maydell2018-05-311-0/+6
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-05-29...Peter Maydell2018-05-298-567/+595
|\ \
| * | target-microblaze: Consolidate MMU enabled checksEdgar E. Iglesias2018-05-292-4/+6
| * | target-microblaze: cpu_mmu_index: Fixup indentationEdgar E. Iglesias2018-05-291-7/+9
| * | target-microblaze: Use tcg_gen_movcond in eval_cond_jmpEdgar E. Iglesias2018-05-291-6/+10
| * | target-microblaze: Convert env_btarget to i64Edgar E. Iglesias2018-05-293-15/+25
| * | target-microblaze: Remove argument b in eval_cc()Edgar E. Iglesias2018-05-291-3/+3
| * | target-microblaze: Use table based condition-codes conversionEdgar E. Iglesias2018-05-291-21/+20Star
| * | target-microblaze: mmu: Cleanup debug log messagesEdgar E. Iglesias2018-05-291-20/+19Star
| * | target-microblaze: Simplify address computation using tcg_gen_addi_i32()Edgar E. Iglesias2018-05-291-6/+1Star
| * | target-microblaze: Allow address sizes between 32 and 64 bitsEdgar E. Iglesias2018-05-291-3/+2Star
| * | target-microblaze: Add support for extended access to TLBLOEdgar E. Iglesias2018-05-295-18/+35
| * | target-microblaze: dec_msr: Plug a temp leakEdgar E. Iglesias2018-05-291-4/+9
| * | target-microblaze: mmu: Add a configurable output address maskEdgar E. Iglesias2018-05-293-0/+3
| * | target-microblaze: mmu: Prepare for 64-bit addressesEdgar E. Iglesias2018-05-292-10/+10
| * | target-microblaze: mmu: Remove unused register stateEdgar E. Iglesias2018-05-292-3/+6
| * | target-microblaze: mmu: Add R_TBLX_MISS macrosEdgar E. Iglesias2018-05-292-2/+7
| * | target-microblaze: Implement MFSE EAREdgar E. Iglesias2018-05-291-1/+8
| * | target-microblaze: Add Extended AddressingEdgar E. Iglesias2018-05-293-13/+62
| * | target-microblaze: Setup for 64bit addressingEdgar E. Iglesias2018-05-291-3/+3
| * | target-microblaze: Make special registers 64-bitEdgar E. Iglesias2018-05-295-58/+70
| * | target-microblaze: dec_msr: Fix MTS to FSREdgar E. Iglesias2018-05-291-3/+1Star
| * | target-microblaze: dec_msr: Reuse more code when reg-decodingEdgar E. Iglesias2018-05-291-29/+9Star