[Qemu-devel] 回复: Re: [PATCH] linux-user: sync syscall numbers upto 3.13

2014-01-13 Thread
The syscall numbers in unicore32 are correct because we have two ABIs for 32 bits. In qemu, it's old ABI, while in kernel, it's new ABI. However, for now, old ABI is widely used for unicore32's applications. Thanks and Regards, Xuetao Guan - Peter Maydell 写道: > On 13 January 2014 12:33,

[Qemu-devel] 回复: Re: 回复: Re: [PATCH] linux-user: sync syscall numbers upto 3.13

2014-01-13 Thread
I'm sorry, but what's exactly your meaning? Change linux-user/unicore32/syscall_nr.h to be the same as linux kernel. Or, we will use include/*/unistd.h in linux kernel directly, by copying or referencing. Thanks, Guan Xuetao - Peter Maydell 写道: > On 13 January 2014 15:1

[Qemu-devel] 回复: Re: BUG: commit 50a2c6e breaks KVM/ARM (reset/init vcpu order)

2014-05-26 Thread
- Andreas Färber 写道: > Am 26.05.2014 11:57, schrieb Alexander Graf: > > > > Any reason we're so incredibly inconsistent in what we do during realize > > with reset? I would really prefer to ensure we're doing the same thing > > on all targets. > > > > > > Alex > > > > $ grep -R -A 3 -B 3