[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 3/9] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
From: |
Laurent Vivier |
Subject: |
[PULL 3/9] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ |
Date: |
Tue, 18 Jan 2022 13:28:41 +0100 |
From: Peter Maydell <peter.maydell@linaro.org>
Fix a comment in qdev-core.h where we incorrectly referred
to TYPE_IRQ_SPLIT when we meant TYPE_SPLIT_IRQ.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220111172655.3546766-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
include/hw/qdev-core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index d19c94175203..92c3d6520866 100644
--- a/include/hw/qdev-core.h
+++ b/include/hw/qdev-core.h
@@ -493,7 +493,7 @@ qemu_irq qdev_get_gpio_in_named(DeviceState *dev, const
char *name, int n);
* qemu_irqs at once, or to connect multiple outbound GPIOs to the
* same qemu_irq. (Warning: there is no assertion or other guard to
* catch this error: the model will just not do the right thing.)
- * Instead, for fan-out you can use the TYPE_IRQ_SPLIT device: connect
+ * Instead, for fan-out you can use the TYPE_SPLIT_IRQ device: connect
* a device's outbound GPIO to the splitter's input, and connect each
* of the splitter's outputs to a different device. For fan-in you
* can use the TYPE_OR_IRQ device, which is a model of a logical OR
--
2.34.1
- [PULL 0/9] Trivial branch for 7.0 patches, Laurent Vivier, 2022/01/18
- [PULL 3/9] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ,
Laurent Vivier <=
- [PULL 1/9] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers, Laurent Vivier, 2022/01/18
- [PULL 4/9] tests: Fix typo in check-help output, Laurent Vivier, 2022/01/18
- [PULL 6/9] linux-user: Fix comment typo in arm cpu_loop code, Laurent Vivier, 2022/01/18
- [PULL 2/9] hw/scsi/megasas: Simplify using the ldst API, Laurent Vivier, 2022/01/18
- [PULL 7/9] linux-user: Rename user_force_sig tracepoint to match function name, Laurent Vivier, 2022/01/18
- [PULL 9/9] linux-user: Remove MAX_SIGQUEUE_SIZE, Laurent Vivier, 2022/01/18
- [PULL 8/9] linux-user: Return void from queue_signal(), Laurent Vivier, 2022/01/18
- [PULL 5/9] softmmu: Provide a clue as to why device tree loading failed, Laurent Vivier, 2022/01/18
- Re: [PULL 0/9] Trivial branch for 7.0 patches, Peter Maydell, 2022/01/19