[PATCH v2 02/23] q800: add missing space after parent object in GLUEState

Mark Cave-Ayland posted 23 patches 2 years, 8 months ago
Maintainers: Laurent Vivier <laurent@vivier.eu>, Jason Wang <jasowang@redhat.com>
There is a newer version of this series
[PATCH v2 02/23] q800: add missing space after parent object in GLUEState
Posted by Mark Cave-Ayland 2 years, 8 months ago
This brings GLUEState in line with our current QOM guidelines.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
---
 hw/m68k/q800.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/m68k/q800.c b/hw/m68k/q800.c
index 1aead224e2..bb9e857632 100644
--- a/hw/m68k/q800.c
+++ b/hw/m68k/q800.c
@@ -100,6 +100,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(GLUEState, GLUE)
 
 struct GLUEState {
     SysBusDevice parent_obj;
+
     M68kCPU *cpu;
     uint8_t ipr;
     uint8_t auxmode;
-- 
2.30.2
Re: [PATCH v2 02/23] q800: add missing space after parent object in GLUEState
Posted by Laurent Vivier 2 years, 8 months ago
Le 31/05/2023 à 14:53, Mark Cave-Ayland a écrit :
> This brings GLUEState in line with our current QOM guidelines.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
>   hw/m68k/q800.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/hw/m68k/q800.c b/hw/m68k/q800.c
> index 1aead224e2..bb9e857632 100644
> --- a/hw/m68k/q800.c
> +++ b/hw/m68k/q800.c
> @@ -100,6 +100,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(GLUEState, GLUE)
>   
>   struct GLUEState {
>       SysBusDevice parent_obj;
> +
>       M68kCPU *cpu;
>       uint8_t ipr;
>       uint8_t auxmode;

Reviewed-by: Laurent Vivier <laurent@vivier.eu>


Re: [PATCH v2 02/23] q800: add missing space after parent object in GLUEState
Posted by Philippe Mathieu-Daudé 2 years, 8 months ago
On 31/5/23 14:53, Mark Cave-Ayland wrote:
> This brings GLUEState in line with our current QOM guidelines.
> 
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
>   hw/m68k/q800.c | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>