Skip to content
Snippets Groups Projects
  1. Feb 21, 2022
  2. Feb 20, 2022
    • Ani Sinha's avatar
      MAINTAINERS: Adding myself as a reviewer of some components · 48006e03
      Ani Sinha authored
      
      Added myself as a reviewer of vmgenid, unimplemented device and empty slot.
      
      Signed-off-by: default avatarAni Sinha <ani@anisinha.ca>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-id: 20220131122001.1476101-1-ani@anisinha.ca
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      48006e03
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging · e670f6d8
      Peter Maydell authored
      
      ppc-7.0 queue
      
      * target/ppc: SPR registration cleanups (Fabiano)
      * ppc: nested KVM HV for spapr virtual hypervisor (Nicholas)
      * spapr: nvdimm: Introduce spapr-nvdimm device (Shivaprasad)
      
      # gpg: Signature made Fri 18 Feb 2022 07:59:29 GMT
      # gpg:                using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1
      # gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [undefined]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: A0F6 6548 F048 95EB FE6B  0B60 51A3 43C7 CFFB ECA1
      
      * remotes/legoater/tags/pull-ppc-20220218: (39 commits)
        target/ppc: Move common SPR functions out of cpu_init
        target/ppc: cpu_init: Move check_pow and QOM macros to a header
        target/ppc: cpu_init: Move SPR registration macros to a header
        target/ppc: cpu_init: Expose some SPR registration helpers
        target/ppc: Rename spr_tcg.h to spr_common.h
        target/ppc: cpu_init: Remove register_usprg3_sprs
        target/ppc: cpu_init: Rename register_ne_601_sprs
        target/ppc: cpu_init: Reuse init_proc_745 for the 755
        target/ppc: cpu_init: Reuse init_proc_604 for the 604e
        target/ppc: cpu_init: Reuse init_proc_603 for the e300
        target/ppc: cpu_init: Move 604e SPR registration into a function
        target/ppc: cpu_init: Move e300 SPR registration into a function
        target/ppc: cpu_init: Move 755 L2 cache SPRs into a function
        target/ppc: cpu_init: Deduplicate 7xx SPR registration
        target/ppc: cpu_init: Deduplicate 745/755 SPR registration
        target/ppc: cpu_init: Deduplicate 604 SPR registration
        target/ppc: cpu_init: Deduplicate 603 SPR registration
        target/ppc: cpu_init: Deduplicate 440 SPR registration
        target/ppc: cpu_init: Decouple 74xx SPR registration from 7xx
        target/ppc: cpu_init: Decouple G2 SPR registration from 755
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      e670f6d8
  3. Feb 19, 2022
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20220217b' into staging · 242f2cae
      Peter Maydell authored
      
      V3: virtiofs pull 2022-02-17
      
      Security label improvements from Vivek
        - includes a fix for building against new kernel headers
        [V3: checkpatch style fixes]
        [V2: Fix building on old Linux]
      Blocking flock disable from Sebastian
      SYNCFS support from Greg
      
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      
      # gpg: Signature made Thu 17 Feb 2022 17:24:25 GMT
      # gpg:                using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
      # gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
      # Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A  9FA9 0516 331E BC5B FDE7
      
      * remotes/dgilbert-gitlab/tags/pull-virtiofs-20220217b:
        virtiofsd: Add basic support for FUSE_SYNCFS request
        virtiofsd: Add an option to enable/disable security label
        virtiofsd: Create new file using O_TMPFILE and set security context
        virtiofsd: Create new file with security context
        virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate
        virtiofsd: Move core file creation code in separate function
        virtiofsd, fuse_lowlevel.c: Add capability to parse security context
        virtiofsd: Extend size of fuse_conn_info->capable and ->want fields
        virtiofsd: Parse extended "struct fuse_init_in"
        linux-headers: Update headers to v5.17-rc1
        virtiofsd: Fix breakage due to fuse_init_in size change
        virtiofsd: Do not support blocking flock
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      242f2cae
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220217' into staging · 439346ce
      Peter Maydell authored
      
      9pfs: fixes and cleanup
      
      * Fifth patch fixes a 9pfs server crash that happened on some systems due
        to incorrect (system dependant) handling of struct dirent size.
      
      * Tests: Second patch fixes a test error that happened on some systems due
        mkdir() being called twice for creating the test directory for the 9p
        'local' tests.
      
      * Tests: Third patch fixes a memory leak.
      
      * Tests: The remaining two patches are code cleanup.
      
      # gpg: Signature made Thu 17 Feb 2022 16:19:25 GMT
      # gpg:                using RSA key 96D8D110CF7AF8084F88590134C2B58765A47395
      # gpg:                issuer "qemu_oss@crudebyte.com"
      # gpg: Good signature from "Christian Schoenebeck <qemu_oss@crudebyte.com>" [unknown]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: ECAB 1A45 4014 1413 BA38  4926 30DB 47C3 A012 D5F4
      #      Subkey fingerprint: 96D8 D110 CF7A F808 4F88  5901 34C2 B587 65A4 7395
      
      * remotes/cschoenebeck/tags/pull-9p-20220217:
        9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
        tests/9pfs: Use g_autofree and g_autoptr where possible
        tests/9pfs: Fix leak of local_test_path
        tests/9pfs: fix mkdir() being called twice
        tests/9pfs: use g_autofree where possible
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      439346ce
  4. Feb 18, 2022
Loading