Philippe Mathieu-Daudé 于2019年10月8日周二 下午10:40写道:
> The VM coreinfo device does not sit on a bus, so it won't be
> reset automatically. This is why it calls qemu_register_reset().
>
> Add a comment about it, so we don't convert its reset handler
> to a DeviceReset method.
>
> Signed-off-by: Philipp
On Tue, Oct 8, 2019 at 6:35 PM Philippe Mathieu-Daudé wrote:
>
> The VM coreinfo device does not sit on a bus, so it won't be
> reset automatically. This is why it calls qemu_register_reset().
>
> Add a comment about it, so we don't convert its reset handler
> to a DeviceReset method.
>
> Signed-o
The VM coreinfo device does not sit on a bus, so it won't be
reset automatically. This is why it calls qemu_register_reset().
Add a comment about it, so we don't convert its reset handler
to a DeviceReset method.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/misc/vmcoreinfo.c | 4
1 file ch