aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15gtk: make it possible to hide the menu barPeter Wu1-1/+45
2018-05-15sdl2: move opts assignment into loopGerd Hoffmann1-1/+1
2018-05-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180514' into stagingPeter Maydell14-96/+152
2018-05-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-48/+202
2018-05-14target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson1-1/+1
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand8-80/+127
2018-05-14s390x/ccw: make sure all ccw devices are properly resetCornelia Huck3-3/+15
2018-05-14virtio-ccw: common reset handlerCornelia Huck1-12/+1
2018-05-14pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)Thomas Huth1-1/+1
2018-05-14s390x/css: disabled subchannels cannot be status pendingCornelia Huck1-0/+8
2018-05-14Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-161/+58
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-14net: Get rid of 'vlan' terminology and use 'hub' instead in the doc filesThomas Huth1-19/+23
2018-05-14net: Get rid of 'vlan' terminology and use 'hub' instead in the source filesThomas Huth3-10/+9
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth8-130/+22
2018-05-14net: Fix memory leak in net_param_nic()Thomas Huth1-2/+4
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell33-495/+925
2018-05-11block/file-posix: add x-check-page-cache=on|off optionStefan Hajnoczi2-3/+104
2018-05-11block/file-posix: implement bdrv_co_invalidate_cache() on LinuxStefan Hajnoczi1-0/+46
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