aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-21shippable: add armeb-linux-user targetPhilippe Mathieu-Daudé1-1/+1
2017-06-21shippable: be verbose while building docker imagesPhilippe Mathieu-Daudé1-1/+1
2017-06-21shippable: do not initialize submodules automaticallyPhilippe Mathieu-Daudé1-0/+10
2017-06-21shippable: build using all available cpusPhilippe Mathieu-Daudé1-1/+1
2017-06-21shippable: use C locale to simplify console outputPhilippe Mathieu-Daudé1-0/+2
2017-06-21docker: add mipsel build targetPhilippe Mathieu-Daudé2-0/+30
2017-06-21docker: add extra libs to s390x target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+10
2017-06-21docker: add extra libs to arm64 target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: add extra libs to armhf target to extend codebase coveragePhilippe Mathieu-Daudé1-0/+11
2017-06-21docker: use eatmydata in debian arm64 imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata in debian armhf imagePhilippe Mathieu-Daudé1-2/+5
2017-06-21docker: use eatmydata, install common build packages in base imagePhilippe Mathieu-Daudé1-1/+4
2017-06-21docker: use better regex to generate deb-src entriesPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: install ca-certificates package in base imagePhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: rebuild image if 'extra files' checksum does not matchPhilippe Mathieu-Daudé1-3/+13
2017-06-21docker: add --include-files argument to 'build' commandPhilippe Mathieu-Daudé2-3/+12
2017-06-21docker: let _copy_with_mkdir() sub_path argument be optionalPhilippe Mathieu-Daudé1-1/+1
2017-06-21docker: update qemu:debian base following stretch releaseAlex Bennée1-8/+0
2017-06-20tcg/tci: fix tcg-interpreter buildPhilippe Mathieu-Daudé1-1/+1
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-286/+371
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell23-189/+698
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell66-596/+1895
2017-06-20Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell5-112/+169
2017-06-20Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-2/+42
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...Peter Maydell6-26/+66
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into s...Peter Maydell3-2/+12
2017-06-19migration: Fix race of image locking between src and dstFam Zheng4-18/+25
2017-06-16hw/i386: fix nvdimm check error pathStefan Hajnoczi1-6/+8
2017-06-16intel_iommu: cleanup vtd_interrupt_remap_msi()Peter Xu1-7/+5
2017-06-16intel_iommu: cleanup vtd_{do_}iommu_translate()Peter Xu3-24/+44
2017-06-16intel_iommu: switching the rest DPRINTF to tracePeter Xu2-245/+153
2017-06-16tests/q35-test: add TSEG size checksLaszlo Ersek1-0/+113
2017-06-16tests/q35-test: push down qtest_start / qtest_end to test case(s)Laszlo Ersek1-7/+5
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek3-3/+49
2017-06-16block: make accounting thread-safePaolo Bonzini2-2/+22
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini4-7/+12
2017-06-16block: introduce block_account_one_ioPaolo Bonzini1-29/+22
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini5-24/+94
2017-06-16migration/block: reset dirty bitmap before readingPaolo Bonzini1-1/+2
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini6-45/+58
2017-06-16block: protect tracked_requests and flush_queue with reqs_lockPaolo Bonzini3-7/+24
2017-06-16block: access write_gen with atomicsPaolo Bonzini3-5/+5
2017-06-16block: use Stat64 for wr_highest_offsetPaolo Bonzini3-7/+6
2017-06-16util: add stats64 modulePaolo Bonzini3-0/+331
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini3-7/+13
2017-06-16throttle-groups: do not use qemu_co_enter_nextPaolo Bonzini1-5/+37
2017-06-16throttle-groups: only start one coroutine from drained_beginPaolo Bonzini1-20/+25
2017-06-16block: access io_plugged with atomic opsPaolo Bonzini2-5/+7
2017-06-16block: access wakeup with atomic opsPaolo Bonzini5-7/+15
2017-06-16block: access serialising_in_flight with atomic opsPaolo Bonzini2-7/+9