aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-05ui: Mark the '-no-quit' option as deprecatedThomas Huth3-2/+11
2021-07-05ui: Fix the "-display sdl,window_close=..." parameterThomas Huth3-2/+13
2021-07-05softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth1-2/+0
2021-07-05Makefile: Remove /usr/bin/env wrapper from the SHELL variableThomas Huth1-1/+1
2021-07-05Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210705' int...Peter Maydell19-48/+177
2021-07-05Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell12-83/+423
2021-07-059pfs: reduce latency of TwalkChristian Schoenebeck1-19/+70
2021-07-059pfs: drop root_qidChristian Schoenebeck2-2/+0
2021-07-059pfs: replace not_same_qid() by same_stat_id()Christian Schoenebeck1-3/+3
2021-07-059pfs: drop fid_to_qid()Christian Schoenebeck1-18/+5
2021-07-059pfs: capture root statChristian Schoenebeck2-1/+10
2021-07-059pfs: fix not_same_qid()Christian Schoenebeck1-4/+1
2021-07-059pfs: simplify v9fs_walk()Christian Schoenebeck1-4/+5
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck18-0/+86
2021-07-05migration/rdma: Use error_report to suppress errno messageLi Zhijian1-2/+2
2021-07-05tests/migration: fix "downtime_limit" type when "migrate-set-parameters"Hyman Huang(黄勇)1-1/+1
2021-07-05tests/migration: parse the thread-id key of CpuInfoFastHyman Huang(黄勇)1-1/+1
2021-07-05virtiofsd: Add an option to enable/disable posix aclsVivek Goyal3-1/+118
2021-07-05virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattrVivek Goyal1-0/+75
2021-07-05virtiofsd: Add capability to change/restore umaskVivek Goyal1-6/+16
2021-07-05virtiofsd: Add umask to seccom allow listVivek Goyal1-0/+1
2021-07-05virtiofsd: Add support for extended setxattrVivek Goyal3-3/+14
2021-07-05virtiofsd: Fix xattr operations overwriting errnoVivek Goyal1-6/+10
2021-07-05virtiofsd: Fix fuse setxattr() API change issueVivek Goyal2-1/+11
2021-07-05virtiofsd: Don't allow file creation with FUSE_OPENGreg Kurz1-0/+6
2021-07-05docs: describe the security considerations with virtiofsd xattr mappingDaniel P. Berrangé1-5/+50
2021-07-05virtiofsd: use GDateTime for formatting timestamp for debug messagesDaniel P. Berrangé1-21/+4
2021-07-05migration: failover: continue to wait card unplug on errorLaurent Vivier1-0/+11
2021-07-05migration: move wait-unplug loop to its own functionLaurent Vivier1-28/+26
2021-07-05migration: Allow reset of postcopy_recover_triggered when failedPeter Xu1-0/+13
2021-07-05migration: Move yank outside qemu_start_incoming_migration()Peter Xu1-6/+5
2021-07-05migration: fix the memory overwriting risk in add_to_iovecFeng Lin1-0/+5
2021-07-05tests: migration-test: Add dirty ring testPeter Xu1-3/+55
2021-07-05Merge remote-tracking branch 'remotes/marcel/tags/pvrdma-04-07-2021-v2' into ...Peter Maydell3-1/+13
2021-07-04pvrdma: Fix the ring init error flow (CVE-2021-3608)Marcel Apfelbaum1-1/+1
2021-07-04pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum1-0/+5
2021-07-04hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)Marcel Apfelbaum1-0/+7
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell15-9456/+9603
2021-07-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'...Peter Maydell20-209/+1760
2021-07-02hw/mips/jazz: Map the UART devices unconditionallyPhilippe Mathieu-Daudé1-10/+6
2021-07-02hw/mips/jazz: specify correct endian for dp8393x deviceMark Cave-Ayland1-1/+8
2021-07-02hw/m68k/q800: fix PROM checksum and MAC address storageMark Cave-Ayland1-5/+2
2021-07-02qemu/bitops.h: add bitrev8 implementationMark Cave-Ayland1-0/+22
2021-07-02dp8393x: remove onboard PROM containing MAC address and checksumMark Cave-Ayland1-24/+0
2021-07-02hw/m68k/q800: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland1-2/+22
2021-07-02hw/mips/jazz: move PROM and checksum calculation from dp8393x device to boardMark Cave-Ayland1-1/+22
2021-07-02dp8393x: convert to trace-eventsMark Cave-Ayland2-35/+37
2021-07-02dp8393x: checkpatch fixesMark Cave-Ayland1-109/+122
2021-07-02g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland1-1/+11
2021-07-02g364fb: use RAM memory region for framebufferMark Cave-Ayland1-11/+9