aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar
2017-02-24tcg: enable thread-per-vCPUAlex Bennée
2017-02-24tcg: enable tb_lock() for SoftMMUAlex Bennée
2017-02-24tcg: remove global exit_requestAlex Bennée
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-24tcg: add kick timer for single-threaded vCPU emulationAlex Bennée
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée
2017-02-24mttcg: Add missing tb_lock/unlock() in cpu_exec_step()Pranith Kumar
2017-02-24mttcg: translate-all: Enable locking debug in a debug buildPranith Kumar
2017-02-24docs: new design document multi-thread-tcg.txtAlex Bennée
2017-02-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...Peter Maydell
2017-02-24s390x/css: handle format-0 TIC CCW correctlyDong Jia Shi
2017-02-24s390x/arch_dump: pass cpuid into notes sectionsChristian Borntraeger
2017-02-24s390x/arch_dump: use proper note name and note sizeChristian Borntraeger
2017-02-24virtio-ccw: support VIRTIO_QUEUE_MAX virtqueuesHalil Pasic
2017-02-24s390x: bump ADAPTER_ROUTES_MAX_GSIHalil Pasic
2017-02-24virtio-ccw: check flic->adapter_routes_max_batchHalil Pasic
2017-02-24s390x: add property adapter_routes_max_batchHalil Pasic
2017-02-24virtio-ccw: Check the number of vqs in CCW_CMD_SET_INDHalil Pasic
2017-02-24virtio-ccw: add virtio-crypto-ccw deviceHalil Pasic
2017-02-24virtio-ccw: handle virtio 1 only devicesHalil Pasic
2017-02-24s390x/flic: fail migration on source alreadyCornelia Huck
2017-02-24s390x/kvm: detect some program check loopsChristian Borntraeger
2017-02-24s390x/s390-virtio: get rid of DPRINTFCornelia Huck
2017-02-24docker: Install python2 explicitly in docker imageFam Zheng
2017-02-24MAINTAINERS: merge Build and test automation with Docker testsAlex Bennée
2017-02-24.shippable.yml: new CI providerAlex Bennée
2017-02-24new: debian docker targets for cross-compilingAlex Bennée
2017-02-24tests/docker: add basic user mapping supportAlex Bennée
2017-02-23option: Fix checking of sizes for overflow and trailing crapMarkus Armbruster
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23qemu-img: Wrap cvtnum() around qemu_strtosz()Markus Armbruster
2017-02-23test-cutils: Drop suffix from test_qemu_strtosz_simple()Markus Armbruster
2017-02-23test-cutils: Use qemu_strtosz() more oftenMarkus Armbruster
2017-02-23util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macrosMarkus Armbruster
2017-02-23util/cutils: New qemu_strtosz()Markus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-23util/cutils: New qemu_strtosz_metric()Markus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() around range limitsMarkus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() with trailing crapMarkus Armbruster
2017-02-23test-cutils: Cover qemu_strtosz() invalid inputMarkus Armbruster
2017-02-23test-cutils: Add missing qemu_strtosz()... endptr checksMarkus Armbruster
2017-02-23option: Fix to reject invalid and overflowing numbersMarkus Armbruster
2017-02-23util/cutils: Clean up control flow around qemu_strtol() a bitMarkus Armbruster
2017-02-23util/cutils: Clean up variable names around qemu_strtol()Markus Armbruster
2017-02-23util/cutils: Rename qemu_strtoll(), qemu_strtoull()Markus Armbruster