aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-16block: make accounting thread-safePaolo Bonzini
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini
2017-06-16block: introduce block_account_one_ioPaolo Bonzini
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini
2017-06-16migration/block: reset dirty bitmap before readingPaolo Bonzini
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini
2017-06-16block: access write_gen with atomicsPaolo Bonzini
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini
2017-06-16util: add stats64 modulePaolo Bonzini
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini
2017-06-16throttle-groups: do not use qemu_co_enter_nextPaolo Bonzini
2017-06-16throttle-groups: only start one coroutine from drained_beginPaolo Bonzini
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini
2017-06-16block: access wakeup with atomic opsPaolo Bonzini
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini
2017-06-16block: access quiesce_counter with atomic opsPaolo Bonzini
2017-06-16block: access copy_on_read with atomic opsPaolo Bonzini
2017-06-16docker: Add flex and bison to centos6 imageFam Zheng
2017-06-16docker: Add libaio to fedora imageFam Zheng
2017-06-16docker: Add bzip2 and hostname to fedora imageFam Zheng
2017-06-16docker: Run tests with current userFam Zheng
2017-06-15Merge remote-tracking branch 'remotes/rth/tags/pull-s390-20170613' into stagingPeter Maydell
2017-06-15vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi
2017-06-15qemu-doc: include version numberPaolo Bonzini
2017-06-15docs: create interop/ subdirectoryPaolo Bonzini
2017-06-15include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth
2017-06-15include/exec/poison: Add missing TARGET definesThomas Huth
2017-06-15nbd/server: refactor nbd_tripVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: rename rc to retVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of fail: return rcVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: nbd_negotiate: fix error pathVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: remove NBDClientNewDataVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: refactor nbd_co_receive_requestVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of EAGAIN dead codeVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: refactor nbd_co_send_replyVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of ssize_tVladimir Sementsov-Ogievskiy
2017-06-15nbd/server: get rid of nbd_negotiate_read and friendsVladimir Sementsov-Ogievskiy
2017-06-15nbd: make nbd_drop publicVladimir Sementsov-Ogievskiy
2017-06-15nbd: rename read_sync and friendsVladimir Sementsov-Ogievskiy
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong
2017-06-15accel: split the tcg accelerator from accel.c fileYang Zhong
2017-06-15qemu-nbd: Ignore SIGPIPEMax Reitz
2017-06-15nbd: Fix regression on resiliency to port scanEric Blake
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini
2017-06-15kvm-all: make async_safe_run_on_cpu safe on kvm tooRoman Kagan