Hi
QEMU adds the checkpoints to the image (ubuntu-natty.qcow2 in your case).
to show the checkpoints use
qemu-img info  ubuntu-natty.qcow2
-Furat
On Thu, Jun 28, 2012 at 12:21 AM, 원교연 <[email protected]> wrote:
>
> Hi! all
>
>
> I am now released from ISCA 2012 tutorial is to refer to simpoint test.
>
>
> Now using the following method for simpoint right? What if I am wrong
please make sure that part is wrong.
>
>
> pinpoints the workload for the bb file (gems.bb) was to generate
>
> As it simpoints file (gems_sim), weight file (gems_weight) have created.
>
>
>
>
> 1. using the original VM booting
>
>
> qemu/qemu-system-x86_64 -m 2048 -simconfig test.cfg -hda
ubuntu-natty.qcow2
>
>
> /*** simconfig option ***/
>
> -stopinsns 100m
>
> -machine single_core
>
> -logfie test.log
>
> -kill-after-run
>
> /*************************/
>
>
> 2. check point 생성
>
> ~/create_checkpoint gems_sim; ls ; ~/stop_sim
>
>
> 3. marss reboot
>
> qemu/qemu-system-x86_64 -m 2048 -simconfig test.cfg -hda
ubuntu-natty.qcow2
>
>
> /*** simconfig option ***/
>
> -stopinsns 100m
>
> -machine single_core
>
> -logfie test.log
>
> -kill-after-run
>
> -simpoint  gems_sim
>
> -simpoint-interval 10 M
>
> -simpoint-chk-name GEMS
>
> /*****************/
>
>
> /** gems_sim **/
>
> 0 0
>
> 5 1
>
> 15 2
>
> 1 3
>
> 19 4
>
> 17 5
>
> 13 6
>
> /***************/
>
>
>
> where is simpoint checkpoint file??  '_sp_N'
>
>
>
>
> _______________________________________________
> http://www.marss86.org
> Marss86-Devel mailing list
> [email protected]
> https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
>
_______________________________________________
http://www.marss86.org
Marss86-Devel mailing list
[email protected]
https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel

Reply via email to