[PULL 0/4] AVR patches for 2021-03-15

Philippe Mathieu-Daudé posted 4 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210314234649.2614590-1-f4bug@amsat.org
include/hw/misc/led.h |  1 +
hw/avr/arduino.c      | 20 ++++++++++++++++----
hw/misc/led.c         |  1 +
target/avr/helper.c   | 10 ++++++----
4 files changed, 24 insertions(+), 8 deletions(-)
[PULL 0/4] AVR patches for 2021-03-15
Posted by Philippe Mathieu-Daudé 3 years, 1 month ago
The following changes since commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-14 17:47:49 +0000)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/avr-20210315

for you to fetch changes up to 56b90e60c4019b08012bd8bd1459efc00b055577:

  target/avr: Fix interrupt execution (2021-03-15 00:39:52 +0100)

----------------------------------------------------------------
AVR patches queue

- Only reset 'interrupt_request' mask once all interrupts executed
- Documentation and typo fixes
----------------------------------------------------------------

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

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

Philippe Mathieu-Daudé (2):
  hw/misc/led: Add yellow LED
  hw/avr/arduino: List board schematic links

 include/hw/misc/led.h |  1 +
 hw/avr/arduino.c      | 20 ++++++++++++++++----
 hw/misc/led.c         |  1 +
 target/avr/helper.c   | 10 ++++++----
 4 files changed, 24 insertions(+), 8 deletions(-)

-- 
2.26.2

Re: [PULL 0/4] AVR patches for 2021-03-15
Posted by Peter Maydell 3 years, 1 month ago
On Sun, 14 Mar 2021 at 23:48, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> The following changes since commit 6157b0e19721aadb4c7fdcfe57b2924af6144b14:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-14 17:47:49 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/avr-20210315
>
> for you to fetch changes up to 56b90e60c4019b08012bd8bd1459efc00b055577:
>
>   target/avr: Fix interrupt execution (2021-03-15 00:39:52 +0100)
>
> ----------------------------------------------------------------
> AVR patches queue
>
> - Only reset 'interrupt_request' mask once all interrupts executed
> - Documentation and typo fixes
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM