[PATCH 0/3] snp: fix coverity reported issues

Pankaj Gupta posted 3 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240607183611.1111100-1-pankaj.gupta@amd.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
target/i386/sev.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[PATCH 0/3] snp: fix coverity reported issues
Posted by Pankaj Gupta 1 year, 8 months ago
Pankaj Gupta (3):
  i386/sev: fix unreachable code coverity issue
  i386/sev: Move SEV_COMMON null check before dereferencing
  i386/sev: Return when sev_common is null

 target/i386/sev.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] snp: fix coverity reported issues
Posted by Paolo Bonzini 1 year, 8 months ago
Queued, thanks.

Paolo