aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Update version for v3.0.0-rc3 releasev3.0.0-rc3Peter Maydell1-1/+1
2018-07-31Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-31' in...Peter Maydell1-1/+43
2018-07-31monitor: temporary fix for dead-lock on event recursionMarc-André Lureau1-1/+43
2018-07-31Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell3-6/+39
2018-07-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-15/+14
2018-07-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180731' into stagingPeter Maydell1-0/+1
2018-07-31linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat1-2/+6
2018-07-31tests: add check_invalid_maps to test-mmapAlex Bennée1-1/+21
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée1-3/+12
2018-07-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-41/+449
2018-07-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180730'...Peter Maydell6-9/+5
2018-07-30s390x/sclp: fix maxram calculationChristian Borntraeger1-0/+1
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe Mathieu-Daudé1-6/+0
2018-07-30hw/misc/tz-mpc: Zero the LUT on initialization, not just resetPeter Maydell1-1/+1
2018-07-30hw/arm/iotkit: Fix IRQ number for timer1Peter Maydell1-1/+1
2018-07-30armv7m_nvic: Fix m-security subsection namePeter Maydell1-1/+1
2018-07-30hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()Geert Uytterhoeven1-0/+1
2018-07-30arm/smmuv3: Fix missing VMSD terminatorDr. David Alan Gilbert1-0/+1
2018-07-30qemu-iotests: Test query-blockstats with -drive and -blockdevKevin Wolf3-0/+307
2018-07-30block/qapi: Include anonymous BBs in query-blockstatsKevin Wolf1-1/+5
2018-07-30block/qapi: Add 'qdev' field to query-blockstats resultKevin Wolf2-4/+20
2018-07-30file-posix: Fix write_zeroes with unmap on block devicesKevin Wolf1-15/+44
2018-07-30block: Fix documentation for BDRV_REQ_MAY_UNMAPKevin Wolf1-5/+6
2018-07-30iotests: Add test for 'qemu-img convert -C' compatibilityFam Zheng2-0/+19
2018-07-30qemu-img: Add -C option for convert with copy offloadingFam Zheng3-6/+25
2018-07-30Revert "qemu-img: Document copy offloading implications with -S and -c"Fam Zheng1-4/+2
2018-07-30iotests: Don't lock /dev/null in 226Fam Zheng1-2/+2
2018-07-30docs: Describe using images in writing iotestsFam Zheng1-0/+11
2018-07-30file-posix: Handle EINTR in preallocation=full writeFam Zheng1-0/+3
2018-07-30qcow2: A grammar fix in conflicting cache sizing error messageLeonid Bloch3-4/+4
2018-07-30qcow: fix a reference leakKONRAD Frederic1-0/+1
2018-07-30backends/cryptodev: remove dead codeJay Zhou1-5/+0
2018-07-30timer: remove replay clock probe in deadline calculationPavel Dovgalyuk1-9/+2
2018-07-30i386: implement MSR_SMI_COUNT for TCGPaolo Bonzini2-0/+4
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini4-1/+8
2018-07-30Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-07-27-v2'...Peter Maydell7-10/+14
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster6-8/+8
2018-07-28qstring: Assert size calculations don't overflowMarkus Armbruster1-1/+5
2018-07-28qstring: Fix qstring_from_substr() not to provoke int overflowliujunjie2-2/+2
2018-07-24Update version for v3.0.0-rc2 releasev3.0.0-rc2Peter Maydell1-1/+1
2018-07-24Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180724a'...Peter Maydell4-7/+32
2018-07-24Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell7-76/+49
2018-07-24tests: fix TLS handshake failure with TLS 1.3Daniel P. Berrangé1-2/+2
2018-07-24tests: use error_abort in places expecting errorsDaniel P. Berrangé3-72/+39
2018-07-24tests: don't silence error reporting for all testsDaniel P. Berrangé2-1/+4
2018-07-24tests: call qcrypto_init instead of gnutls_global_initDaniel P. Berrangé2-1/+4
2018-07-24migration: fix duplicate initialization for expected_downtime and cleanup_bhLidong Chen1-2/+0
2018-07-24tests: only update last_byte when at the edgePeter Xu1-1/+1
2018-07-24migration: disallow recovery for release-ramPeter Xu1-0/+19
2018-07-24migration: update recv bitmap only on dest vmPeter Xu1-2/+9