All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] QEMU 7.1.0 is now available
@ 2022-08-30 22:53 Michael Roth
  2022-08-31  1:21 ` Fwd: " Joel Stanley
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Roth @ 2022-08-30 22:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson

Hello,

On behalf of the QEMU Team, I'd like to announce the availability of
the QEMU 7.1.0 release. This release contains 2800+ commits from 238
authors.

You can grab the tarball from our download page here:

  https://www.qemu.org/download/#source

The full list of changes are available at:

  https://wiki.qemu.org/ChangeLog/7.1

Highlights include:

 * Live migration: support for zero-copy-send on Linux
 * QMP: new options for exporting NBD images with dirty bitmaps via
   'block-export-add' command
 * QMP: new 'query-stats' and 'query-stats-schema' commands for
   retrieving statistics from various QEMU subsystems
 * QEMU guest agent: improved Solaris support, new commands
   'guest-get-diskstats'/'guest-get-cpustats', 'guest-get-disks' now
   reports NVMe SMART information, and 'guest-get-fsinfo' now reports
   NVMe bus-type

 * ARM: emulation support for new machine types: Aspeed AST1030 SoC,
   Qaulcomm, and fby35 (AST2600 / AST1030)
 * ARM: emulation support for Cortex-A76 and Neoverse-N1 CPUs
 * ARM: emulation support for Scalable Matrix Extensions, cache
   speculation control, RAS, and many other CPU extensions
 * ARM: 'virt' board now supports emulation of GICv4.0
 * HPPA: new SeaBIOS v6 firmware with support for PS/2 keyboard in
   boot menu when running with GTK UI, improved serial port emulation,
   and additional STI text fonts
 * LoongArch: initial support for LoongArch64 architecture, Loongson
   3A5000 multiprocessor SoC, and the Loongson 7A1000 host bridge
 * MIPS: Nios2 board (-machine 10m50-ghrd) now support Vectored
   Interrupt Controller, shadow register sets, and improved exception
   handling
 * OpenRISC: 'or1k-sim' machine now support 4 16550A UART serial devices
   instead of 1
 * RISC-V: new ISA extensions with support for privileged spec version
   1.12.0, software access to MIP SEIP, Sdtrig extension, vector
   extension improvements, native debug, PMU improvements, and many
   other features and miscellaneous fixes/improvements
 * RISC-V: 'virt' board now supports TPM
 * RISC-V: 'OpenTitan' board now supports Ibex SPI
 * s390x: emulation support for s390x Vector-Enhancements Facility 2
 * s390x: s390-ccw BIOS now supports booting from drives with non-512
   sector sizes
 * x86: virtualization support for architectural LBRs
 * Xtensa: support for lx106 core and cache testing opcodes

 * and lots more...

Thank you to everyone involved!


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Fwd: [ANNOUNCE] QEMU 7.1.0 is now available
  2022-08-30 22:53 [ANNOUNCE] QEMU 7.1.0 is now available Michael Roth
@ 2022-08-31  1:21 ` Joel Stanley
  2022-08-31 20:45   ` Anthony Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Stanley @ 2022-08-31  1:21 UTC (permalink / raw)
  To: OpenBMC Maillist

The new qemu release includes some good stuff from many openbmc
contriubtors, in particular for the AST2600 family of SoCs.

Thanks to everyone who has worked on that, in particular to Cedric for
his careful review and maintainer work.

---------- Forwarded message ---------
From: Michael Roth <michael.roth@amd.com>
Date: Tue, 30 Aug 2022 at 23:01
Subject: [ANNOUNCE] QEMU 7.1.0 is now available
To: <qemu-devel@nongnu.org>
Cc: Richard Henderson <richard.henderson@linaro.org>


Hello,

On behalf of the QEMU Team, I'd like to announce the availability of
the QEMU 7.1.0 release. This release contains 2800+ commits from 238
authors.

You can grab the tarball from our download page here:

  https://www.qemu.org/download/#source

The full list of changes are available at:

  https://wiki.qemu.org/ChangeLog/7.1

Highlights include:

 * Live migration: support for zero-copy-send on Linux
 * QMP: new options for exporting NBD images with dirty bitmaps via
   'block-export-add' command
 * QMP: new 'query-stats' and 'query-stats-schema' commands for
   retrieving statistics from various QEMU subsystems
 * QEMU guest agent: improved Solaris support, new commands
   'guest-get-diskstats'/'guest-get-cpustats', 'guest-get-disks' now
   reports NVMe SMART information, and 'guest-get-fsinfo' now reports
   NVMe bus-type

 * ARM: emulation support for new machine types: Aspeed AST1030 SoC,
   Qaulcomm, and fby35 (AST2600 / AST1030)
 * ARM: emulation support for Cortex-A76 and Neoverse-N1 CPUs
 * ARM: emulation support for Scalable Matrix Extensions, cache
   speculation control, RAS, and many other CPU extensions
 * ARM: 'virt' board now supports emulation of GICv4.0
 * HPPA: new SeaBIOS v6 firmware with support for PS/2 keyboard in
   boot menu when running with GTK UI, improved serial port emulation,
   and additional STI text fonts
 * LoongArch: initial support for LoongArch64 architecture, Loongson
   3A5000 multiprocessor SoC, and the Loongson 7A1000 host bridge
 * MIPS: Nios2 board (-machine 10m50-ghrd) now support Vectored
   Interrupt Controller, shadow register sets, and improved exception
   handling
 * OpenRISC: 'or1k-sim' machine now support 4 16550A UART serial devices
   instead of 1
 * RISC-V: new ISA extensions with support for privileged spec version
   1.12.0, software access to MIP SEIP, Sdtrig extension, vector
   extension improvements, native debug, PMU improvements, and many
   other features and miscellaneous fixes/improvements
 * RISC-V: 'virt' board now supports TPM
 * RISC-V: 'OpenTitan' board now supports Ibex SPI
 * s390x: emulation support for s390x Vector-Enhancements Facility 2
 * s390x: s390-ccw BIOS now supports booting from drives with non-512
   sector sizes
 * x86: virtualization support for architectural LBRs
 * Xtensa: support for lx106 core and cache testing opcodes

 * and lots more...

Thank you to everyone involved!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: [ANNOUNCE] QEMU 7.1.0 is now available
  2022-08-31  1:21 ` Fwd: " Joel Stanley
