--- 12年6月1日,周五, 吴晓琳 写道:
发件人: 吴晓琳
主题: Re: [Qemu-devel] general question
收件人: che...@iis.sinica.edu.tw
抄送: jcmvb...@gmail.com, qemu-devel@nongnu.org
日期: 2012年6月1日,周五,下午3:11
My code calls the following macro, but nothing happens.
#define invlpg_asm(pageaddr) do{\ asm volatile("invlpg
;Max Filippov"
抄送: "���f任 (Wei-Ren Chen)" , "吴晓琳"
, qemu-devel@nongnu.org
日期: 2012年5月31日,周四,下午5:21
> Hmmm, does it?
>
> void helper_invlpg(target_ulong addr)
> {
> helper_svm_check_intercept_param(SVM_EXIT_INVLPG, 0);
> tlb_flush_page(env, addr
breakpoints. I don't know
whether it does matter to qemu itself or what is the matter with my codes?
I think it does something to do with the TLB
--- 12年5月31日,周四, Peter Maydell 写道:
发件人: Peter Maydell
主题: Re: [Qemu-devel] general question
收件人: "陳韋任 (Wei-Ren Chen)"
抄送: &
Hello, Does qemu support invlpg instruction?