blob: f368be5db5fa53ebbe1c981f84982f07a60447e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<think>
Okay, I'm trying to classify this bug report for QEMU into one of the given categories. The error message says "Parameter 'sgx-epc.0.node' is unexpected." Hmm, SGX stands for Software Guard Extensions, which are related to Intel's security features. EPC probably refers to the Encrypted Protected Control, part of the SGX architecture.
Looking at QEMU components, parameters like these usually relate to device or hardware-specific configurations. Since SGX is a feature that requires special handling in virtualization, I think this falls under the 'device' category because it's dealing with an unexpected parameter for a specific hardware device or component.
I don't see any mention of assembly or user-mode issues here; it's more about how QEMU handles certain hardware-related parameters. So yeah, 'device' makes sense.
</think>
The bug report mentions "sgx-epc.0.node," which relates to Intel SGX (Software Guard Extensions) and its Encrypted Protected Control (EPC) region. Since this is a specific hardware feature that requires proper handling in QEMU's device configuration, the category is:
device
|