[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with th
From: |
Michael Rolnik |
Subject: |
Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file |
Date: |
Mon, 6 May 2019 23:07:06 +0300 |
Yes
Sent from my cell phone, please ignore typos
On Mon, May 6, 2019, 6:11 PM Eric Blake <address@hidden> wrote:
> On 5/4/19 3:36 AM, Sarah Harris wrote:
> > Signed-off-by: Sarah Harris <address@hidden>
> > ---
>
> > +++ b/qapi/common.json
> > @@ -187,7 +187,7 @@
> > # Since: 3.0
> > ##
> > { 'enum' : 'SysEmuTarget',
> > - 'data' : [ 'aarch64', 'alpha', 'arm', 'cris', 'hppa', 'i386', 'lm32',
> > + 'data' : [ 'aarch64', 'alpha', 'arm', 'avr', 'cris', 'hppa', 'i386',
> 'lm32',
> > 'm68k', 'microblaze', 'microblazeel', 'mips', 'mips64',
> > 'mips64el', 'mipsel', 'moxie', 'nios2', 'or1k', 'ppc',
> > 'ppc64', 'riscv32', 'riscv64', 's390x', 'sh4',
>
> Missing documentation that the new 'avr' member is available only since
> 4.1.
>
> > diff --git a/target/avr/Makefile.objs b/target/avr/Makefile.objs
> > new file mode 100644
> > index 0000000000..41355dea1e
> > --- /dev/null
> > +++ b/target/avr/Makefile.objs
> > @@ -0,0 +1,23 @@
> > +#
> > +# QEMU AVR CPU
> > +#
> > +# Copyright (c) 2016 Michael Rolnik
>
> Do you want to also claim through 2019?
>
> --
> Eric Blake, Principal Software Engineer
> Red Hat, Inc. +1-919-301-3226
> Virtualization: qemu.org | libvirt.org
>
>
- [Qemu-devel] [PATCH v1 1/8] target/avr: Add instruction decoder, (continued)
- [Qemu-devel] [PATCH v1 1/8] target/avr: Add instruction decoder, Sarah Harris, 2019/05/04
- [Qemu-devel] [PATCH v1 5/8] target/avr: Add instruction translation, Sarah Harris, 2019/05/04
- [Qemu-devel] [PATCH v1 6/8] target/avr: Add limited support for USART and 16 bit timer peripherals, Sarah Harris, 2019/05/04
- [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Sarah Harris, 2019/05/04
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Richard Henderson, 2019/05/05
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Michael Rolnik, 2019/05/05
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Sarah Harris, 2019/05/07
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Sarah Harris, 2019/05/10
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file, Eric Blake, 2019/05/06
- Re: [Qemu-devel] [PATCH v1 8/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file,
Michael Rolnik <=
- [Qemu-devel] [PATCH v1 2/8] target/avr: Add mechanism to check for active debugger connection, Sarah Harris, 2019/05/04
- [Qemu-devel] [PATCH v1 3/8] target/avr: Add outward facing interfaces and core CPU logic, Sarah Harris, 2019/05/04