aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-14target/openrisc: Convert dec_compRichard Henderson2-62/+73
2018-05-14target/openrisc: Convert dec_MRichard Henderson2-28/+16
2018-05-14target/openrisc: Convert dec_logicRichard Henderson2-36/+32
2018-05-14target/openrisc: Convert dec_macRichard Henderson2-33/+27
2018-05-14target/openrisc: Convert dec_calcRichard Henderson2-169/+229
2018-05-14target/openrisc: Convert remainder of dec_misc insnsRichard Henderson2-153/+141
2018-05-14target/openrisc: Convert memory insnsRichard Henderson2-139/+160
2018-05-14target/openrisc: Convert branch insnsRichard Henderson2-78/+84
2018-05-14target/openrisc: Start conversion to decodetree.pyRichard Henderson3-43/+78
2018-05-14target-openrisc: Write back result before FPE exceptionRichard Henderson3-252/+126
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+2
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell51-621/+1029
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell33-495/+925
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...Peter Maydell21-1584/+1546
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell3-4/+13
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini10-16/+15
2018-05-11pc-dimm: fix error messages if no slots were definedDavid Hildenbrand1-1/+8
2018-05-11build: Silence dtc directory creationJan Kiszka1-1/+1
2018-05-11shippable: Remove Debian 8 libfdt kludgePhilippe Mathieu-Daudé1-8/+0
2018-05-11configure: Display if libfdt is from system or gitPhilippe Mathieu-Daudé1-5/+4
2018-05-11configure: Really use local libfdt if the system one is too oldPhilippe Mathieu-Daudé2-2/+6
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov5-3/+77
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson1-2/+3
2018-05-10target/arm: Clear SVE high bits for FMOVRichard Henderson1-12/+5
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson3-6/+55
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson1-18/+45
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson1-13/+20
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson1-0/+1
2018-05-10target/arm: Implement CAS and CASPRichard Henderson3-3/+161
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson1-2/+36
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson3-43/+135
2018-05-10target/riscv: Use new atomic min/max expandersRichard Henderson1-49/+17
2018-05-10tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic addRichard Henderson1-42/+7
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson5-0/+129
2018-05-10target/xtensa: Use new min/max expandersRichard Henderson1-17/+33
2018-05-10target/arm: Use new min/max expandersRichard Henderson1-32/+14
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson2-0/+56
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell1-1/+1
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov5-0/+5
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov5-185/+94
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov8-50/+92
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov2-13/+1
2018-05-10softfloat: Handle default NaN mode after pickNaNMulAdd, not beforePeter Maydell1-20/+28
2018-05-10hw/arm/iotkit.c: fix minor memory leakPeter Maydell1-0/+1
2018-05-10MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing sectionThomas Huth1-0/+2
2018-05-10Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-...Peter Maydell2-5/+9
2018-05-09target/riscv: convert to TranslatorOpsEmilio G. Cota1-78/+80
2018-05-09target/riscv: convert to DisasContextBaseEmilio G. Cota1-65/+64
2018-05-09target/riscv: convert to DisasJumpTypeEmilio G. Cota1-44/+28
2018-05-09target/openrisc: convert to TranslatorOpsEmilio G. Cota1-84/+79