Re: [PATCH 2/4] hw/i386/x86: Fix superfluous trailing semicolon

2024-07-04 Thread Peter Maydell
On Thu, 4 Jul 2024 at 09:33, Zhao Liu wrote: > > Signed-off-by: Zhao Liu > --- > hw/i386/x86.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/i386/x86.c b/hw/i386/x86.c > index a4aa8e081098..01fc5e656272 100644 > --- a/hw/i386/x86.c > +++ b/hw/i386/x86.c > @@ -242,7

[PATCH 2/4] hw/i386/x86: Fix superfluous trailing semicolon

2024-07-04 Thread Zhao Liu
Signed-off-by: Zhao Liu --- hw/i386/x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/x86.c b/hw/i386/x86.c index a4aa8e081098..01fc5e656272 100644 --- a/hw/i386/x86.c +++ b/hw/i386/x86.c @@ -242,7 +242,7 @@ static void x86_machine_get_pit(Object *obj, Visitor *v,