Skip to content
Snippets Groups Projects
  1. Nov 19, 2021
  2. Nov 16, 2021
    • Paolo Bonzini's avatar
      meson: fix botched compile check conversions · 6a23f819
      Paolo Bonzini authored
      
      Fix a bunch of incorrect conversions from configure to Meson, which result
      in different outcomes with --extra-cflags=-Werror.
      
      pthread_setname_np needs "#define _GNU_SOURCE" on Linux (which I am using
      also for the non-Linux check, so that it correctly fails with an error
      about having too few parameters).
      
      Fix struct checks to use has_type instead of has_symbol, and "#define
      _GNU_SOURCE" too in the case of struct mmsghdr.
      
      Remove an apostrophe that ended up at the end of a #include line.
      
      Reported-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      6a23f819
  3. Nov 12, 2021
    • Richard Henderson's avatar
      Merge tag 'pull-ppc-20211112' of https://github.com/legoater/qemu into staging · 42f6c917
      Richard Henderson authored
      ppc 6.2 queue :
      
      * Fix of a regression in floating point load instructions (Matheus)
      * Associativity fix for pseries machine (Daniel)
      * tlbivax fix for BookE machines (Danel)
      
      # gpg: Signature made Fri 12 Nov 2021 12:11:29 PM CET
      # gpg:                using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1
      # gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: A0F6 6548 F048 95EB FE6B  0B60 51A3 43C7 CFFB ECA1
      
      * tag 'pull-ppc-20211112' of https://github.com/legoater/qemu
      
      :
        ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()
        spapr_numa.c: fix FORM1 distance-less nodes
        target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      42f6c917
  4. Nov 11, 2021
  5. Nov 10, 2021
  6. Nov 09, 2021
Loading