aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-24cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée2-9/+215
2017-02-24cputlb: atomically update tlb fields used by tlb_reset_dirtyAlex Bennée2-27/+95
2017-02-24cputlb: add tlb_flush_by_mmuidx async routinesAlex Bennée2-23/+89
2017-02-24cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée4-90/+107
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic3-2/+71
2017-02-24cputlb: tweak qemu_ram_addr_from_host_nofail reportingAlex Bennée1-12/+12
2017-02-24cputlb: add assert_cpu_is_self checksAlex Bennée1-1/+17
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar2-12/+40
2017-02-24tcg: enable thread-per-vCPUAlex Bennée2-35/+103
2017-02-24tcg: enable tb_lock() for SoftMMUAlex Bennée1-14/+1
2017-02-24tcg: remove global exit_requestAlex Bennée4-26/+18
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka18-49/+166
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée4-24/+22
2017-02-24tcg: add kick timer for single-threaded vCPU emulationAlex Bennée1-0/+61
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic6-1/+161
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée2-17/+49
2017-02-24mttcg: Add missing tb_lock/unlock() in cpu_exec_step()Pranith Kumar1-0/+4
2017-02-24mttcg: translate-all: Enable locking debug in a debug buildPranith Kumar1-36/+16
2017-02-24docs: new design document multi-thread-tcg.txtAlex Bennée1-0/+350
2017-02-23Revert "hw/mips: MIPS Boston board support"Peter Maydell4-582/+1
2017-02-23Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into stagingPeter Maydell20-35/+1424
2017-02-21hw/mips: MIPS Boston board supportPaul Burton4-1/+582
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton3-0/+397
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton5-6/+374
2017-02-21dtc: Update requirement to v1.4.2Paul Burton2-3/+3
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton2-0/+11
2017-02-21hw/mips_gic: Update pin state on mask changesPaul Burton1-25/+31
2017-02-21hw/mips_gictimer: provide API for retrieving frequencyPaul Burton2-0/+6
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton2-0/+20
2017-02-21Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170221' into s...Peter Maydell9-13/+98
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth7-10/+73
2017-02-21monitor: add poll-* properties into query-iothreads resultPavel Hrdina3-3/+24
2017-02-21hmp: fix block_set_io_throttleEric Blake1-0/+1
2017-02-21Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell4-172/+317
2017-02-21qemu-options: Fix broken sheepdog URLThomas Huth1-1/+1
2017-02-21mirror: do not increase offset during initial zero_or_discard phaseAnton Nefedov1-2/+7
2017-02-21QAPI: Fix blockdev-add example documentationJeff Cody1-25/+25
2017-02-21iscsi: Add blockdev-add supportKevin Wolf2-10/+79
2017-02-21iscsi: Add timeout optionKevin Wolf1-26/+11
2017-02-21iscsi: Add header-digest optionKevin Wolf1-24/+15
2017-02-21iscsi: Add initiator-name optionKevin Wolf1-17/+15
2017-02-21iscsi: Handle -iscsi user/password in bdrv_parse_filename()Kevin Wolf1-34/+44
2017-02-21iscsi: Split URL into individual optionsKevin Wolf1-53/+140
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell37-97/+137
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster3-10/+15
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster9-7/+35
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster10-39/+44
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster3-26/+0
2017-02-21blockdev: Make orphaned -drive fatalMarkus Armbruster2-8/+8
2017-02-21blockdev: Improve message for orphaned -driveMarkus Armbruster1-4/+7