summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell2020-10-2717-40/+1528
|\ \ \ \ \ \
| * | | | | | tests/acceptance: Add virtiofs_submounts.pyMax Reitz2020-10-265-0/+630
| * | | | | | tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz2020-10-261-6/+7
| * | | | | | virtiofsd: Announce sub-mount pointsMax Reitz2020-10-262-8/+60
| * | | | | | virtiofsd: Store every lo_inode's parent_devMax Reitz2020-10-261-0/+17
| * | | | | | virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz2020-10-262-2/+27
| * | | | | | virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2020-10-262-4/+14
| * | | | | | virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz2020-10-262-0/+15
| * | | | | | linux/fuse.h: Pull in from LinuxMax Reitz2020-10-261-1/+10
| * | | | | | tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert2020-10-262-1/+130
| * | | | | | tools/virtiofsd: xattr name mapping examplesDr. David Alan Gilbert2020-10-261-0/+50
| * | | | | | tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert2020-10-261-0/+90
| * | | | | | tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert2020-10-261-3/+98
| * | | | | | tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert2020-10-262-0/+265
| * | | | | | virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi2020-10-263-9/+88
| * | | | | | virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro2020-10-261-4/+3Star
| * | | | | | configure: add option for virtiofsdMisono Tomohiro2020-10-264-3/+25
* | | | | | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2020-10-272-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Add execute bit back to scripts/tracetool.pyAnthony PERARD2020-10-261-0/+0
| * | | | | | | trace/simple: Enable tracing on startup only if the user specifies a trace op...Josh DuBois2020-10-261-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell2020-10-2713-103/+213
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | migration-test: Only hide error if !QTEST_LOGPeter Xu2020-10-261-1/+5
| * | | | | | migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu2020-10-261-3/+3
| * | | | | | migration: Sync requested pages after postcopy recoveryPeter Xu2020-10-262-0/+58
| * | | | | | migration: Maintain postcopy faulted addressesPeter Xu2020-10-264-5/+74
| * | | | | | migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2020-10-262-2/+10
| * | | | | | migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu2020-10-261-3/+5
| * | | | | | migration: using trace_ to replace DPRINTFBihong Yu2020-10-263-28/+34
| * | | | | | migration: Delete redundant spacesBihong Yu2020-10-261-1/+1
| * | | | | | migration: Open brace '{' following function declarations go on the next lineBihong Yu2020-10-261-1/+2
| * | | | | | migration: Do not initialise statics and globals to 0 or NULLBihong Yu2020-10-262-2/+2
| * | | | | | migration: Add braces {} for if statementBihong Yu2020-10-261-2/+4
| * | | | | | migration: Open brace '{' following struct go on the same lineBihong Yu2020-10-261-2/+1Star
| * | | | | | migration: Add spaces around operatorBihong Yu2020-10-265-10/+10
| * | | | | | migration: Don't use '#' flag of printf formatBihong Yu2020-10-262-3/+3
| * | | | | | migration: Do not use C99 // commentsBihong Yu2020-10-262-2/+2
| * | | | | | migration: Drop unused VMSTATE_FLOAT64 supportPeter Maydell2020-10-262-39/+0Star
| |/ / / / /
* | | | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell2020-10-261-14/+12Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun2020-10-261-12/+9Star
| * | | | | migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter2020-10-261-2/+3
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2020-10-262-13/+16
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng2020-10-261-0/+1
| * | | | hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2020-10-262-2/+2
| * | | | hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé2020-10-261-4/+4
| * | | | hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé2020-10-261-6/+5Star
| * | | | hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé2020-10-261-1/+4
| |/ / /
* | | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-2634-333/+416
|\ \ \ \ | |_|/ / |/| | |
| * | | machine: move SMP initialization from vl.cPaolo Bonzini2020-10-262-7/+7
| * | | machine: move UP defaults to class_base_initPaolo Bonzini2020-10-262-6/+5Star
| * | | machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-265-48/+6Star