Re: [libvirt] [PATCH 2/6] qemu: domain: Store virStorageSources representing pflash backing

2019-11-21 Thread Daniel P . Berrangé
On Fri, Nov 15, 2019 at 04:51:48PM +0100, Peter Krempa wrote: > To allow converting the pflash drives to blockdev we will need a > virStorageSource to allow using our helpers. Temporarily prior to > coverting loader data to a virStorageSoruce add private data which will > house this. > > Signed-of

[libvirt] [PATCH 2/6] qemu: domain: Store virStorageSources representing pflash backing

2019-11-15 Thread Peter Krempa
To allow converting the pflash drives to blockdev we will need a virStorageSource to allow using our helpers. Temporarily prior to coverting loader data to a virStorageSoruce add private data which will house this. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 5 + src/qemu/qemu_d