Thanks for your review. Actually, the very recent v2 one is v4. There was an typo while I was writing multiple mails for successful patchew builds(v2 and v3 has the same contents) .. Sorry.
If needed, let me know to write the new titled version of mail which contains the same contents. -------- 원본 이메일 -------- 발신: Philippe Mathieu-Daudé <f4...@amsat.org> 날짜: 20/10/4 오전 3:03 (GMT+09:00) 받은 사람: Heecheol Yang <heecheol.y...@outlook.com>, qemu-devel@nongnu.org 참조: Sarah Harris <s.e.har...@kent.ac.uk>, Michael Rolnik <mrol...@gmail.com> 제목: Re: [PATCH v2] hw/avr: Add limited support for avr gpio registers On 10/3/20 2:38 PM, Heecheol Yang wrote: > Add some of these features for avr gpio: > > - GPIO I/O : PORTx registers > - Data Direction : DDRx registers > > Following things are not supported yet: > - PINx registers > - MCUR registers > - Even though read/write for DDRx registers are > implemented, actual direction controls are not > supported yet. > > Signed-off-by: Heecheol Yang <heecheol.y...@outlook.com> > --- > hw/avr/Kconfig | 1 + > hw/avr/atmega.c | 7 ++- > hw/avr/atmega.h | 2 + > hw/gpio/Kconfig | 3 + > hw/gpio/avr_gpio.c | 112 +++++++++++++++++++++++++++++++++++++ > hw/gpio/meson.build | 2 + > include/hw/gpio/avr_gpio.h | 46 +++++++++++++++ > 7 files changed, 171 insertions(+), 2 deletions(-) > create mode 100644 hw/gpio/avr_gpio.c > create mode 100644 include/hw/gpio/avr_gpio.h FYI this one is posted correctly, I can read it and patchew successfully applied it: https://patchew.org/QEMU/dm6pr16mb2473c5a77e009ca2fef3d8ece6...@dm6pr16mb2473.namprd16.prod.outlook.com/ But v3 is broken again...