aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-06tcg: Add tcg_gen_gvec_dup_tlRichard Henderson
2020-05-06tcg: Remove tcg_gen_gvec_dup{8,16,32,64}iRichard Henderson
2020-05-06tcg: Use tcg_gen_gvec_dup_imm in logical simplificationsRichard Henderson
2020-05-06target/arm: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06target/s390x: Use tcg_gen_gvec_dup_immRichard Henderson
2020-05-06tcg: Add tcg_gen_gvec_dup_immRichard Henderson
2020-05-06Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-0...Peter Maydell
2020-05-06target/m68k: fix gdb for m68xxxKONRAD Frederic
2020-05-06tests/tcg: add a multiarch linux-user gdb testAlex Bennée
2020-05-06tests/guest-debug: use the unix socket for linux-user testsAlex Bennée
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-05-06gdbstub: eliminate gdbserver_fd globalAlex Bennée
2020-05-06tests/tcg: drop inferior.was_attached() testAlex Bennée
2020-05-06tests/tcg: better trap gdb failuresAlex Bennée
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-05-06configure: favour gdb-multiarch if we have itAlex Bennée
2020-05-06.travis.yml: reduce the load on [ppc64] GCC check-tcgAlex Bennée
2020-05-06.cirrus.yml: bootstrap pkg unconditionallyLi-Wen Hsu
2020-05-06.cirrus.yml: bump FreeBSD to the current stable releaseAlex Bennée
2020-05-06.travis.yml: drop MacOSXAlex Bennée
2020-05-06.travis.yml: show free disk space at end of runAlex Bennée
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-05block/block-copy: use aio-task-pool APIVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: refactor task creationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: add state pointer to BlockCopyTaskVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: alloc task on each iterationVladimir Sementsov-Ogievskiy
2020-05-05block/block-copy: rename in-flight requests to tasksVladimir Sementsov-Ogievskiy
2020-05-05Fix iotest 153Maxim Levitsky
2020-05-05block: Comment cleanupsEric Blake
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-05-05iotests: use python logging for iotests.log()John Snow
2020-05-05iotests: Mark verify functions as privateJohn Snow
2020-05-05iotest 258: use script_mainJohn Snow
2020-05-05iotests: add script_initializeJohn Snow
2020-05-05iotests: add hmp helper with loggingJohn Snow
2020-05-05iotests: limit line length to 79 charsJohn Snow
2020-05-05iotests: touch up log function signatureJohn Snow
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow
2020-05-05iotests: alphabetize standard importsJohn Snow
2020-05-05iotests: add pylintrc fileJohn Snow
2020-05-05iotests: replace mutable list default argsJohn Snow
2020-05-05iotests: ignore import warnings from pylintJohn Snow
2020-05-05iotests: don't use 'format' for drive_addJohn Snow
2020-05-05iotests: do a light delintingJohn Snow
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy