summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Revert "hw/mips: MIPS Boston board support"Peter Maydell
2017-02-23Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into stagingPeter Maydell
2017-02-21hw/mips: MIPS Boston board supportPaul Burton
2017-02-21hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton
2017-02-21loader: Support Flattened Image Trees (FIT images)Paul Burton
2017-02-21dtc: Update requirement to v1.4.2Paul Burton
2017-02-21target-mips: Provide function to test if a CPU supports an ISAPaul Burton
2017-02-21hw/mips_gic: Update pin state on mask changesPaul Burton
2017-02-21hw/mips_gictimer: provide API for retrieving frequencyPaul Burton
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton
2017-02-21Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170221' into s...Peter Maydell
2017-02-21monitor: Fix crashes when using HMP commands without CPUThomas Huth
2017-02-21monitor: add poll-* properties into query-iothreads resultPavel Hrdina
2017-02-21hmp: fix block_set_io_throttleEric Blake
2017-02-21Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-02-21qemu-options: Fix broken sheepdog URLThomas Huth
2017-02-21mirror: do not increase offset during initial zero_or_discard phaseAnton Nefedov
2017-02-21QAPI: Fix blockdev-add example documentationJeff Cody
2017-02-21iscsi: Add blockdev-add supportKevin Wolf
2017-02-21iscsi: Add timeout optionKevin Wolf
2017-02-21iscsi: Add header-digest optionKevin Wolf
2017-02-21iscsi: Add initiator-name optionKevin Wolf
2017-02-21iscsi: Handle -iscsi user/password in bdrv_parse_filename()Kevin Wolf
2017-02-21iscsi: Split URL into individual optionsKevin Wolf
2017-02-21Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2017-02-21' into...Peter Maydell
2017-02-21hw/i386: Deprecate -drive if=scsi with PC machine typesMarkus Armbruster
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster
2017-02-21blockdev: Make orphaned -drive fatalMarkus Armbruster
2017-02-21blockdev: Improve message for orphaned -driveMarkus Armbruster
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster
2017-02-21hw: Default -drive to if=none instead of ide when ide cannot workMarkus Armbruster
2017-02-21hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster
2017-02-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-02-21coroutine-lock: make CoRwlock thread-safe and fairPaolo Bonzini
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini
2017-02-21coroutine-lock: place CoMutex before CoQueue in headerPaolo Bonzini
2017-02-21test-aio-multithread: add performance comparison with thread-based mutexesPaolo Bonzini
2017-02-21coroutine-lock: add limited spinning to CoMutexPaolo Bonzini