aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-28Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...Peter Maydell8-42/+74
2020-10-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re...Peter Maydell25-834/+899
2020-10-28Revert series: virtiofsd: Announce submounts to the guestAlex Williamson12-780/+21
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell14-43/+365
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-2...Peter Maydell3-3/+42
2020-10-27Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell17-40/+1528
2020-10-27Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2-1/+5
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell13-103/+213
2020-10-27target/rx: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-27target/rx: Fix some comment spelling errorsLichang Zhao2-2/+2
2020-10-27target/sh4: fix some comment spelling errorsLichang Zhao3-3/+3
2020-10-27target/sh4: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé2-6/+10
2020-10-27hw/timer/sh_timer: Remove superfluous "break" statementsThomas Huth1-3/+0
2020-10-27hw/timer/sh_timer: Silence warnings about missing fallthrough statementsThomas Huth1-0/+4
2020-10-27hw/timer/sh_timer: Coding style clean-upThomas Huth1-32/+57
2020-10-27elf: Add EM_RX definitionYoshinori Sato1-0/+2
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell1-14/+12
2020-10-26tests/acceptance: Add virtiofs_submounts.pyMax Reitz5-0/+630
2020-10-26tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz1-6/+7
2020-10-26virtiofsd: Announce sub-mount pointsMax Reitz2-8/+60
2020-10-26virtiofsd: Store every lo_inode's parent_devMax Reitz1-0/+17
2020-10-26virtiofsd: Add fuse_reply_attr_with_flags()Max Reitz2-2/+27
2020-10-26virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2-4/+14
2020-10-26virtiofsd: Announce FUSE_ATTR_FLAGSMax Reitz2-0/+15
2020-10-26linux/fuse.h: Pull in from LinuxMax Reitz1-1/+10
2020-10-26tools/virtiofsd: xattr name mappings: Simple 'map'Dr. David Alan Gilbert2-1/+130
2020-10-26tools/virtiofsd: xattr name mapping examplesDr. David Alan Gilbert1-0/+50
2020-10-26tools/virtiofsd: xattr name mappings: Map server xattr namesDr. David Alan Gilbert1-0/+90
2020-10-26tools/virtiofsd: xattr name mappings: Map client xattr namesDr. David Alan Gilbert1-3/+98
2020-10-26tools/virtiofsd: xattr name mappings: Add optionDr. David Alan Gilbert2-0/+265
2020-10-26virtiofsd: add container-friendly -o sandbox=chroot optionStefan Hajnoczi3-9/+88
2020-10-26virtiofsd: passthrough_ll: set FUSE_LOG_INFO as default log_levelMisono Tomohiro1-4/+3
2020-10-26configure: add option for virtiofsdMisono Tomohiro4-3/+25
2020-10-26docs/devel/testing.rst: Update outdated Avocado URLsPhilippe Mathieu-Daudé1-2/+2
2020-10-26tests/acceptance: Allow running Orange Pi test using cached artifactsPhilippe Mathieu-Daudé1-0/+2
2020-10-26tests/acceptance: Add a 'virt_kvm' test using the GICv3Philippe Mathieu-Daudé1-1/+16
2020-10-26tests/boot_linux_console: Boot Trusted Firmware-A on the Raspberry Pi 3Philippe Mathieu-Daudé1-0/+22
2020-10-26Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2-13/+16
2020-10-26Add execute bit back to scripts/tracetool.pyAnthony PERARD1-0/+0
2020-10-26trace/simple: Enable tracing on startup only if the user specifies a trace op...Josh DuBois1-1/+5
2020-10-26migration-test: Only hide error if !QTEST_LOGPeter Xu1-1/+5
2020-10-26migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu1-3/+3
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu2-0/+58
2020-10-26migration: Maintain postcopy faulted addressesPeter Xu4-5/+74
2020-10-26migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2-2/+10
2020-10-26migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu1-3/+5
2020-10-26migration: using trace_ to replace DPRINTFBihong Yu3-28/+34
2020-10-26migration: Delete redundant spacesBihong Yu1-1/+1
2020-10-26migration: Open brace '{' following function declarations go on the next lineBihong Yu1-1/+2
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu2-2/+2