Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 17:50:36 UTC Now

2021-08-27 03:32:37 UTC MAIN commitmail json YAML

pkgsrc/emulators/qemu/Makefile@1.283 / diff
pkgsrc/emulators/qemu/PLIST@1.77 / diff
pkgsrc/emulators/qemu/distinfo@1.183 / diff
pkgsrc/emulators/qemu/patches/patch-accel_Kconfig deleted
pkgsrc/emulators/qemu/patches/patch-configure deleted
pkgsrc/emulators/qemu/patches/patch-hw-mips-mipssim.c@1.4 / diff
pkgsrc/emulators/qemu/patches/patch-hw_alpha_alpha_sys.h deleted
pkgsrc/emulators/qemu/patches/patch-hw_alpha_dp264.c deleted
pkgsrc/emulators/qemu/patches/patch-hw_alpha_typhoon.c deleted
pkgsrc/emulators/qemu/patches/patch-hw_mips_meson.build@1.3 / diff
pkgsrc/emulators/qemu/patches/patch-include_sysemu_hw__accel.h deleted
pkgsrc/emulators/qemu/patches/patch-include_sysemu_kvm.h deleted
pkgsrc/emulators/qemu/patches/patch-include_sysemu_nvmm.h@1.5 / diff
pkgsrc/emulators/qemu/patches/patch-meson.build@1.8 / diff
pkgsrc/emulators/qemu/patches/patch-meson__options.txt deleted
pkgsrc/emulators/qemu/patches/patch-nvmm-accel-ops.c deleted
pkgsrc/emulators/qemu/patches/patch-nvmm-accel-ops.h deleted
pkgsrc/emulators/qemu/patches/patch-nvmm-all.c deleted
pkgsrc/emulators/qemu/patches/patch-qemu-options.hx deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_hwrpb.h deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_init.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_memcpy.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_memset.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_pal.S deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_pci.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_pci.h deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_printf.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_protos.h deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_sys-clipper.h deleted
pkgsrc/emulators/qemu/patches/patch-roms_qemu-palcode_vgaio.c deleted
pkgsrc/emulators/qemu/patches/patch-roms_u-boot_tools_imx8m__image.sh deleted
pkgsrc/emulators/qemu/patches/patch-target_alpha_translate.c deleted
pkgsrc/emulators/qemu/patches/patch-target_i386_meson.build deleted
pkgsrc/emulators/qemu/patches/patch-target_i386_nvmm_meson.build deleted
pkgsrc/emulators/qemu/patches/patch-target_i386_nvmm_nvmm-accel-ops.c deleted
pkgsrc/emulators/qemu/patches/patch-target_i386_nvmm_nvmm-accel-ops.h deleted
pkgsrc/emulators/qemu/patches/patch-target_i386_nvmm_nvmm-all.c deleted

qemu: Update to 6.1.0

* 6.1.0 release has NetBSD NVMM support.
* Fix NetBSD NVMM compile errors.
* Remove integrated Alpha patches.

Changelog:
Highlights include:

  * block: support for changing block node options after creation via
    'blockdev-reopen' QMP command
  * Crypto: more performant backend recommendations and improved documentation
  * I2C: emulation support for I2C muxes (pca9546, pca9548) and PMBus
  * TCG Plugins: now enabled by default, with new execlog and cache modelling
    plugins.
  * ARM: new board support for Aspeed (rainier-bmc, quanta-q7l1), npcm7xx
    (quanta-gbs-bmc), and Cortex-M3 (stm32vldiscovery) based machines
  * ARM: Aspeed support of Hash and Crypto Engine
  * ARM: emulation support for SVE2 (including bfloat16), integer matrix
    multiply accumulate operations, TLB invalidate in Outer Shareable domain,
    TLB range invalidate, and more.
  * PowerPC: pseries: support for detecting hotplug failures in newer guests
  * PowerPC: pseries: increased maximum CPU count
  * PowerPC: pseries: emulation support for some POWER10 prefixed instructions
  * PowerPC: new board support for Genesi/bPlan Pegasos II (pegasos2)
  * RISC-V: updates to OpenTitan platform support, including OpenTitan timer
  * RISC-V: support for virtio-vga
  * RISC-V: documentation improvements and general code cleanups/fixes
  * s390: emulation support for the vector-enhancements facility
  * s390: support for gen16 CPU models
  * x86: new Intel CPU model versions with support for XSAVES instruction
  * x86: added ACPI based PCI hotplug support for Q35 machine (now the default)
  * x86: improvements to emulation of AMD virtualization extensions
  * and lots more...

(ryoon)