Re: [libvirt] [RFC PATCH 14/30] [RFC] qemu: block: Always set discard for storage nodes

2018-04-20 Thread Kevin Wolf
Am 19.04.2018 um 17:25 hat Peter Krempa geschrieben: > According to my research it seems that qemu always sets discard for the > storage nodes. Replicate this in our generator. > --- > src/qemu/qemu_block.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git

[libvirt] [RFC PATCH 14/30] [RFC] qemu: block: Always set discard for storage nodes

2018-04-19 Thread Peter Krempa
According to my research it seems that qemu always sets discard for the storage nodes. Replicate this in our generator. --- src/qemu/qemu_block.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_block.c index 44662a4603..0357d93384