mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 21:18:22 +00:00
lasips2: rename LASIPS2Port parent pointer to lasips2
This makes it clearer that the pointer is a reference to the LASIPS2 container device rather than an implied part of the QOM hierarchy. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Tested-by: Helge Deller <deller@gmx.de> Acked-by: Helge Deller <deller@gmx.de> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20220712215251.7944-30-mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct LASIPS2State LASIPS2State;
|
||||
struct LASIPS2Port {
|
||||
DeviceState parent_obj;
|
||||
|
||||
LASIPS2State *parent;
|
||||
LASIPS2State *lasips2;
|
||||
MemoryRegion reg;
|
||||
PS2State *ps2dev;
|
||||
uint8_t id;
|
||||
|
||||
Reference in New Issue
Block a user