Thanks! On Mon, Jun 3, 2019 at 10:47 PM Eric Blake <ebl...@redhat.com> wrote:
> On 6/1/19 4:20 PM, Michael Rolnik wrote: > > Hi Eric. > > > > please explain what should I do or point to an example or documentation. > > > > >>> # 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 'avr' is (since 4.1). > > Look above a few lines, where it says: > > # ppcemb: dropped in 3.1 > # > # Since: 3.0 > ## > { 'enum' : 'SysEmuTarget', > > You'll add a new line, right after ppcemb, which states > > # avr: since 4.1 > > -- > Eric Blake, Principal Software Engineer > Red Hat, Inc. +1-919-301-3226 > Virtualization: qemu.org | libvirt.org > > -- Best Regards, Michael Rolnik