aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21coroutine-lock: make CoMutex thread-safePaolo Bonzini4-12/+245
2017-02-21block: document fields protected by AioContext lockPaolo Bonzini2-29/+49
2017-02-21async: remove unnecessary inc/dec pairsPaolo Bonzini3-15/+13
2017-02-21aio-posix: partially inline aio_dispatch into aio_pollPaolo Bonzini4-45/+20
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini17-50/+72
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini17-28/+71
2017-02-21block: explicitly acquire aiocontext in callbacks that need itPaolo Bonzini11-55/+68
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini10-7/+35
2017-02-21aio: push aio_context_acquire/release down to dispatchingPaolo Bonzini3-22/+20
2017-02-21qed: introduce qed_aio_start_io and qed_aio_next_io_cbPaolo Bonzini1-14/+25
2017-02-21blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini1-8/+1
2017-02-21coroutine-lock: reschedule coroutine on the AioContext it was running onPaolo Bonzini2-4/+2
2017-02-21nbd: convert to use qio_channel_yieldPaolo Bonzini5-141/+83
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini2-24/+109
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini7-5/+89
2017-02-21test-thread-pool: use generic AioContext infrastructurePaolo Bonzini1-9/+3
2017-02-21block-backend: allow blk_prw from coroutine contextPaolo Bonzini1-4/+8
2017-02-21aio: introduce aio_co_schedule and aio_co_wakePaolo Bonzini9-4/+453
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini17-64/+114
2017-02-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170221-1' into s...Peter Maydell9-221/+191
2017-02-21usb-ccid: add check message size checksGerd Hoffmann1-3/+10
2017-02-21usb-ccid: move header size checkGerd Hoffmann1-7/+6
2017-02-21usb-ccid: better bulk_out error handlingGerd Hoffmann1-55/+61
2017-02-21xhci: drop via vendor command handlingGerd Hoffmann1-31/+0
2017-02-21xhci: fix nec vendor quirk handlingGerd Hoffmann1-15/+29
2017-02-21xhci: add qemu xhci controllerGerd Hoffmann3-4/+38
2017-02-21xhci: drop ER_FULL_HACK workaroundGerd Hoffmann1-106/+11
2017-02-21xhci: apply limits to loopsGerd Hoffmann2-1/+15
2017-02-21usb: ohci: limit the number of link edsLi Qiang1-1/+8
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang1-1/+1
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang3-0/+15