qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] target/avr: Correct AVRCPUClass docstring


From: Laurent Vivier
Subject: Re: [PATCH] target/avr: Correct AVRCPUClass docstring
Date: Mon, 21 Feb 2022 18:17:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Le 22/01/2022 à 01:10, Philippe Mathieu-Daudé via a écrit :
There is no 'vr' field in AVRCPUClass.

Likely a copy/paste typo from CRISCPUClass ;)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  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 9fa6989c18..14e5b3ce72 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.
   */

Applied to my trivial-patches branch.

Thanks,
Laurent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]