summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/device/602544
blob: 09d8a37f9f2c97523df9e0878a17b9c1bee40777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
device: 0.681
instruction: 0.437
semantic: 0.412
graphic: 0.405
mistranslation: 0.375
other: 0.244
boot: 0.159
vnc: 0.142
socket: 0.119
assembly: 0.086
network: 0.047
KVM: 0.022

[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.