1
2
3
4
5
6
7
8
9
10
11
12
13
|
<think>
Okay, I need to classify this bug report into one of the given categories. Let me read through it carefully.
The user is talking about a problem with the implementation of Micron Xccela (MT35x) NOR Flash in `hw/block/m25p80.c`. They mention an issue with the MAN_MICRON_OCTAL entry introduced in a fork, suggesting that it's better to make it more generic as MAN_MICRON and handle octal mode through configuration registers, similar to quad mode. They also note a commit about 256 configuration registers.
Looking at the categories provided: mistranslation, assembly, other, device, graphic, socket, network, KVM, boot, vnc, debug, files, permissions, performance, kernel, peripherals, hypervisor.
The bug is related to hardware block implementation in QEMU. The file `m25p80.c` suggests it's part of the hardware block devices, specifically flash memory emulation. The issue deals with incorrect or incomplete handling of configuration modes and manufacturer-specific implementations.
This doesn't fall under user-mode mistranslation or assembly lowering. It's more about how a specific device (NOR Flash) is implemented in QEMU's hardware layer. Therefore, it relates to the peripherals category because it involves the correct functioning of hardware peripheral emulation.
</think>
peripherals
|