Adds support for the controller atomic parameters: AWUN and AWUPF. Atomic
Compare and Write Unit (ACWU) is not currently supported.
Writes that adhere to the ACWU and AWUPF parameters are guaranteed to be atomic.
New NVMe QEMU Parameters (See NVMe Specification for details):
atomic.dn (def
Since there is work in the Linux NVMe Driver community to add Atomic Write
support, it would be desirable to be able to test it with qemu nvme emulation.
This patch will focus on supporting NVMe controller atomic write parameters
(AWUN and
AWUPF) but can be extended to support Namespace paramete
On 8/20/24 14:45, Klaus Jensen wrote:
From: Klaus Jensen
Hi,
The following changes since commit 48e4ba59a3756aad743982da16bf9b5120d91a0c:
Merge tag 'pull-riscv-to-apply-20240819-1'
ofhttps://github.com/alistair23/qemu into staging (2024-08-19 14:55:23 +1000)
are available in the Git repos
On Aug 20 12:30, Philippe Mathieu-Daudé wrote:
> Hi Klaus,
>
> On 20/8/24 06:45, Klaus Jensen wrote:
> > From: Klaus Jensen
> >
> > Yutaro Shimizu from the Cyber Defense Institute discovered a bug in the
> > NVMe emulation that leaks contents of an uninitialized heap buffer if
> > subsystem and
Hi Klaus,
On 20/8/24 06:45, Klaus Jensen wrote:
From: Klaus Jensen
Yutaro Shimizu from the Cyber Defense Institute discovered a bug in the
NVMe emulation that leaks contents of an uninitialized heap buffer if
subsystem and FDP emulation are enabled.
Was this patch posted on the list for revi