aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-03hw/mips: Remove the 'r4k' machinePhilippe Mathieu-Daudé8-348/+7
2020-11-03Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag'...Peter Maydell6-41/+1106
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell17-486/+581
2020-11-02qga: add ssh-get-authorized-keysMarc-André Lureau3-2/+106
2020-11-02meson: minor simplificationMarc-André Lureau1-6/+1
2020-11-02qga: add *reset argument to ssh-add-authorized-keysMichael Roth2-6/+50
2020-11-02qga: add ssh-{add,remove}-authorized-keysMarc-André Lureau3-1/+466
2020-11-02glib-compat: add g_unix_get_passwd_entry_qemu()Marc-André Lureau1-0/+28
2020-11-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201102a'...Peter Maydell16-24/+832
2020-11-02tests/acceptance: Add virtiofs_submounts.pyMax Reitz5-0/+662
2020-11-02tests/acceptance/boot_linux: Accept SSH pubkeyMax Reitz1-6/+7
2020-11-02virtiofsd: Announce sub-mount pointsMax Reitz2-0/+23
2020-11-02virtiofsd: Add mount ID to the lo_inode keyMax Reitz2-10/+86
2020-11-02meson.build: Check for statx()Max Reitz1-0/+16
2020-11-02virtiofsd: Add attr_flags to fuse_entry_paramMax Reitz2-0/+7
2020-11-02virtiofsd: Check FUSE_SUBMOUNTSMax Reitz2-0/+10
2020-11-02virtiofsd: Fix the help message of posix lockJiachen Zhang1-1/+1
2020-11-02tools/virtiofsd: Check vu_init() return value (CID 1435958)Philippe Mathieu-Daudé1-2/+5
2020-11-02virtiofsd: Seccomp: Add 'send' for syslogDr. David Alan Gilbert1-0/+1
2020-11-02migration: Postpone the kick of the fault thread after recoverPeter Xu1-3/+8
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu2-2/+6
2020-11-02qga: add implementation of guest-get-disks for WindowsTomáš Golembiovský1-6/+101
2020-11-02qga: add implementation of guest-get-disks for LinuxTomáš Golembiovský1-11/+292
2020-11-02Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell12-300/+1022
2020-11-02tests/qtest/npcm7xx_rng-test: Disable randomness testsPeter Maydell1-4/+10
2020-11-02qemu-option-trace.rst.inc: Don't use option:: markupPeter Maydell1-3/+3
2020-11-02scripts/kerneldoc: For Sphinx 3 use c:macro for macros with argumentsPeter Maydell1-1/+17
2020-11-02hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell2-4/+2
2020-11-02configure: Test that gio libs from pkg-config workPeter Maydell1-1/+9
2020-11-02target/arm: Get correct MMU index for other-security-statePeter Maydell1-1/+2
2020-11-02hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen1-1/+3
2020-11-02hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen1-3/+7
2020-11-02hw/arm/boot: fix SVE for EL3 direct kernel bootRémi Denis-Courmont1-0/+3
2020-11-02hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)Philippe Mathieu-Daudé1-1/+2
2020-11-02disas/capstone: Fix monitor disassembly of >32 bytesPeter Maydell1-1/+1
2020-11-02target/arm: fix LORID_EL1 access checkRémi Denis-Courmont1-14/+5
2020-11-02target/arm: fix handling of HCR.FBRémi Denis-Courmont1-3/+2
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell1-2/+2
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell1-4/+4
2020-11-02target/arm: Improve do_prewiden_3dRichard Henderson2-31/+45
2020-11-02target/arm: Simplify do_long_3d and do_2scalar_longRichard Henderson1-14/+9
2020-11-02target/arm: Rename neon_load_reg64 to vfp_load_reg64Richard Henderson2-46/+46
2020-11-02target/arm: Add read/write_neon_element64Richard Henderson2-47/+73
2020-11-02target/arm: Rename neon_load_reg32 to vfp_load_reg32Richard Henderson2-94/+94
2020-11-02target/arm: Expand read/write_neon_element32 to all MemOpRichard Henderson2-84/+37
2020-11-02target/arm: Add read/write_neon_element32Richard Henderson2-99/+183
2020-11-02target/arm: Use neon_element_offset in vfp_reg_offsetRichard Henderson1-9/+4
2020-11-02target/arm: Use neon_element_offset in neon_load/store_regRichard Henderson1-12/+2
2020-11-02target/arm: Move neon_element_offset to translate.cRichard Henderson2-19/+20
2020-11-02target/arm: Introduce neon_full_reg_offsetRichard Henderson3-23/+31