All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] AVR patch queue for QEMU 6.0
@ 2021-03-13 16:54 Philippe Mathieu-Daudé
  2021-03-13 16:54 ` [PATCH 01/11] hw/misc/led: Add yellow LED Philippe Mathieu-Daudé
                   ` (12 more replies)
  0 siblings, 13 replies; 30+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-13 16:54 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Sarah Harris, Michael Rolnik, Philippe Mathieu-Daudé

Hi,

This series contains all the AVR patches I could find on the list.

Niteesh, I fixed minor issues. Do you mind reviewing on top?

Pull request planned for Monday if no problem arises.

Thanks,

Phil.

G S Niteesh Babu (2):
  hw/gpio/avr_gpio: Add tracing for reads and writes
  hw/avr/arduino: Add D13 LED

Heecheol Yang (1):
  hw/avr: Add limited support for avr gpio registers

Ivanov Arkasha (1):
  target/avr: Fix interrupt execution

Lichang Zhao (1):
  target/avr: Fix some comment spelling errors

Philippe Mathieu-Daudé (6):
  hw/misc/led: Add yellow LED
  hw/avr/arduino: List board schematic links
  hw/gpio/avr_gpio: Add migration VMstate
  hw/gpio/avr_gpio: Add 'id' field in AVRGPIOState
  hw/gpio/avr_gpio: Simplify avr_gpio_write_port using extract32()
  hw/avr/arduino: Replace magic number by gpio_port_index() call

 hw/avr/atmega.h            |   2 +
 include/hw/gpio/avr_gpio.h |  54 ++++++++++++
 include/hw/misc/led.h      |   1 +
 hw/avr/arduino.c           |  44 +++++++++-
 hw/avr/atmega.c            |   8 +-
 hw/gpio/avr_gpio.c         | 173 +++++++++++++++++++++++++++++++++++++
 hw/misc/led.c              |   1 +
 target/avr/helper.c        |  10 ++-
 hw/avr/Kconfig             |   2 +
 hw/gpio/Kconfig            |   3 +
 hw/gpio/meson.build        |   1 +
 hw/gpio/trace-events       |   5 ++
 12 files changed, 294 insertions(+), 10 deletions(-)
 create mode 100644 include/hw/gpio/avr_gpio.h
 create mode 100644 hw/gpio/avr_gpio.c

-- 
2.26.2



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2021-03-23  8:40 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 16:54 [PATCH 00/11] AVR patch queue for QEMU 6.0 Philippe Mathieu-Daudé
2021-03-13 16:54 ` [PATCH 01/11] hw/misc/led: Add yellow LED Philippe Mathieu-Daudé
2021-03-13 19:51   ` Richard Henderson
2021-03-13 16:54 ` [PATCH 02/11] hw/avr/arduino: List board schematic links Philippe Mathieu-Daudé
2021-03-13 19:51   ` Richard Henderson
2021-03-13 16:54 ` [PATCH 03/11] hw/avr: Add limited support for avr gpio registers Philippe Mathieu-Daudé
2021-03-13 19:55   ` Richard Henderson
2021-03-14 10:26   ` Mark Cave-Ayland
2021-03-14 23:41     ` Philippe Mathieu-Daudé
2021-03-15 13:15   ` Sarah Harris
2021-03-13 16:54 ` [PATCH 04/11] hw/gpio/avr_gpio: Add migration VMstate Philippe Mathieu-Daudé
2021-03-13 19:57   ` Richard Henderson
2021-03-13 16:54 ` [PATCH 05/11] hw/gpio/avr_gpio: Add 'id' field in AVRGPIOState Philippe Mathieu-Daudé
2021-03-13 19:58   ` Richard Henderson
2021-03-13 16:54 ` [PATCH 06/11] hw/gpio/avr_gpio: Simplify avr_gpio_write_port using extract32() Philippe Mathieu-Daudé
2021-03-13 19:59   ` Richard Henderson
2021-03-13 16:54 ` [PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes Philippe Mathieu-Daudé
2021-03-13 17:21   ` Niteesh G. S.
2021-03-23  2:42     ` Niteesh G. S.
2021-03-23  8:39       ` Philippe Mathieu-Daudé
2021-03-13 16:54 ` [PATCH 08/11] hw/avr/arduino: Add D13 LED Philippe Mathieu-Daudé
2021-03-13 17:02   ` Niteesh G. S.
2021-03-13 17:21     ` Niteesh G. S.
2021-03-13 16:54 ` [PATCH 09/11] hw/avr/arduino: Replace magic number by gpio_port_index() call Philippe Mathieu-Daudé
2021-03-13 20:02   ` Richard Henderson
2021-03-13 22:20     ` Philippe Mathieu-Daudé
2021-03-13 16:54 ` [PATCH 10/11] target/avr: Fix some comment spelling errors Philippe Mathieu-Daudé
2021-03-13 16:54 ` [PATCH 11/11] target/avr: Fix interrupt execution Philippe Mathieu-Daudé
2021-03-13 22:16 ` [PATCH 00/11] AVR patch queue for QEMU 6.0 Michael Rolnik
2021-03-14 23:42 ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.