aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-07copy-on-read: Support compressed writesMax Reitz1-0/+11
2020-09-07throttle: Support compressed writesMax Reitz1-0/+10
2020-09-07block: Add bdrv_supports_compressed_writes()Max Reitz2-0/+24
2020-09-07block: Drop bdrv_is_encrypted()Max Reitz3-10/+1
2020-09-07block: Include filters when freezing backing chainMax Reitz1-21/+39
2020-09-07block: bdrv_set_backing_hd() is about bs->backingMax Reitz1-2/+2
2020-09-07block: bdrv_cow_child() for bdrv_has_zero_init()Max Reitz1-1/+1
2020-09-07block: Add chain helper functionsMax Reitz2-0/+65
2020-09-07block: Add child access functionsMax Reitz2-3/+132
2020-09-07block/nvme: Use an array of EventNotifierPhilippe Mathieu-Daudé1-10/+21
2020-09-07block/nvme: Extract nvme_poll_queue()Philippe Mathieu-Daudé1-17/+27
2020-09-07block/nvme: Simplify nvme_create_queue_pair() argumentsPhilippe Mathieu-Daudé1-6/+7
2020-09-07block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILEPhilippe Mathieu-Daudé1-1/+2
2020-09-07block/nvme: Simplify nvme_init_queue() argumentsPhilippe Mathieu-Daudé1-4/+3
2020-09-07block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)Philippe Mathieu-Daudé1-5/+5
2020-09-07block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memsetPhilippe Mathieu-Daudé1-7/+9
2020-09-07block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structuresPhilippe Mathieu-Daudé1-16/+15
2020-09-07block/nvme: Rename local variablePhilippe Mathieu-Daudé1-10/+9
2020-09-07block/nvme: Use common error path in nvme_add_io_queue()Philippe Mathieu-Daudé1-4/+5
2020-09-07block/nvme: Improve error message when IO queue creation failedPhilippe Mathieu-Daudé1-2/+2
2020-09-07block/nvme: Define INDEX macros to ease code reviewPhilippe Mathieu-Daudé1-14/+19
2020-09-07block/nvme: Let nvme_create_queue_pair() fail gracefullyPhilippe Mathieu-Daudé1-2/+10
2020-09-07block/nvme: Avoid further processing if trace event not enabledPhilippe Mathieu-Daudé1-0/+3
2020-09-07block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé1-1/+1
2020-09-07block: Raise an error when backing file parameter is an empty stringConnor Kuehl3-0/+13
2020-09-06Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200904-pull-request' i...Peter Maydell4-26/+40
2020-09-05Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200903' into stagingPeter Maydell3-67/+143
2020-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' into ...Peter Maydell9-76/+108
2020-09-04Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell6-1/+337
2020-09-04ui/gtk: Update refresh interval after widget is realizedPhilippe Mathieu-Daudé1-26/+26
2020-09-04ui: Add more mouse buttons to SPICEFrediano Ziglio1-0/+2
2020-09-04vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_stringPan Nengyuan1-0/+1
2020-09-04ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()Pan Nengyuan1-0/+11
2020-09-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell7-9/+283
2020-09-03tcg: Implement 256-bit dup for tcg_gen_gvec_dup_memRichard Henderson1-3/+49
2020-09-03tcg: Eliminate one store for in-place 128-bit dup_memRichard Henderson1-2/+2
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson1-1/+10
2020-09-03tcg: Fix tcg gen for vectorized absolute valueStephen Long1-2/+3
2020-09-03cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson1-59/+79
2020-09-03Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-0...Peter Maydell18-89/+183
2020-09-03Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...Peter Maydell9-95/+208
2020-09-03gitlab-ci.yml: Set artifacts expiration timeThomas Huth1-0/+4
2020-09-03gitlab-ci.yml: Run check-qtest and check-unit at the end of the fuzzer jobThomas Huth1-2/+4
2020-09-03gitlab/travis: Rework the disabled features testsThomas Huth2-13/+19
2020-09-03libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster6-29/+29
2020-09-03tests/qtest/ipmi-kcs: Fix assert side-effectPhilippe Mathieu-Daudé1-1/+2
2020-09-03tests/qtest/tpm: Declare input buffers const and staticPhilippe Mathieu-Daudé2-7/+7
2020-09-03tests/qtest/ahci: Improve error handling (NEGATIVE_RETURNS)Philippe Mathieu-Daudé1-0/+1
2020-09-03hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth3-13/+48
2020-09-03configure: Add system = 'linux' for meson when cross-compilingThomas Huth1-0/+3