summary refs log tree commit diff stats
path: root/results/scraper/launchpad/602544
blob: 34e3b172cddc66ed98e1f1723d8339930156271f (plain) (blame)
1
2
3
4
5
6
7
8
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.