being enabled in the guest
(via vmsa_features). So, from what I can tell, it looks like the guest
will end up overwriting host state if it enables DEBUG_SWAP without
KVM's knowledge?
Not sure if that's reason enough to enforce ALLOWED_SEV_FEATURES for
DEBUG_SWAP :)
If ALLOWED_SEV_FEATURES is not supported, we may still have to
unconditionally save the host DR0-DR3 registers.
- Naveen
From: Naveen Nagar
This patch supports namespace management : create and delete operations
This patch has been tested with the following command and size of image
file for unallocated namespaces is taken as 0GB. nvme_namespace_create
will look into the list of unallocated namespaces and it will
From: Naveen Nagar
This patch supports namespace management : create and delete operations
This patch has been tested with the following command and size of image
file for unallocated namespaces is taken as 0GB. ns_create will look into
the list of unallocated namespaces and it will initialize
Fix is added to check for reserved value in select field for
namespace attachment
Signed-off-by: Naveen Nagar
Signed-off-by: Klaus Jensen
cc: Minwoo Im
---
hw/nvme/ctrl.c | 13 +
include/block/nvme.h | 5 +
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git
From: Naveen
This patch supports namespace management : create and delete operations.
Since v1:
- Modified and moved nvme_ns_identify_common in ns.c file
- Added check for CSI field in NS management
- Indentation fix in namespace create
This patch has been tested with the following command
,shared=true
-drive id=ns4,file=ns4.img,if=none
-device nvme-ns,drive=ns4,bus=nvme0,nsid=4,zoned=false,shared=true
Please review and suggest if any changes are required.
Signed-off-by: Naveen Nagar
Reviewed-by: Klaus Jensen
Reviewed-by: Padmakar Kalghatgi
Reviewed-by: Gollu Appalanaidu
Reviewed-by
Bug is reproducible with setting VHDX Fixed Logicalsectorsize to 4096bytes
>10G image created reflects as 1.2G virtual size in Qemu-img
PS F:\> new-vhd -path test.vhdx -BlockSizeBytes 134217728 -SizeBytes
10737418240 -Fixed -LogicalSectorSizeBytes 4096
ComputerName:
Path
PS > Get-VHD .\VM.vhdx
ComputerName: Server1
Path: \VM.vhdx
VhdFormat : VHDX
VhdType : Fixed
FileSize: 107378376704
Size: 107374182400
MinimumSize : 107374182400
LogicalSectorSize : 4
Command capture,
PS > & 'C:\Program Files\qemu\qemu-img.exe' --version
qemu-img version 2.10.0 (v2.10.0-11669-g579e69bd5b-dirty)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subs
Public bug reported:
Virtual Size recognized incorrectly for VHDX fixed disk and conversion
fails with error Expression: !qiov || bytes == qiov->size
PS > & 'C:\Program Files\qemu\qemu-img.exe' --version
qemu-img version 2.10.0 (v2.10.0-11669-g579e69bd5b-dirty)
Copyright (c) 2003-2017 Fabrice Be
10 matches
Mail list logo