Re: [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

2025-02-17 Thread Naveen N Rao
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

[RFC PATCH v4] hw/nvme:Adding Support for namespace management

2022-03-23 Thread 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

[RFC PATCH v3] hw/nvme:Adding Support for namespace management

2021-11-10 Thread 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. ns_create will look into the list of unallocated namespaces and it will initialize

hw/nvme: fix verification of select field in namespace attachment

2021-08-23 Thread Naveen
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

[RFC PATCH v2] hw/nvme:Adding Support for namespace management

2021-08-19 Thread Naveen Nagar
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

[RFC PATCH v1] Adding Support for namespace management

2021-08-13 Thread Naveen
,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

[Qemu-devel] [Bug 1719870] Re: Converting 100G VHDX fixed image to QCOW2 fails

2017-10-11 Thread R Naveen Kumar
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

[Qemu-devel] [Bug 1719870] Re: Converting 100G VHDX fixed image to QCOW2 fails

2017-09-27 Thread R Naveen Kumar
PS > Get-VHD .\VM.vhdx ComputerName: Server1 Path: \VM.vhdx VhdFormat : VHDX VhdType : Fixed FileSize: 107378376704 Size: 107374182400 MinimumSize : 107374182400 LogicalSectorSize : 4

[Qemu-devel] [Bug 1719870] Re: Converting 100G VHDX fixed image to QCOW2 fails

2017-09-27 Thread R Naveen Kumar
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

[Qemu-devel] [Bug 1719870] [NEW] Converting 100G VHDX fixed image to QCOW2 fails

2017-09-27 Thread R Naveen Kumar
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