Skip to content
Snippets Groups Projects
  1. Feb 04, 2023
  2. Feb 02, 2023
    • Markus Armbruster's avatar
      MAINTAINERS: Cover tpm.c again · ea66c00e
      Markus Armbruster authored
      
      Commit 800d4ded "softmmu: move more files to softmmu/" (v5.2.0)
      updated MAINTAINERS for all moved files but one.  Fix that.
      
      Fixes: 800d4ded
      Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20230120170104.359690-1-armbru@redhat.com>
      ea66c00e
    • Markus Armbruster's avatar
      MAINTAINERS: Cover include/sysemu/accel-blocker.h · 75e5519a
      Markus Armbruster authored
      
      Commit bd688fc9 "accel: introduce accelerator blocker API" aded
      include/sysemu/accel-blocker.h and accel/accel-blocker.c.  MAINTAINERS
      covers the latter in section "Guest CPU Cores (other accelerators) /
      Overall", but not the former.  Fix that.
      
      Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20230119091545.3116376-3-armbru@redhat.com>
      Reviewed-by: default avatarJuan Quintela <quintela@redhat.com>
      75e5519a
    • Markus Armbruster's avatar
      MAINTAINERS: Cover userfaultfd · b862888c
      Markus Armbruster authored
      
      Commit 0e9b5cd6 "migration: introduce UFFD-WP low-level interface
      helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
      Add it to section "Migration".
      
      Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20230119091545.3116376-2-armbru@redhat.com>
      Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
      Reviewed-by: default avatarJuan Quintela <quintela@redhat.com>
      b862888c
    • Peter Maydell's avatar
      Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging · deabea6e
      Peter Maydell authored
      
      virtio,pc,pci: features, cleanups, fixes
      
      lots of fixes, cleanups
      
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQFDBAABCAAtFiEEXQn9CHHI+FuUyooNKB8NuNKNVGkFAmPYJdcPHG1zdEByZWRo
      # YXQuY29tAAoJECgfDbjSjVRp08cIAMYq0y++RtepDpLnPjybR0v1G4cPgZS4DXFz
      # 8uc/2nkAHe1Q2lJNmk9p3YjLLloSO8yC1bmuuhUpmry9BJokYzY1r7rfXc8jd/Za
      # z2FjC9LuYX+sk26NTGUxPq9mhT0p14HXyoxpnQlCweuVL0DJg1Tip6HI4oOG2LJj
      # Au6Rl9keMQNqf9qVtsR1djO+8nO4ywbx6D9d2CYSKkQ3pK3uLvNds9vqU16x8wq7
      # mNPqV8BIoDgW4zEOL478h6rJcL7pDQo6kAT1wfg7q1JcMMHJfW36VcBeFfskfJFg
      # Pej3TEP2rg1LsGfh5XVw5Rp6FZ4K2TEyTK9cPZ9F7CzKdUrgBHU=
      # =S0zd
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Mon 30 Jan 2023 20:17:27 GMT
      # gpg:                using RSA key 5D09FD0871C8F85B94CA8A0D281F0DB8D28D5469
      # gpg:                issuer "mst@redhat.com"
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>" [full]
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>" [full]
      # Primary key fingerprint: 0270 606B 6F3C DF3D 0B17  0970 C350 3912 AFBE 8E67
      #      Subkey fingerprint: 5D09 FD08 71C8 F85B 94CA  8A0D 281F 0DB8 D28D 5469
      
      * tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu
      
      : (56 commits)
        docs/pcie.txt: Replace ioh3420 with pcie-root-port
        Revert "vhost-user: Introduce nested event loop in vhost_user_read()"
        Revert "vhost-user: Monitor slave channel in vhost_user_read()"
        tests/qtest/bios-tables-test: Make the test less verbose by default
        hw: Use TYPE_PCI_BUS definition where appropriate
        vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
        tests: acpi: update expected blobs
        pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug path
        tests: acpi: whitelist DSDT before moving non-hotpluggble slots description from hotplug path
        tests: acpi: update expected blobs
        pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slots
        tests: acpi: whitelist DSDT blobs before removing dynamic _DSM on coldplugged bridges
        tests: acpi: update expected blobs
        pcihp: acpi: decouple hotplug and generic slots description
        tests: acpi: whitelist DSDT before decoupling PCI hotplug code from basic slots description
        pcihp: isolate rule whether slot should be described in DSDT
        pci: make sure pci_bus_is_express() won't error out with "discards ‘const’ qualifier"
        pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_aml
        pci: acpi: wire up AcpiDevAmlIf interface to generic bridge
        x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridges
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      deabea6e
  3. Feb 01, 2023
    • Peter Maydell's avatar
      Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging · 026817fb
      Peter Maydell authored
      Python
      
      Bits and pieces, kibbles'n'bits
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQIzBAABCAAdFiEE+ber27ys35W+dsvQfe+BBqr8OQ4FAmPQlMIACgkQfe+BBqr8
      # OQ5RIxAAqaG8Dx63CXa8WHMsGWc0CKTOcwTcRDw92GT3qhVkebZiNmNlZwckaU/c
      # CkVunJnU5T6T2qkploysUXwdlQ+XsY4fQlACNciZeffmT2E4siNQ/4H1uPB4xca6
      # 8Sgmg2VH7OF+EWwuBihY1pbe7g+sOJg9w9isRduBnLGrLbOrewGIJBNbiVzFlz5W
      # 30RdvfLoUUak5qTlMT/6yl98r6fkkDmfPX653iYmpA/H/Ah+17ZJXB2XNigkqBdD
      # Cp8OxtFceKQdZOqNiADJRzT3Gore4lBkPnULKwct/5U0B/tUiBdZ2YDJW8EObUMY
      # zFE7giE5mCnyFSmfBmjKu8yS8zJm9NooYEjunTcodop/FDb96c3sh8376ZLamTii
      # /p5WSwfo4a6DXPUTx0aiCkqpeCdPncRgwKc5TvqyKLKxQHbfjt6UZrcL6iYbe6O6
      # ltBcdvfdzL41TNjS678QqiGuYkADVa/nhig3ano4msx/Tf5e0O8eMoK9bDbVS9KF
      # QuONtOcut1YhnAHJp4oYN2Nimtr0t8j07iOOfc4X3+WwdbMCfR+toDM4wWVJ3u/O
      # 8Phy8hinfndMXdP9Q4eeFAiJ1zuD/XkpaKoDe0gHcEvp3zMEXmHiEOdv4hFeWTQB
      # ivU3oM/j2uVcHU4CSxra3B54vfLc1gudJ2yLPvhwPKoIRbJ/kbc=
      # =36NA
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Wed 25 Jan 2023 02:32:34 GMT
      # gpg:                using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * tag 'python-pull-request' of https://gitlab.com/jsnow/qemu
      
      :
        python/qemu/machine: use socketpair() for QMP by default
        python/qmp/legacy: make QEMUMonitorProtocol accept a socket
        python/qmp/protocol: add open_with_socket()
        python/qmp: increase read buffer size
        python/machine: Fix AF_UNIX path too long on macOS
        python: QEMUMachine: enable qmp accept timeout by default
        Fix some typos
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      026817fb
  4. Jan 28, 2023
Loading