Skip to content
Snippets Groups Projects
  1. Nov 08, 2023
  2. Nov 07, 2023
    • BALATON Zoltan's avatar
      hw/ppc: Add emulation of AmigaOne XE board · d9656f86
      BALATON Zoltan authored
      
      The AmigaOne is a rebranded MAI Teron board that uses U-Boot firmware
      with patches to support AmigaOS and is very similar to pegasos2 so can
      be easily emulated sharing most code with pegasos2. The reason to
      emulate it is that AmigaOS comes in different versions for AmigaOne
      and PegasosII which only have drivers for one machine and firmware so
      these only run on the specific machine. Adding this board allows
      another AmigaOS version to be used reusing already existing peagasos2
      emulation. (The AmigaOne was the first of these boards so likely most
      widespread which then inspired Pegasos that was later replaced with
      PegasosII due to problems with Articia S, so these have a lot of
      similarity. Pegasos mainly ran MorphOS while the PegasosII version of
      AmigaOS was added later and therefore less common than the AmigaOne
      version.)
      
      Signed-off-by: default avatarBALATON Zoltan <balaton@eik.bme.hu>
      Tested-by: default avatarRene Engel <ReneEngel80@emailn.de>
      Acked-by: default avatarDaniel Henrique Barboza <danielhb413@gmail.com>
      Message-ID: <804935e7a5921548d630576159ae2c758fe6e275.1699382232.git.balaton@eik.bme.hu>
      Signed-off-by: default avatarDaniel Henrique Barboza <danielhb413@gmail.com>
      d9656f86
    • Richard Henderson's avatar
      target/hppa: Remove TARGET_HPPA64 · 08db1785
      Richard Henderson authored
      
      Allow both user-only and system mode to run pa2.0 cpus.
      Avoid creating a separate qemu-system-hppa64 binary;
      force the qemu-hppa binary to use TARGET_ABI32.
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      08db1785
  3. Oct 25, 2023
  4. Oct 18, 2023
  5. Aug 24, 2023
  6. Jul 14, 2023
    • Cédric Le Goater's avatar
      kconfig: Add PCIe devices to s390x machines · cc9ff56f
      Cédric Le Goater authored
      
      It is useful to extend the number of available PCIe devices to KVM guests
      for passthrough scenarios and also to expose these models to a different
      (big endian) architecture. Introduce a new config PCIE_DEVICES to select
      models, Intel Ethernet adapters and one USB controller. These devices all
      support MSI-X which is a requirement on s390x as legacy INTx are not
      supported.
      
      Cc: Matthew Rosato <mjrosato@linux.ibm.com>
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Thomas Huth <thuth@redhat.com>
      Signed-off-by: default avatarCédric Le Goater <clg@redhat.com>
      Message-ID: <20230712080146.839113-1-clg@redhat.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      cc9ff56f
  7. May 30, 2023
  8. May 18, 2023
  9. May 11, 2023
  10. May 05, 2023
  11. May 02, 2023
  12. Apr 28, 2023
    • Ilya Leoshkevich's avatar
      s390x/gdb: Split s390-virt.xml · 8afc43ea
      Ilya Leoshkevich authored
      
      Both TCG and KVM emulate ckc, cputm, last_break and prefix, and it's
      quite useful to have them during debugging. Right now they are grouped
      together with KVM-only pp, pfault_token, pfault_select and
      pfault_compare in s390-virt.xml, and are not available when debugging
      TCG-emulated code.
      
      Move KVM-only registers into the new s390-virt-kvm.xml file. Advertise
      s390-virt.xml always, and the new s390-virt-kvm.xml only for KVM.
      
      Signed-off-by: default avatarIlya Leoshkevich <iii@linux.ibm.com>
      Message-Id: <20230314101813.174874-1-iii@linux.ibm.com>
      Acked-by: default avatarDavid Hildenbrand <david@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      8afc43ea
  13. Mar 06, 2023
  14. Feb 21, 2023
  15. Feb 11, 2023
  16. Feb 06, 2023
  17. Jan 26, 2023
  18. Jan 13, 2023
  19. Jan 12, 2023
  20. Jan 08, 2023
  21. Oct 31, 2022
  22. Oct 17, 2022
  23. Sep 04, 2022
  24. Aug 05, 2022
  25. Jul 19, 2022
  26. Jul 04, 2022
  27. Jun 27, 2022
  28. Jun 06, 2022
  29. May 08, 2022
Loading