2013-07-01から1ヶ月間の記事一覧

ARM LinuxはTTBR1を使っているのか

LWNのSupporting KVM on the ARM architectureの記事にHYPモードのページテーブルに関して、以下のような説明がありました。 for the SVC and USR modes, the hardware has two separate page table base registers, which are used to provide the familiar…

KVM/ARMにおけるMMIOハンドリング

XenがHYPモードで動いているか知りたくてHardware accelerated Virtualization in the ARM Cortex〓 Processors [pdf]を読んでいると、スライドの中に “Syndrome” information on aborts available for some loads/stores Syndrome unpacks key information …

KVM/ARMにおける割り込み制御

LWNのSupporting KVM on the ARM architectureという記事の中で、ゲスト実行中にハードウェア割り込みが起きた時は、一度HYPモードにトラップした後、SVCモードへ移行、割り込み禁止を解除することでもう一度SVCモードで割り込みを受け取る、という記述があ…

LWNのKVM/ARMの記事の簡単なまとめ

LWNにSupporting KVM on the ARM architectureという記事が公開されていたので、ざっくりとまとめてみました。著者の一人はChristoffer DallというKVM/ARMの開発者の方です。※書き終わってから、記事はまだ無料公開されているわけではないことを思い出したの…