summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster1-2/+6
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster3-3/+0
2017-02-21hw: Default -drive to if=none instead of ide when ide cannot workMarkus Armbruster1-5/+4
2017-02-21hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster2-0/+10
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster12-0/+15
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell67-532/+1711
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini2-12/+26
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini9-16/+34
2017-02-21coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini1-45/+44
2017-02-21test-aio-multithread: add performance comparison with thread-based mutexesPaolo Bonzini1-0/+164
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini3-7/+51