diff options
Diffstat (limited to 'mailinglist/output_launchpad/602544')
| -rw-r--r-- | mailinglist/output_launchpad/602544 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mailinglist/output_launchpad/602544 b/mailinglist/output_launchpad/602544 new file mode 100644 index 00000000..34e3b172 --- /dev/null +++ b/mailinglist/output_launchpad/602544 @@ -0,0 +1,9 @@ +[Feature request] Please implement ATA TRIM command + +Modern linuxes can use ATA TRIM command on block devices. It will be very nice if qemu translates this request to underlying block driver. + +1. So, if I use RAW image (on my case - lvm partition), TRIM inside qemu should do TRIM command on my readl HDD +2. In the future, TRIM command inside qemu will free space inside qcow images. + +This was indeed implemented through support for the DATA_SET_MANAGEMENT command, in hw/ide/core.c. If you are having specific issues here in 2016, please file a more specific bug. + |