qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 dev


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] hw/misc/mos6522: Fix bad class definition of the MOS6522 device
Date: Mon, 18 Nov 2024 13:38:38 +0100
User-agent: Mozilla Thunderbird

On 14/11/24 10:46, Thomas Huth wrote:
When compiling QEMU with --enable-cfi, the "q800" m68k machine
currently crashes very early, when the q800_machine_init() function
tries to wire the interrupts of the "via1" device.
This happens because TYPE_MOS6522_Q800_VIA1 is supposed to be a
proper SysBus device, but its parent (TYPE_MOS6522) has a mistake
in its class definition where it is only derived from DeviceClass,
and not from SysBusDeviceClass, so we end up in funny memory access
issues here. Using the right class hierarchy for the MOS6522 device
fixes the problem.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2675
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  include/hw/misc/mos6522.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Patch queued to hw-misc, thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]