1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, so I need to classify this bug report: "how to know jpeg-wan-compression is in force". The possible categories are mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor.
First, I'll analyze the bug report. It seems like the user is asking about JPEG-WAN compression being active or not. JPEG-WAN is related to image compression optimized for transmission over networks, so it's likely used in graphics handling within QEMU.
QEMU has various components, including device emulation and graphical interfaces. Since this is about a specific compression method used in graphics data transfer, I think it falls under the 'graphic' category. It doesn't seem related to networking protocols directly but more about how images are processed for display.
I considered other categories like network since it's 'WAN', but the main focus here is on whether JPEG compression is being applied, which is a graphical feature rather than a network protocol issue.
</think>
graphic
|