summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docker: use eatmydata, install common build packages in base imagePhilippe Mathieu-Daudé2017-06-211-1/+4
* docker: use better regex to generate deb-src entriesPhilippe Mathieu-Daudé2017-06-211-1/+1
* docker: install ca-certificates package in base imagePhilippe Mathieu-Daudé2017-06-211-1/+1
* docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé2017-06-211-3/+13
* docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé2017-06-212-3/+12
* docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé2017-06-211-1/+1
* docker: update qemu:debian base following stretch releaseAlex Bennée2017-06-211-8/+0Star
* tcg/tci: fix tcg-interpreter buildPhilippe Mathieu-Daudé2017-06-201-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-06-208-286/+371
|\
| * hw/i386: fix nvdimm check error pathStefan Hajnoczi2017-06-161-6/+8
| * intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu2017-06-161-7/+5Star
| * intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu2017-06-163-24/+44
| * intel_iommu: switching the rest DPRINTF to tracePeter Xu2017-06-162-245/+153Star
| * tests/q35-test: add TSEG size checksLaszlo Ersek2017-06-161-0/+113
| * tests/q35-test: push down qtest_start / qtest_end to test case(s)Laszlo Ersek2017-06-161-7/+5Star
| * q35/mch: implement extended TSEG sizesLaszlo Ersek2017-06-163-3/+49
* | Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell2017-06-2023-189/+698
|\ \
| * | block: make accounting thread-safePaolo Bonzini2017-06-162-2/+22
| * | block: split BlockAcctStats creation and setupPaolo Bonzini2017-06-164-7/+12
| * | block: introduce block_account_one_ioPaolo Bonzini2017-06-161-29/+22Star
| * | block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2017-06-165-24/+94
| * | migration/block: reset dirty bitmap before readingPaolo Bonzini2017-06-161-1/+2
| * | block: introduce dirty_bitmap_mutexPaolo Bonzini2017-06-166-45/+58
| * | block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini2017-06-163-7/+24
| * | block: access write_gen with atomicsPaolo Bonzini2017-06-163-5/+5
| * | block: use Stat64 for wr_highest_offsetPaolo Bonzini2017-06-163-7/+6Star
| * | util: add stats64 modulePaolo Bonzini2017-06-163-0/+331
| * | throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini2017-06-163-7/+13
| * | throttle-groups: do not use qemu_co_enter_nextPaolo Bonzini2017-06-161-5/+37
| * | throttle-groups: only start one coroutine from drained_beginPaolo Bonzini2017-06-161-20/+25
| * | block: access io_plugged with atomic opsPaolo Bonzini2017-06-162-5/+7
| * | block: access wakeup with atomic opsPaolo Bonzini2017-06-165-7/+15
| * | block: access serialising_in_flight with atomic opsPaolo Bonzini2017-06-162-7/+9
| * | block: access io_limits_disabled with atomic opsPaolo Bonzini2017-06-163-4/+5
| * | block: access quiesce_counter with atomic opsPaolo Bonzini2017-06-162-2/+3
| * | block: access copy_on_read with atomic opsPaolo Bonzini2017-06-164-12/+15
| * | docker: Add flex and bison to centos6 imageFam Zheng2017-06-161-1/+1
| * | docker: Add libaio to fedora imageFam Zheng2017-06-161-1/+1
| * | docker: Add bzip2 and hostname to fedora imageFam Zheng2017-06-161-1/+1
| * | docker: Run tests with current userFam Zheng2017-06-161-1/+1
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-06-2066-596/+1895
|\ \
| * | vhost-user-scsi: Introduce a vhost-user-scsi sample applicationFelipe Franciosi2017-06-155-5/+900
| * | vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-1510-1/+315
| * | qemu-doc: include version numberPaolo Bonzini2017-06-152-14/+8Star
| * | docs: create interop/ subdirectoryPaolo Bonzini2017-06-1513-39/+50
| * | include/exec/poison: Mark some CONFIG defines as poisoned, tooThomas Huth2017-06-151-0/+20
| * | include/exec/poison: Add missing TARGET definesThomas Huth2017-06-151-0/+11
| * | nbd/server: refactor nbd_tripVladimir Sementsov-Ogievskiy2017-06-151-33/+20Star
| * | nbd/server: rename rc to retVladimir Sementsov-Ogievskiy2017-06-151-19/+19
| * | nbd/server: get rid of fail: return rcVladimir Sementsov-Ogievskiy2017-06-151-16/+12Star