summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | linux-user: Don't include gdbstub.h in qemu.hPeter Maydell2021-09-138-5/+8
| * | | linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-1352-163/+235
| * | | linux-user: Split safe-syscall macro into its own headerPeter Maydell2021-09-133-135/+155
| * | | linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-138-14/+40
| * | | linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-138-40/+65
| * | | linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-1323-36/+57
| * | | linux-user: Split strace prototypes into strace.hPeter Maydell2021-09-135-18/+42
| * | | linux-user: Fix coding style nits in qemu.hPeter Maydell2021-09-131-17/+30
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell2021-09-1616-30/+32
|\ \ \ \
| * | | | target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé2021-09-162-2/+1
| * | | | target/avr: Fix compiler errors (-Werror=enum-conversion)Stefan Weil2021-09-161-5/+3
| * | | | hw/vfio: Fix typo in commentsCai Huoqing2021-09-164-6/+6
| * | | | intel_iommu: Fix typo in commentsCai Huoqing2021-09-161-4/+4
| * | | | target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev2021-09-162-2/+2
| * | | | configure: add missing pc-bios/qemu_vga.ndrv symlink in build treeJohn Arbuckle2021-09-151-1/+3
| * | | | spelling: sytem => systemMichael Tokarev2021-09-152-3/+3
| * | | | qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé2021-09-151-0/+4
| * | | | hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé2021-09-151-3/+3
| * | | | util: Remove redundant checks in the openpty()AlexChen2021-09-151-4/+3
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210916-pull-request' ...Peter Maydell2021-09-1610-15/+157
|\ \ \ \ | |_|_|/ |/| | |
| * | | virtio-gpu: Add gl_flushed callbackVivek Kasireddy2021-09-151-2/+30
| * | | ui/gtk-egl: Wait for the draw signal for dmabuf blobsVivek Kasireddy2021-09-153-1/+18
| * | | ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-157-0/+68
| * | | ui/egl: Add egl helpers to help with synchronizationVivek Kasireddy2021-09-153-0/+30
| * | | ui/gtk: Create a common release_dmabuf helperVivek Kasireddy2021-09-153-11/+10
| * | | qxl: fix pre-save logicGerd Hoffmann2021-09-151-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-15' into...Peter Maydell2021-09-1526-217/+855
|\ \ \
| * | | qemu-img: Add -F shorthand to convertEric Blake2021-09-154-7/+11
| * | | qcow2-refcount: check_refblocks(): add separate message for reservedVladimir Sementsov-Ogievskiy2021-09-152-1/+10
| * | | qcow2-refcount: check_refcounts_l1(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-152-0/+7
| * | | qcow2-refcount: improve style of check_refcounts_l1()Vladimir Sementsov-Ogievskiy2021-09-151-48/+50
| * | | qcow2-refcount: check_refcounts_l2(): check reserved bitsVladimir Sementsov-Ogievskiy2021-09-152-1/+14
| * | | qcow2-refcount: check_refcounts_l2(): check l2_bitmapVladimir Sementsov-Ogievskiy2021-09-151-2/+26
| * | | qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmapVladimir Sementsov-Ogievskiy2021-09-151-3/+15
| * | | qcow2-refcount: introduce fix_l2_entry_by_zero()Vladimir Sementsov-Ogievskiy2021-09-151-27/+60
| * | | qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy2021-09-154-27/+36
| * | | qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy2021-09-153-9/+9
| * | | qcow2-refcount: improve style of check_refcounts_l2()Vladimir Sementsov-Ogievskiy2021-09-151-23/+24
| * | | qemu-img: Allow target be aligned to sector sizeHanna Reitz2021-09-151-0/+8
| * | | qcow2: handle_dependencies(): relax conflict detectionVladimir Sementsov-Ogievskiy2021-09-153-3/+17
| * | | qcow2: refactor handle_dependencies() loop bodyVladimir Sementsov-Ogievskiy2021-09-151-21/+28
| * | | simplebench: add img_bench_templater.pyVladimir Sementsov-Ogievskiy2021-09-152-0/+157
| * | | block: bdrv_inactivate_recurse(): check for permissions and fix crashVladimir Sementsov-Ogievskiy2021-09-152-1/+9
| * | | tests: add migrate-during-backupVladimir Sementsov-Ogievskiy2021-09-152-0/+102
| * | | block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()Stefano Garzarella2021-09-151-9/+16
| * | | iotests/297: Cover tests/Hanna Reitz2021-09-151-2/+3
| * | | mirror-top-perms: Fix AbnormalShutdown pathHanna Reitz2021-09-151-1/+1
| * | | migrate-bitmaps-test: Fix pylint warningsHanna Reitz2021-09-151-18/+25
| * | | migrate-bitmaps-postcopy-test: Fix pylint warningsHanna Reitz2021-09-151-6/+7
| * | | iotests/297: Drop 169 and 199 from the skip listHanna Reitz2021-09-151-1/+1