下班回屯門時,買了今天推出的 Winning Eleven 2009,$336,不錯的價錢呢。
不過,我是不喜歡看足球的,只是喜歡玩運動遊戲而已,所以用哪一隊,打什麼戰術,一概不䁱,哈哈。
關於我
2008/11/27
Fedora 10 released
2008/11/23
KVM virtualization fix on Gentoo 2008.0 stable version
A recent kvm / kernel update breaks kvm virtualization on my gentoo 2008.0 stable version machine.
The situation is similar to this guy:
http://www.mail-archive.com/kvm@vger.kernel.org/msg06167.html
There is a bug in 2.6.25 kernel about HLT instruction which doesn't work well under newer kvm code, which is fixed in 2.6.26.1, but gentoo's kernel is just too old for that, after a week of search, I found the solution is just a line of code change.
--- a/arch/x86/kvm/x86_emulate.c
+++ b/arch/x86/kvm/x86_emulate.c
@@ -1666,7 +1666,7 @@ special_insn:
break;
case 0xf4: /* hlt */
ctxt->vcpu->arch.halt_request = 1;
- goto done;
+ break;
case 0xf5: /* cmc */
/* complement carry flag from eflags reg */
ctxt->eflags ^= EFLG_CF;
The situation is similar to this guy:
http://www.mail-archive.com/kvm@vger.kernel.org/msg06167.html
There is a bug in 2.6.25 kernel about HLT instruction which doesn't work well under newer kvm code, which is fixed in 2.6.26.1, but gentoo's kernel is just too old for that, after a week of search, I found the solution is just a line of code change.
--- a/arch/x86/kvm/x86_emulate.c
+++ b/arch/x86/kvm/x86_emulate.c
@@ -1666,7 +1666,7 @@ special_insn:
break;
case 0xf4: /* hlt */
ctxt->vcpu->arch.halt_request = 1;
- goto done;
+ break;
case 0xf5: /* cmc */
/* complement carry flag from eflags reg */
ctxt->eflags ^= EFLG_CF;
2008/11/19
新鐵金剛之量子殺機 (Quantum of Solace)
Two more netbook
2008/11/12
黑幫有個荷李活 (Magic Hour)
今天晚上跟朋友去電影中心看了 “黑幫有個荷李活 (Magic Hour)”,故事大概是這樣的:
故事發生在港邊一個充滿異國古典風情的小鎮「守加護」,備後登(妻夫木聰)不小心搞上了地方老大天塩幸之助(西田敏行)的女人高千穗麻里(深津繪里),為了救兩人一命,只好答應老大提出的,帶傳說中的殺手來見他的要求,備後苦思之後,決定找人來假扮這位殺手,於是找到鬱鬱不得志的臨時演員村田大樹(佐藤浩市),欺騙他這是一場電影的拍攝,帶著他回去給老大一個交代,備後本以為交出殺手後即可遠走高飛,但老大信以為真,決定雇用村田,村田也樂在扮演殺手之中,於是一場鬧劇就從此展開......
想不到這看來沒什麼大制作的電影會是全院滿座,而且笑料十足,全場觀眾一起笑破肚皮!
故事發生在港邊一個充滿異國古典風情的小鎮「守加護」,備後登(妻夫木聰)不小心搞上了地方老大天塩幸之助(西田敏行)的女人高千穗麻里(深津繪里),為了救兩人一命,只好答應老大提出的,帶傳說中的殺手來見他的要求,備後苦思之後,決定找人來假扮這位殺手,於是找到鬱鬱不得志的臨時演員村田大樹(佐藤浩市),欺騙他這是一場電影的拍攝,帶著他回去給老大一個交代,備後本以為交出殺手後即可遠走高飛,但老大信以為真,決定雇用村田,村田也樂在扮演殺手之中,於是一場鬧劇就從此展開......
想不到這看來沒什麼大制作的電影會是全院滿座,而且笑料十足,全場觀眾一起笑破肚皮!
2008/11/08
2008/11/06
戰爭機器 2 (Gears of War 2)
2008/11/01
A busy week
This week was quite busy, answering a lot of enquries from different projects and people. I think we need to train up more partners so that we don't always need to do all things by ourselves or need to answer very simple questions all the time...
訂閱:
文章 (Atom)