Re: [PATCH v2 3/3] qemu: command: support for virtio-blk-pci discard option

2021-09-08 Thread Peter Krempa
On Tue, Sep 07, 2021 at 15:12:10 +0800, yuxiat...@huawei.com wrote: > From: yuxiating > > This patch introduces a new attribute "discard". An example of > the XML: > > > > > The corresponding QEMU command line: > > -device virtio-blk-pci,scsi=off,discard=off,id=virtio-disk0 > >

[PATCH v2 3/3] qemu: command: support for virtio-blk-pci discard option

2021-09-07 Thread yuxiating
From: yuxiating This patch introduces a new attribute "discard". An example of the XML: The corresponding QEMU command line: -device virtio-blk-pci,scsi=off,discard=off,id=virtio-disk0 Signed-off-by: yuxiating --- src/qemu/qemu_command.c | 5 +++