aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-02tests/acceptance: Test Linux on the Fuloong 2E machinePhilippe Mathieu-Daudé2-0/+43
2021-07-02hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bitPhilippe Mathieu-Daudé1-2/+2
2021-07-02target/arm: Implement MVE shifts by registerPeter Maydell5-4/+57
2021-07-02target/arm: Implement MVE shifts by immediatePeter Maydell5-10/+105
2021-07-02target/arm: Implement MVE long shifts by registerPeter Maydell5-3/+182
2021-07-02target/arm: Implement MVE long shifts by immediatePeter Maydell5-0/+132
2021-07-02target/arm: Implement MVE VADDLVPeter Maydell4-1/+90
2021-07-02target/arm: Implement MVE VSHLCPeter Maydell4-0/+72
2021-07-02target/arm: Implement MVE saturating narrowing shiftsPeter Maydell4-0/+174
2021-07-02target/arm: Implement MVE VSHRN, VRSHRNPeter Maydell4-0/+76
2021-07-02target/arm: Implement MVE VSRI, VSLIPeter Maydell4-0/+62
2021-07-02target/arm: Implement MVE VSHLLPeter Maydell4-4/+105
2021-07-02target/arm: Implement MVE vector shift right by immediate insnsPeter Maydell6-18/+72
2021-07-02target/arm: Implement MVE vector shift left by immediate insnsPeter Maydell4-0/+147
2021-07-02target/arm: Implement MVE logical immediate insnsPeter Maydell4-0/+95
2021-07-02target/arm: Use dup_const() instead of bitfield_replicate()Peter Maydell1-1/+1
2021-07-02target/arm: Use asimd_imm_const for A64 decodePeter Maydell3-82/+24
2021-07-02target/arm: Make asimd_imm_const() publicPeter Maydell3-63/+73
2021-07-02target/arm: Fix bugs in MVE VRMLALDAVH, VRMLSLDAVHPeter Maydell1-17/+21
2021-07-02target/arm: Fix MVE widening/narrowing VLDR/VSTR offset calculationPeter Maydell1-8/+9
2021-07-02hw/gpio/gpio_pwr: use shutdown function for rebootMaxim Uvarov1-1/+1
2021-07-02target/arm: Check NaN mode before silencing NaNJoe Komlodi2-9/+27