[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

[Qemu-devel] HQEMU :Violations of the GPLLicenses?

2014-06-25 Thread Lb peace
Efficient and retargetable dynamic binary translation on multicores Author:Ding-Yong Hong; Jan-Jan Wu; Pen-Chung Yew; Wei-Chung Hsu; Chun-Chen Hsu; Pangfeng Liu; Chien-Min Wang; Yeh-Ching Chung IEEE Transactions on Parallel and Distributed Systems DOI: 10.1109/TPDS.2013.56 Year: March 2014 ---

Re: [Qemu-devel] HQEMU :Violations of the GPLLicenses?

2014-06-26 Thread Lb peace
after putting a counter in every block . So I wanted to know how they overcome this. After waiting for 2 years,I found this paper published on I3E Trans. So I asked for sth. to verify again but still no reply 2014-06-26 19:09 GMT+08:00 Andreas Färber : > Hi, > > Am 25.06.2014

[Qemu-devel] A grammar mistake in wiki

2014-06-26 Thread Lb peace
http://wiki.qemu.org/Features/PostCopyLiveMigration in description: “This is is yet” should be changed to "This is "Or "It is "

[Qemu-devel] Some mistakes(?)in wiki

2014-06-26 Thread Lb peace
http://wiki.qemu.org/Features/ResetAPI: system reseta hardware mechanism for setting or returning all hardware states to the initial conditions.* Use caseIn qemu, system_system_reset(). cold reset(power on reset)system reset following the application of power. * Use caseIn qemu, system_reset()

[Qemu-devel] [PATCH]Fix a error in mc146818rtc.c

2014-06-30 Thread Lb peace
If you use hwclock in guest os ,you will find the result of hwclock isn't changed after changing host os's clock. I find this issue is generated in this patch: http://lists.gnu.org/archive/html/qemu-devel/2013-08/msg03353.html Before this patch,the result will be changed if you change host's clock

Re: [Qemu-devel] [PATCH]Fix a error in mc146818rtc.c

2014-06-30 Thread Lb peace
set_notifiers of QEMU_CLOCK_REALTIME? Any comment to that? A QEMU_CLOCK_REALTIME clock will not call its reset_notifiers when the time is adjusted to a time-point before.The reset_notifiers is useless for this type of QEMUClock. 2014-07-01 4:08 GMT+08:00 Alex Bligh : > > > On 30 Jun