[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v7 02/15] target-tricore: Add board for systemmo
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v7 02/15] target-tricore: Add board for systemmode |
Date: |
Mon, 1 Sep 2014 13:48:40 +0100 |
On 1 September 2014 12:59, Bastian Koppelmann
<address@hidden> wrote:
> Add basic board to allow systemmode emulation
>
> Signed-off-by: Bastian Koppelmann <address@hidden>
> ---
> v6 -> v7:
> - TRICORECPU -> TriCoreCPU.
> - CPUTRICOREState -> CPUTriCoreState.
> - tricore_testboard.c: Change Licence to GPL v2.
> + * This library is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2 of the License, or (at your option) any later version.
...the text you've actually used is LGPL 2+, not GPL2+. That's
fine if that's what you wanted, but I thought I'd check given the
difference between changelog and change.
thanks
-- PMM
- [Qemu-devel] [PATCH v7 00/15] TriCore architecture guest implementation, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 05/15] target-tricore: Add masks and opcodes for decoding, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 03/15] target-tricore: Add softmmu support, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 02/15] target-tricore: Add board for systemmode, Bastian Koppelmann, 2014/09/01
- Re: [Qemu-devel] [PATCH v7 02/15] target-tricore: Add board for systemmode,
Peter Maydell <=
- [Qemu-devel] [PATCH v7 01/15] target-tricore: Add target stubs and qom-cpu, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 06/15] target-tricore: Add instructions of SRC opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 04/15] target-tricore: Add initialization for translation and activate target, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 08/15] target-tricore: Add instructions of SSR opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 09/15] target-tricore: Add instructions of SRRS and SLRO opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 07/15] target-tricore: Add instructions of SRR opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 11/15] target-tricore: Add instructions of SBC and SBRN opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 10/15] target-tricore: Add instructions of SB opcode format, Bastian Koppelmann, 2014/09/01
- [Qemu-devel] [PATCH v7 12/15] target-tricore: Add instructions of SBR opcode format, Bastian Koppelmann, 2014/09/01