Re: [Qemu-devel] Deprecate tilegx ?

2018-03-14 Thread Xuetao Guan
> Le 14/03/2018 �� 10:09, Xuetao Guan a 茅crit��: >> >>> [...] >>> Personally, I think it's useful to consider not merely "do we >>> have anybody actively maintaining this" (after all our x86 frontend >>> is not exactly very well-love

Re: [Qemu-devel] Deprecate tilegx ?

2018-03-14 Thread Xuetao Guan
> [...] > Personally, I think it's useful to consider not merely "do we > have anybody actively maintaining this" (after all our x86 frontend > is not exactly very well-loved!) but also "are there users of QEMU > out there using it?" and "is this actually something that exists > in the real world

Re: [Qemu-devel] Proposal: deprecate and remove QEMU's unicore32 target code

2018-03-09 Thread Xuetao Guan
> I propose that we deprecate and plan to remove the unicore32 code: > > * It has had no changes since 2012 that were not tree-wide >maintenance/API changes/other global updates > * We dropped the linux-user unicore32 support in 2016 because of >a clash between the 'old ABI' that it was i

Re: [Qemu-devel] [PATCH v5] hw/unicore32: remove wrong assertion in puv machine init

2017-03-30 Thread Xuetao Guan
> On 03/30/2017 07:50 PM, Suramya Shah wrote: >> Running QEMU with qemu-system-unicore32 without the kernel parameter >> results in an assertion error. >> Assert should not be used to check user provided parameters. Report an >> error and exit instead >> Signed-off-by: Suramya Shah Thanks Suramya

Re: [Qemu-devel] [PATCH 18/20] unicore32: Move CPU files to target/ folder

2016-12-10 Thread Xuetao Guan
>> Signed-off-by: Thomas Huth > > Asked-by: Guan Xuetao Sorry, should be Acked-by: Guan Xuetao > >> --- >> MAINTAINERS | 2 +- >> {target-unicore32 => target/unicore32}/Makefile.objs | 0 >> {target-unicore32 => target/unicore32}/cpu-qom.h | 0 >>

Re: [Qemu-devel] [PATCH 18/20] unicore32: Move CPU files to target/ folder

2016-12-10 Thread Xuetao Guan
> Signed-off-by: Thomas Huth Asked-by: Guan Xuetao > --- > MAINTAINERS | 2 +- > {target-unicore32 => target/unicore32}/Makefile.objs | 0 > {target-unicore32 => target/unicore32}/cpu-qom.h | 0 > {target-unicore32 => target/unicore32}/cpu.c

Re: [Qemu-devel] proposal: drop linux-user unicore32 support from QEMU

2016-09-29 Thread Xuetao Guan
>> > The problem we see is that the system call numbers in qemus >> > unicore32/syscall_nr.h dont match what is linux mainline kernel. From >> the >> > toolchain linked, you seem to have kernel headers and syscall numbers >> > based on a custom 2.6.32 fork. If one builds unicore32 binaries based >>

Re: [Qemu-devel] proposal: drop linux-user unicore32 support from QEMU

2016-09-25 Thread Xuetao Guan
> On Thu, Sep 22, 2016 at 11:09:55PM +0800, MPRC wrote: >> Hi, I'm fixing the syscall problem for linux-user/unicore32 in qemu. >> >> I write a "hello world" program to test linux-user/unicore32 in qemu 2.7 >> with toolchain of uc4-1.0.5(you can download it through >> http://mprc.pku.edu.cn/~guanxu

Re: [Qemu-devel] proposal: drop linux-user unicore32 support from QEMU

2016-09-11 Thread Xuetao Guan
> On 14 June 2016 at 14:43, Xuetao Guan wrote: >>> On 20 May 2016 at 13:48, Riku Voipio wrote: >>>> On torstaina 12. toukokuuta 2016 17.34.42 EEST, Peter Maydell wrote: >>>>> We should either fix our unicore32 support to use the real >>>>&

Re: [Qemu-devel] [PATCH] MAINTAINERS: Add include/hw/unicore32/ to UniCore32 section

2016-09-11 Thread Xuetao Guan
> get_maintainer.pl now properly recognizes that the file in > include/hw/unicore32/ belongs to UniCore32. > > Signed-off-by: Thomas Huth Looks ok to me. Acked-by: Guan Xuetao > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9d17cb3

Re: [Qemu-devel] proposal: drop linux-user unicore32 support from QEMU

2016-06-14 Thread Xuetao Guan
> On 20 May 2016 at 13:48, Riku Voipio wrote: >> On torstaina 12. toukokuuta 2016 17.34.42 EEST, Peter Maydell wrote: >>> We should either fix our unicore32 support to use the real >>> syscall numbers, or just drop it; since nobody has touched >>> linux-user/unicore32 since 2012, and there have be

Re: [Qemu-devel] [PATCH] softfloat: rebase to version 2a

2013-04-30 Thread Xuetao Guan
> N.B. If you are on CC, see after the '---' for a requested action! > > The license of SoftFloat-2b is claimed to be GPLv2 incompatible by > the FSF due to an indemnification clause. The previous release, > SoftFloat-2a, did not contain this clause. The only changes between > these two versions