On 04/25/2018 11:15 AM, Peter Krempa wrote:
Add a flag denoting that a virStorageSource is going to be used as a
floppy image. This will be useful in cases where the user passes in
files which shall be exposed as an image to the guest.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_domain.c | 3 +++
src/util/virstoragefile.h | 3 +++
2 files changed, 6 insertions(+)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John