Skip to content
Snippets Groups Projects
  1. Jan 24, 2023
  2. Jun 28, 2022
  3. Feb 08, 2022
  4. Jan 12, 2022
    • Paolo Bonzini's avatar
      meson: cleanup common-user/ build · 9d24fb73
      Paolo Bonzini authored
      
      It is not necessary to have a separate static_library just for common_user
      files; using the one that already covers the rest of common_ss is enough
      unless you need to reuse some source files between emulators and tests.
      Just place common files for all user-mode emulators in common_ss,
      similar to what is already done for softmmu_ss in full system emulators.
      
      The only disadvantage is that the include_directories under bsd-user/include/
      and linux-user/include/ are now enabled for all targets rather than only
      user mode emulators.  This however is not different from how include/sysemu/
      is available when building user mode emulators.
      
      Tested-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      9d24fb73
  5. Jan 05, 2022
  6. Jan 04, 2022
  7. Dec 21, 2021
  8. Dec 20, 2021
Loading