Skip to content
Snippets Groups Projects
  • Stefan Hajnoczi's avatar
    604b70f6
    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging · 604b70f6
    Stefan Hajnoczi authored
    * build system and Python cleanups
    * fix netbsd VM build
    * allow non-relocatable installs
    * allow using command line options to configure qemu-ga
    * target/i386: check intercept for XSETBV
    * target/i386: fix CPUID_HT exposure
    
    # -----BEGIN PGP SIGNATURE-----
    #
    # iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmUvkQQUHHBib256aW5p
    # QHJlZGhhdC5jb20ACgkQv/vSX3jHroM3pQgArXCsmnsjlng1chjCvKnIuVmaTYZ5
    # aC9pcx7TlyM0+XWtTN0NQhFt71Te+3ioReXIQRvy5O68RNbEkiu8LXfOJhWAHbWk
    # vZVtzHQuOZVizeZtUruKlDaw0nZ8bg+NI4aGLs6rs3WphEAM+tiLnZJ0BouiedKS
    # e/COB/Hqjok+Ntksbfv5q7XpWjwQB0y2073vM1Mcf0ToOWFLFdL7x0SZ3hxyYlYl
    # eoefp/8kbWeUWA7HuoOKmpiLIxmKnY7eXp+UCvdnEhnSce9sCxpn2nzqqLuPItTK
    # V3GrJ2//+lrekPHyQvb8IjUMUrPOmzf8GadIE0tkfdHjEP72IsHk0VX81A==
    # =rPte
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Wed 18 Oct 2023 04:02:12 EDT
    # gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
    # gpg:                issuer "pbonzini@redhat.com"
    # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
    # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
    # 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
    
    : (32 commits)
      configure: define "pkg-config" in addition to "pkgconfig"
      meson: add a note on why we use config_host for program paths
      meson-buildoptions: document the data at the top
      configure, meson: use command line options to configure qemu-ga
      configure: unify handling of several Debian cross containers
      configure: move environment-specific defaults to config-meson.cross
      configure: move target-specific defaults to an external machine file
      configure: remove some dead cruft
      configure: clean up PIE option handling
      configure: clean up plugin option handling
      configure, tests/tcg: simplify GDB conditionals
      tests/tcg/arm: move non-SVE tests out of conditional
      hw/remote: move stub vfu_object_set_bus_irq out of stubs/
      hw/xen: cleanup sourcesets
      configure: clean up handling of CFI option
      meson, cutils: allow non-relocatable installs
      meson: do not use set10
      meson: do not build shaders by default
      tracetool: avoid invalid escape in Python string
      tests/vm: avoid invalid escape in Python string
      ...
    
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    604b70f6
    History
    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
    Stefan Hajnoczi authored
    * build system and Python cleanups
    * fix netbsd VM build
    * allow non-relocatable installs
    * allow using command line options to configure qemu-ga
    * target/i386: check intercept for XSETBV
    * target/i386: fix CPUID_HT exposure
    
    # -----BEGIN PGP SIGNATURE-----
    #
    # iQFIBAABCAAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmUvkQQUHHBib256aW5p
    # QHJlZGhhdC5jb20ACgkQv/vSX3jHroM3pQgArXCsmnsjlng1chjCvKnIuVmaTYZ5
    # aC9pcx7TlyM0+XWtTN0NQhFt71Te+3ioReXIQRvy5O68RNbEkiu8LXfOJhWAHbWk
    # vZVtzHQuOZVizeZtUruKlDaw0nZ8bg+NI4aGLs6rs3WphEAM+tiLnZJ0BouiedKS
    # e/COB/Hqjok+Ntksbfv5q7XpWjwQB0y2073vM1Mcf0ToOWFLFdL7x0SZ3hxyYlYl
    # eoefp/8kbWeUWA7HuoOKmpiLIxmKnY7eXp+UCvdnEhnSce9sCxpn2nzqqLuPItTK
    # V3GrJ2//+lrekPHyQvb8IjUMUrPOmzf8GadIE0tkfdHjEP72IsHk0VX81A==
    # =rPte
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Wed 18 Oct 2023 04:02:12 EDT
    # gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
    # gpg:                issuer "pbonzini@redhat.com"
    # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
    # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
    # 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
    
    : (32 commits)
      configure: define "pkg-config" in addition to "pkgconfig"
      meson: add a note on why we use config_host for program paths
      meson-buildoptions: document the data at the top
      configure, meson: use command line options to configure qemu-ga
      configure: unify handling of several Debian cross containers
      configure: move environment-specific defaults to config-meson.cross
      configure: move target-specific defaults to an external machine file
      configure: remove some dead cruft
      configure: clean up PIE option handling
      configure: clean up plugin option handling
      configure, tests/tcg: simplify GDB conditionals
      tests/tcg/arm: move non-SVE tests out of conditional
      hw/remote: move stub vfu_object_set_bus_irq out of stubs/
      hw/xen: cleanup sourcesets
      configure: clean up handling of CFI option
      meson, cutils: allow non-relocatable installs
      meson: do not use set10
      meson: do not build shaders by default
      tracetool: avoid invalid escape in Python string
      tests/vm: avoid invalid escape in Python string
      ...
    
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>