Searched hist:"33 e0958e7eb9481baf59df826e024954c6e6b5ca" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/input/ |
H A D | pl050.h | diff 33e0958e7eb9481baf59df826e024954c6e6b5ca Tue Jul 12 16:52:14 CDT 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> pl050: change PL050State dev pointer from void to PS2State
This allows the compiler to enforce that the PS2 device pointer is always of type PS2State. Update the name of the pointer from dev to ps2dev to emphasise this type change.
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-4-mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
|
/openbmc/qemu/hw/input/ |
H A D | pl050.c | diff 33e0958e7eb9481baf59df826e024954c6e6b5ca Tue Jul 12 16:52:14 CDT 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> pl050: change PL050State dev pointer from void to PS2State
This allows the compiler to enforce that the PS2 device pointer is always of type PS2State. Update the name of the pointer from dev to ps2dev to emphasise this type change.
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-4-mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
|