[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/7] target/avr: Correct AVRCPUClass docstring
From: |
Laurent Vivier |
Subject: |
[PULL 2/7] target/avr: Correct AVRCPUClass docstring |
Date: |
Tue, 22 Feb 2022 17:16:19 +0100 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
There is no 'vr' field in AVRCPUClass.
Likely a copy/paste typo from CRISCPUClass ;)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220122001036.83267-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
target/avr/cpu-qom.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/avr/cpu-qom.h b/target/avr/cpu-qom.h
index 9fa6989c1882..14e5b3ce72ff 100644
--- a/target/avr/cpu-qom.h
+++ b/target/avr/cpu-qom.h
@@ -33,7 +33,6 @@ OBJECT_DECLARE_TYPE(AVRCPU, AVRCPUClass,
* AVRCPUClass:
* @parent_realize: The parent class' realize handler.
* @parent_reset: The parent class' reset handler.
- * @vr: Version Register value.
*
* A AVR CPU model.
*/
--
2.35.1
- [PULL 0/7] Trivial branch for 7.0 patches, Laurent Vivier, 2022/02/22
- [PULL 2/7] target/avr: Correct AVRCPUClass docstring,
Laurent Vivier <=
- [PULL 1/7] configure: Disable capstone and slirp in the --without-default-features mode, Laurent Vivier, 2022/02/22
- [PULL 7/7] hid: Implement support for side and extra buttons, Laurent Vivier, 2022/02/22
- [PULL 5/7] qemu-options: fix incorrect description for '-drive index=', Laurent Vivier, 2022/02/22
- [PULL 4/7] hw/nvram: use at24 macro, Laurent Vivier, 2022/02/22
- [PULL 6/7] vdpa: Make ncs autofree, Laurent Vivier, 2022/02/22
- [PULL 3/7] target/rx: Remove unused ENV_OFFSET definition, Laurent Vivier, 2022/02/22
- Re: [PULL 0/7] Trivial branch for 7.0 patches, Peter Maydell, 2022/02/23