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
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
---
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
http://wiki.qemu.org/Features/PostCopyLiveMigration
in description:
“This is is yet” should be changed to "This is "Or "It is "
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()
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
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