Re: [Qemu-devel] [PATCH V5 7/7] nios2: Add support for Nios-II R1

2017-01-18 Thread Marek Vasut
On 01/18/2017 08:35 PM, Richard Henderson wrote: > On 01/16/2017 04:44 PM, Marek Vasut wrote: >> +F: target-nios2/ > > Filename change. > > r~ OK -- Best regards, Marek Vasut

Re: [Qemu-devel] [PATCH V5 7/7] nios2: Add support for Nios-II R1

2017-01-18 Thread Richard Henderson
On 01/16/2017 04:44 PM, Marek Vasut wrote: +F: target-nios2/ Filename change. r~

[Qemu-devel] [PATCH V5 7/7] nios2: Add support for Nios-II R1

2017-01-16 Thread Marek Vasut
Add remaining bits of the Altera NiosII R1 support into qemu, which is documentation, MAINTAINERS file entry, configure bits, arch_init and configuration files for both linux-user (userland binaries) and softmmu (hardware emulation). Signed-off-by: Marek Vasut Cc: Chris Wulff Cc: Jeff Da Silva