@ 2022-08-31 20:45   ` Anthony Jenkins
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony Jenkins @ 2022-08-31 20:45 UTC (permalink / raw)
  To: Joel Stanley, OpenBMC Maillist

Thanks for the announcement!

Do you happen to know if there is any Arm TrustZone/TEE emulation in the 
new release?  I believe the Aspeed  AST2600 supports Arm TrustZone.

Thanks,
Anthony Jenkins
Privafy, Inc.

On 8/30/22 21:21, Joel Stanley wrote:
> The new qemu release includes some good stuff from many openbmc
> contriubtors, in particular for the AST2600 family of SoCs.
>
> Thanks to everyone who has worked on that, in particular to Cedric for
> his careful review and maintainer work.
>
> ---------- Forwarded message ---------
> From: Michael Roth <michael.roth@amd.com>
> Date: Tue, 30 Aug 2022 at 23:01
> Subject: [ANNOUNCE] QEMU 7.1.0 is now available
> To: <qemu-devel@nongnu.org>
> Cc: Richard Henderson <richard.henderson@linaro.org>
>
>
> Hello,
>
> On behalf of the QEMU Team, I'd like to announce the availability of
> the QEMU 7.1.0 release. This release contains 2800+ commits from 238
> authors.
>
> You can grab the tarball from our download page here:
>
>    https://www.qemu.org/download/#source
>
> The full list of changes are available at:
>
>    https://wiki.qemu.org/ChangeLog/7.1
>
> Highlights include:
>
>   * Live migration: support for zero-copy-send on Linux
>   * QMP: new options for exporting NBD images with dirty bitmaps via
>     'block-export-add' command
>   * QMP: new 'query-stats' and 'query-stats-schema' commands for
>     retrieving statistics from various QEMU subsystems
>   * QEMU guest agent: improved Solaris support, new commands
>     'guest-get-diskstats'/'guest-get-cpustats', 'guest-get-disks' now
>     reports NVMe SMART information, and 'guest-get-fsinfo' now reports
>     NVMe bus-type
>
>   * ARM: emulation support for new machine types: Aspeed AST1030 SoC,
>     Qaulcomm, and fby35 (AST2600 / AST1030)
>   * ARM: emulation support for Cortex-A76 and Neoverse-N1 CPUs
>   * ARM: emulation support for Scalable Matrix Extensions, cache
>     speculation control, RAS, and many other CPU extensions
>   * ARM: 'virt' board now supports emulation of GICv4.0
>   * HPPA: new SeaBIOS v6 firmware with support for PS/2 keyboard in
>     boot menu when running with GTK UI, improved serial port emulation,
>     and additional STI text fonts
>   * LoongArch: initial support for LoongArch64 architecture, Loongson
>     3A5000 multiprocessor SoC, and the Loongson 7A1000 host bridge
>   * MIPS: Nios2 board (-machine 10m50-ghrd) now support Vectored
>     Interrupt Controller, shadow register sets, and improved exception
>     handling
>   * OpenRISC: 'or1k-sim' machine now support 4 16550A UART serial devices
>     instead of 1
>   * RISC-V: new ISA extensions with support for privileged spec version
>     1.12.0, software access to MIP SEIP, Sdtrig extension, vector
>     extension improvements, native debug, PMU improvements, and many
>     other features and miscellaneous fixes/improvements
>   * RISC-V: 'virt' board now supports TPM
>   * RISC-V: 'OpenTitan' board now supports Ibex SPI
>   * s390x: emulation support for s390x Vector-Enhancements Facility 2
>   * s390x: s390-ccw BIOS now supports booting from drives with non-512
>     sector sizes
>   * x86: virtualization support for architectural LBRs
>   * Xtensa: support for lx106 core and cache testing opcodes
>
>   * and lots more...
>
> Thank you to everyone involved!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-31 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 22:53 [ANNOUNCE] QEMU 7.1.0 is now available Michael Roth
2022-08-31  1:21 ` Fwd: " Joel Stanley
2022-08-31 20:45   ` Anthony Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.