[PATCH 0/2] conf: Don't crash when one of disks is missing

Peter Krempa posted 2 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1639660896.git.pkrempa@redhat.com
src/conf/domain_conf.c                                 | 1 +
tests/qemuxml2argvdata/disk-missing-target-invalid.xml | 3 +++
2 files changed, 4 insertions(+)
[PATCH 0/2] conf: Don't crash when one of disks is missing
Posted by Peter Krempa 2 years, 4 months ago
Peter Krempa (2):
  virDomainDiskInsert: Don't access NULL disk target
  qemuxml2argvtest: disk-missing-target: Add two disks with same bus

 src/conf/domain_conf.c                                 | 1 +
 tests/qemuxml2argvdata/disk-missing-target-invalid.xml | 3 +++
 2 files changed, 4 insertions(+)

-- 
2.31.1

Re: [PATCH 0/2] conf: Don't crash when one of disks is missing
Posted by Ján Tomko 2 years, 4 months ago
On a Thursday in 2021, Peter Krempa wrote:
>Peter Krempa (2):
>  virDomainDiskInsert: Don't access NULL disk target
>  qemuxml2argvtest: disk-missing-target: Add two disks with same bus
>
> src/conf/domain_conf.c                                 | 1 +
> tests/qemuxml2argvdata/disk-missing-target-invalid.xml | 3 +++
> 2 files changed, 4 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano