aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-06target/arm: [a64] Move page and ss checks to init_disas_contextRichard Henderson1-8/+9
2017-09-06target/arm: [tcg] Port to generic translation frameworkLluís Vilanova3-183/+41
2017-09-06target/arm: [tcg,a64] Port to disas_logLluís Vilanova1-5/+14
2017-09-06target/arm: [tcg] Port to disas_logLluís Vilanova1-5/+13
2017-09-06target/arm: [tcg,a64] Port to tb_stopLluís Vilanova1-60/+67
2017-09-06target/arm: [tcg] Port to tb_stopLluís Vilanova1-77/+84
2017-09-06target/arm: [tcg,a64] Port to translate_insnLluís Vilanova1-28/+43
2017-09-06target/arm: [tcg] Port to translate_insnLluís Vilanova2-75/+91
2017-09-06target/arm: [tcg,a64] Port to breakpoint_checkLluís Vilanova1-17/+31
2017-09-06target/arm: [tcg,a64] Port to insn_startLluís Vilanova2-22/+44
2017-09-06target/arm: [tcg] Port to insn_startLluís Vilanova1-4/+11
2017-09-06target/arm: [tcg] Port to tb_startLluís Vilanova1-38/+44
2017-09-06target/arm: [tcg,a64] Port to init_disas_contextLluís Vilanova1-14/+24
2017-09-06target/arm: [tcg] Port to init_disas_contextLluís Vilanova1-38/+50
2017-09-06target/arm: [tcg] Port to DisasContextBaseLluís Vilanova3-121/+120
2017-09-06target/i386: [tcg] Port to generic translation frameworkLluís Vilanova1-87/+19
2017-09-06target/i386: [tcg] Port to disas_logLluís Vilanova1-13/+19
2017-09-06target/i386: [tcg] Port to tb_stopLluís Vilanova1-12/+14
2017-09-06target/i386: [tcg] Port to translate_insnLluís Vilanova1-24/+42
2017-09-06target/i386: [tcg] Port to breakpoint_checkLluís Vilanova1-12/+34
2017-09-06target/i386: [tcg] Port to insn_startLluís Vilanova1-1/+8
2017-09-06target/i386: [tcg] Port to init_disas_contextLluís Vilanova1-19/+27
2017-09-06target/i386: [tcg] Port to DisasContextBaseLluís Vilanova1-71/+69
2017-09-06target/arm: Delay check for magic kernel pageRichard Henderson1-11/+11
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova12-16/+64
2017-09-06target/arm: Use DISAS_NORETURNRichard Henderson3-29/+30
2017-09-06target/i386: Use generic DISAS_* enumeratorsRichard Henderson1-13/+15
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson1-12/+17
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell2-5/+7
2017-09-04target/arm: Factor out fault delivery codePeter Maydell1-53/+57
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones3-23/+26
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones2-3/+6
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones3-30/+40
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones2-0/+4
2017-09-04target/arm: Create and use new function arm_v7m_is_handler_mode()Peter Maydell2-6/+12
2017-09-04target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until neededPeter Maydell1-7/+8
2017-09-04target/arm: Make arm_cpu_dump_state() handle the M-profile XPSRPeter Maydell1-18/+40
2017-09-04target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSRPeter Maydell1-15/+34
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell4-19/+41
2017-09-04target/arm: Define and use XPSR bit masksPeter Maydell2-17/+36
2017-09-04target/arm: Fix outdated comment about exception exitPeter Maydell1-1/+1
2017-09-04target/arm: Remove incorrect comment about MPU_CTRLPeter Maydell1-1/+1
2017-09-04target/arm: Tighten up Thumb decode where new v8M insns will bePeter Maydell1-9/+39
2017-09-04target/arm: Consolidate PMSA handling in get_phys_addr()Peter Maydell1-16/+22
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell1-0/+5
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell2-16/+17
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell1-2/+2
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-2/+2
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov2-7/+1
2017-09-01unicore32: replace uc32_cpu_init() with cpu_generic_init()Igor Mammedov2-8/+1