[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/16] hw/i386/x86: Fix superfluous trailing semicolon
From: |
Michael Tokarev |
Subject: |
[PULL 04/16] hw/i386/x86: Fix superfluous trailing semicolon |
Date: |
Wed, 17 Jul 2024 14:06:28 +0300 |
From: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
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 a4aa8e0810..01fc5e6562 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,
const char *name,
static void x86_machine_set_pit(Object *obj, Visitor *v, const char *name,
void *opaque, Error **errp)
{
- X86MachineState *x86ms = X86_MACHINE(obj);;
+ X86MachineState *x86ms = X86_MACHINE(obj);
visit_type_OnOffAuto(v, name, &x86ms->pit, errp);
}
--
2.39.2
- [PULL 00/16] Trivial patches for 2024-07-17, Michael Tokarev, 2024/07/17
- [PULL 02/16] README.rst: add the missing punctuations, Michael Tokarev, 2024/07/17
- [PULL 01/16] block/curl: rewrite http header parsing function, Michael Tokarev, 2024/07/17
- [PULL 03/16] accel/kvm/kvm-all: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 06/16] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 07/16] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use, Michael Tokarev, 2024/07/17
- [PULL 05/16] util/oslib-posix: Fix superfluous trailing semicolon, Michael Tokarev, 2024/07/17
- [PULL 09/16] hw/i386/sgx: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 04/16] hw/i386/x86: Fix superfluous trailing semicolon,
Michael Tokarev <=
- [PULL 11/16] hw/usb/u2f-passthru: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 08/16] tests/avocado: Remove the non-working virtio_check_params test, Michael Tokarev, 2024/07/17
- [PULL 12/16] hw/vfio/container: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 10/16] hw/usb/host-libusb: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 16/16] meson: Update meson-buildoptions.sh, Michael Tokarev, 2024/07/17
- [PULL 13/16] backends/hostmem-epc: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 14/16] backends/iommufd: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- [PULL 15/16] backends/rng-random: Get rid of qemu_open_old(), Michael Tokarev, 2024/07/17
- Re: [PULL 00/16] Trivial patches for 2024-07-17, Richard Henderson, 2024/07/18