Skip to content
Snippets Groups Projects
  1. May 08, 2022
  2. May 07, 2022
    • Richard Henderson's avatar
      Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging · f1336649
      Richard Henderson authored
      * WHPX support for xcr0
      * qga-wss fixes
      * Meson conversions
      * Removed -soundhw pcspk
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmJ2CEcUHHBib256aW5p
      # QHJlZGhhdC5jb20ACgkQv/vSX3jHroMHUAgAq6BXpuqyAMMnrylvt77qwGG37keV
      # lxw8aGciztUJIZFi1dAxIuw2ohsFGdfxKKt1sEIUu33OSBeb1I786f2xuLF7t7Am
      # An0Jd5I/V/9ClRrz2ITiLOCBzPTU3faY8h382OdnMJCkAFjjF5PIoECZWRBtjPVq
      # B4jDKuredgCt4EGDViQr0R5om+bBdHQmHcPHTNIv3UsRu2RhzIieBy4qLBUADIMU
      # wJeW0jIdtfE9gwfdjtdom1tDxxKNtYttyIAQY8SpSEGLHzpqfNW0Z3UFGcswIk8g
      # QCJpsddJzKivvS3a8pm/3tKkSWmqcgGNH2b3CFEZ26MkkLZIOYiVmPGNqQ==
      # =7/z9
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Sat 07 May 2022 12:48:55 AM CDT
      # gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
      # gpg:                issuer "pbonzini@redhat.com"
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [undefined]
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [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: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * tag 'for-upstream' of https://gitlab.com/bonzini/qemu
      
      : (25 commits)
        pc: remove -soundhw pcspk
        configure, meson: move vhost options to Meson
        meson: use have_vhost_* variables to pick sources
        meson: create have_vhost_* variables
        build: move vhost-user-fs configuration to Kconfig
        build: move vhost-scsi configuration to Kconfig
        build: move vhost-vsock configuration to Kconfig
        configure: simplify vhost-net-{user, vdpa} configuration
        meson, virtio: place all virtio-pci devices under virtio_pci_ss
        configure: omit options with default values from meson command line
        meson: pass more options directly as -D
        configure: switch directory options to automatic parsing
        meson: always combine directories with prefix
        meson, configure: move --interp-prefix to meson
        meson, configure: move --with-pkgversion, CONFIG_STAMP to meson
        meson, configure: move bdrv whitelists to meson
        meson, configure: move --tls-priority to meson
        configure: switch string options to automatic parsing
        configure: move Windows flags detection to meson
        configure, meson: move iasl detection to meson
        ...
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      f1336649
    • Paolo Bonzini's avatar
      pc: remove -soundhw pcspk · 6033b9ec
      Paolo Bonzini authored
      
      The pcspk device is the only user of the init_isa function, and the only
      -soundhw option which does not create a new device (it hacks into the
      PCSpkState by hand).  Remove it, since it was deprecated.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      6033b9ec
    • Paolo Bonzini's avatar
      configure, meson: move vhost options to Meson · 2df89d54
      Paolo Bonzini authored
      
      Finish the conversion by moving all the definitions and the constraint
      checks to meson_options.txt and meson.build respectively.
      
      Reviewed-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      2df89d54
Loading