aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-14virtio-ccw: common reset handlerCornelia Huck
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...Peter Maydell
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-05-11pc-dimm: fix error messages if no slots were definedDavid Hildenbrand
2018-05-11build: Silence dtc directory creationJan Kiszka
2018-05-11shippable: Remove Debian 8 libfdt kludgePhilippe Mathieu-Daudé
2018-05-11configure: Display if libfdt is from system or gitPhilippe Mathieu-Daudé
2018-05-11configure: Really use local libfdt if the system one is too oldPhilippe Mathieu-Daudé
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson
2018-05-10target/arm: Clear SVE high bits for FMOVRichard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-05-10target/arm: Implement vector shifted FCVT for fp16Richard Henderson
2018-05-10target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson
2018-05-10target/arm: Implement CAS and CASPRichard Henderson
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson
2018-05-10target/riscv: Use new atomic min/max expandersRichard Henderson
2018-05-10tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic addRichard Henderson
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson
2018-05-10target/xtensa: Use new min/max expandersRichard Henderson
2018-05-10target/arm: Use new min/max expandersRichard Henderson
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov
2018-05-10softfloat: Handle default NaN mode after pickNaNMulAdd, not beforePeter Maydell
2018-05-10hw/arm/iotkit.c: fix minor memory leakPeter Maydell
2018-05-10MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing sectionThomas Huth
2018-05-10Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-...Peter Maydell
2018-05-09target/riscv: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/riscv: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/riscv: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/openrisc: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/openrisc: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota