Re: [Qemu-devel] [PATCH]Fix two functions of the same name

2014-06-13 Thread Stefan Weil
Am 13.06.2014 13:49, schrieb Lb peace: > It is funny that we have two sigbus_handler in our QEMU.(exec.c & > cpus.c)Change one's name. > > Signed-off-by: Peace > --- > cpus.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > Technically it does not matter whether two functions

[Qemu-devel] [PATCH]Fix two functions of the same name

2014-06-13 Thread Lb peace
It is funny that we have two sigbus_handler in our QEMU.(exec.c & cpus.c)Change one's name. Signed-off-by: Peace --- cpus.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpus.c b/cpus.c index dd7ac13..2a429e5 100644 --- a/cpus.c +++ b/cpus.c @@ -583,7 +583,7 @@ stat