mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
[手动选题][news]: 20230423.1 ⭐️ QEMU 8.0.0 Released with New Features and Improvements for Multiple Architectures.md
This commit is contained in:
parent
4c8882394e
commit
4227bd13e0
@ -0,0 +1,69 @@
|
||||
[#]: subject: "QEMU 8.0.0 Released with New Features and Improvements for Multiple Architectures"
|
||||
[#]: via: "https://debugpointnews.com/qemu-8-0-0-release/"
|
||||
[#]: author: "arindam https://debugpointnews.com/author/dpicubegmail-com/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
QEMU 8.0.0 Released with New Features and Improvements for Multiple Architectures
|
||||
======
|
||||
|
||||
**QEMU releases 8.0.0, introducing many improvements and new features across multiple architectures. Read on to discover the highlights and how to download the latest release.**
|
||||
|
||||
![ReactOS running under QEMU (Credit: QEMU)][1]
|
||||
|
||||
QEMU, the popular emulator and virtualization tool, has just released version 8.0.0, featuring over 2800 commits from 238 authors. This release introduces a wide range of improvements and new features across multiple architectures.
|
||||
|
||||
Users can download the tarball from QEMU’s download page, and review the full list of changes in the changelog.
|
||||
|
||||
Among the highlights is new ARM support for emulation of FEAT_EVT, FEAT_FGT, and AArch32 ARMv8-R, CPU emulation for Cortex-A55 and Cortex-R52, and a new Olimex STM32 H405 machine type. There is also gdbstub support for M-profile system registers.
|
||||
|
||||
HPPA has gained support for the fid (Floating-Point Identify) instruction and 32-bit emulation improvements. RISC-V also gets a lot of attention, with additional ISA and Extension support for smstateen, native debug icount trigger, cache-related PMU events in virtual mode, and ACPI support. RISC-V’s machine support for OpenTitan, PolarFire, and OpenSBI has also been updated. Additionally, there are numerous emulation/virtualization improvements, including PMP propagation for TLB, mret exceptions, uncompressed instructions, and other fixes.
|
||||
|
||||
s390x has seen improvements in zPCI passthrough device handling and support for asynchronous teardown of memory of secure KVM guests during reboot. x86 support now includes Xen guests under KVM with Linux v5.12+, a new SapphireRapids CPU model, and TCG support for FSRM, FZRM, FSRS, and FSRC CPUID flags. Finally, virtio-mem now supports preallocation in conjunction with live migration, and qemu-nbd has improved efficiency over TCP and when using TLS.
|
||||
|
||||
QEMU 8.0.0 introduces a wealth of improvements and new features across multiple architectures. If you are interested to learn more, you can read the changelog [here][2].
|
||||
|
||||
You can download the source from [here][3]. Here are the build instructions if you want to compile it for yourself.
|
||||
|
||||
```
|
||||
wget https://download.qemu.org/qemu-8.0.0.tar.xztar xvJf qemu-8.0.0.tar.xzcd qemu-8.0.0./configuremake
|
||||
```
|
||||
|
||||
### Distro availability
|
||||
|
||||
As of publishing this article, QEMU 8.0.0 is yet to land in the official distribution testing repos. Currently, all the distributions are packaging the earlier stable version QEMU 7.2.
|
||||
|
||||
For this version’s availability, you may revisit the following pages.
|
||||
|
||||
- [Debian][4]
|
||||
- [Arch Linux][5]
|
||||
- [Fedora][6]
|
||||
|
||||
_Via [announcement][7]. [Changelog][2]._
|
||||
|
||||
[_Using Mastodon? Follow us at floss.social/@debugpoint_][8]
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://debugpointnews.com/qemu-8-0-0-release/
|
||||
|
||||
作者:[arindam][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://debugpointnews.com/author/dpicubegmail-com/
|
||||
[b]: https://github.com/lkxed/
|
||||
[1]: https://debugpointnews.com/wp-content/uploads/2023/04/ReactOS-running-under-QEMU-Credit-QEMU.jpg
|
||||
[2]: https://wiki.qemu.org/ChangeLog/8.0
|
||||
[3]: https://www.qemu.org/download/#source
|
||||
[4]: https://packages.debian.org/search?suite=sid&keywords=qemu
|
||||
[5]: https://archlinux.org/packages/extra/x86_64/qemu/
|
||||
[6]: https://packages.fedoraproject.org/pkgs/qemu/qemu/
|
||||
[7]: https://www.qemu.org/2023/04/20/qemu-8-0-0/
|
||||
[8]: https://floss.social/@debugpoint
|
Loading…
Reference in New Issue
Block a user