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