Skip to content
  1. Jul 16, 2021
    • Thomas Huth's avatar
      s390x: Fix out-of-tree builds · 1a84232e
      Thomas Huth authored
      
      
      The support for "snippets" (nested guest binaries) that has been added
      recently to the s390x folder broke the out-of-tree compilation. We
      have to make sure that the snippet folder is created in the build
      directory, too, and that linker script is taken from the source folder.
      
      While we're at it, switch the gitlab-CI cross compiler job to use
      out-of-tree builds, too, so that this does not happen so easily again.
      We're still testing in-tree s390x builds with the native "s390x-kvm"
      job on the s390x host, so we now test both, in-tree and out-of-tree
      builds.
      
      Fixes: 2f6fdb4a ("s390x: snippets: Add snippet compilation")
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20210716105219.1201997-1-thuth@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      1a84232e
    • Paolo Bonzini's avatar
      svm: remove bogus MSRPM test · b95bb178
      Paolo Bonzini authored
      
      
      The MSR permission bitmap is two pages long.  Therefore, the first test
      in test_msrpm_iopm_bitmap_addrs should actually pass.  The problem is
      that KVM tries to merge the L1 MSR permission bitmap with its own at
      VMRUN time, fails to map the address of the L1 MSR permission bitmap,
      and fails.
      
      Thus remove the bogus test, which is failing on QEMU.
      
      Reported-by: default avatarLara Lazier <laramglazier@gmail.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      b95bb178
    • Thomas Huth's avatar
      ci: Update the macOS CI jobs to Big Sur · 74e25922
      Thomas Huth authored
      
      
      Homebrew stopped working for the Catalina-based images. After updating
      to Big Sur and adding an explicit "brew update", the pipelines go green
      again.
      
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      Message-Id: <20210716074616.1176282-1-thuth@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      74e25922
  2. Jul 15, 2021
  3. Jul 14, 2021
  4. Jul 13, 2021
  5. Jul 07, 2021
  6. Jul 05, 2021
  7. Jun 30, 2021
  8. Jun 29, 2021
    • Alexandru Elisei's avatar
      configure: arm: Update kvmtool UART address · 29cab5ae
      Alexandru Elisei authored and Andrew Jones's avatar Andrew Jones committed
      
      
      kvmtool commit 45b4968e0de1 ("hw/serial: ARM/arm64: Use MMIO at higher
      addresses") changed the UART address from 0x3f8 to 0x1000000. Update the
      UART early address accordingly when kvm-unit-tests is configured with
      --target=kvmtool.
      
      Users of older kvmtool versions can still enjoy having a working early UART
      by configuring kvm-unit-tests with --earlycon=uart,mmio,0x3f8. Note that in
      this case --target=kvmtool is still recommended because it enables all
      erratas.
      
      Signed-off-by: Alexandru Elisei's avatarAlexandru Elisei <alexandru.elisei@arm.com>
      Signed-off-by: Andrew Jones's avatarAndrew Jones <drjones@redhat.com>
      29cab5ae
  9. Jun 25, 2021
  10. Jun 23, 2021
  11. Jun 22, 2021
  12. Jun 21, 2021
Loading