11<!DOCTYPE html>
2- < html lang ="ko ">
3-
4- < head >
5- <!-- Meta -->
6- < meta charset ="UTF-8 ">
7- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
8- < meta name ="author " content ="ujuc ">
9-
10- < meta property ="og:site_name " content ="잘 밤에 쓸데없는 생각하기 ">
11- < meta property ="og:type " content ="website ">
12- < meta property ="inLanguage " content ="ko-KR ">
13-
14- <!-- Twitter Card data-->
15- < meta name ="twitter:card " content ="summary_large_image ">
16- < meta name ="twitter:site " content ="잘 밤에 쓸데없는 생각하기 ">
17-
18- < meta name ="keyward " content ="arm,kvm,hypervisor ">
19- < meta property ="og:title " content ="KVM on ARM project ">
20- < meta name ="twitter:title " content ="KVM on ARM project ">
21- < meta itemprop ="name " content ="KVM on ARM project ">
22- < meta name ="description " content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. ">
23- < meta property ="og:description " content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. ">
24- < meta name ="twitter:description " content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. ">
25- < meta itemprop ="description " content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. ">
26- < meta property ="og:url " content ="https://ujuc.github.io/2013/10/14/kvm_on_arm_project/ ">
27- < meta property ="article:published_time " content ="2013-10-14T11:29:17+09:00 ">
28- < meta property ="article:modified_time " content ="2018-03-11T11:29:17+09:00 ">
29- < meta property ="article:tag " content ="arm ">
30- < meta property ="article:tag " content ="kvm ">
31- < meta property ="article:tag " content ="hypervisor ">
322
33- <!-- Title -->
34- < title >
3+ < html lang ="ko ">
4+ < head >
5+ <!-- Meta -->
6+ < meta charset ="utf-8 "/>
7+ < meta content ="width=device-width, initial-scale=1, shrink-to-fit=no " name ="viewport "/>
8+ < meta content ="ujuc " name ="author "/>
9+ < meta content ="잘 밤에 쓸데없는 생각하기 " property ="og:site_name "/>
10+ < meta content ="website " property ="og:type "/>
11+ < meta content ="ko-KR " property ="inLanguage "/>
12+ <!-- Twitter Card data-->
13+ < meta content ="summary " name ="twitter:card "/>
14+ < meta content ="잘 밤에 쓸데없는 생각하기 " name ="twitter:site "/>
15+ < meta content ="arm,kvm,hypervisor " name ="keyward "/>
16+ < meta content ="KVM on ARM project " property ="og:title "/>
17+ < meta content ="KVM on ARM project " name ="twitter:title "/>
18+ < meta content ="KVM on ARM project " itemprop ="name "/>
19+ < meta content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. " name ="description "/>
20+ < meta content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. " property ="og:description "/>
21+ < meta content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. " name ="twitter:description "/>
22+ < meta content ="ARM 칩에서 KVM을 사용하는 프로젝트가 있어서 정리한다. " itemprop ="description "/>
23+ < meta content ="https://ujuc.github.io/2013/10/14/kvm_on_arm_project/ " property ="og:url "/>
24+ < meta content ="2013-10-14T11:29:17+09:00 " property ="article:published_time "/>
25+ < meta content ="2018-03-11T11:29:17+09:00 " property ="article:modified_time "/>
26+ < meta content ="arm " property ="article:tag "/>
27+ < meta content ="kvm " property ="article:tag "/>
28+ < meta content ="hypervisor " property ="article:tag "/>
29+ <!-- Title -->
30+ < title >
3531 잘 밤에 쓸데없는 생각하기/KVM on ARM project
3632 </ title >
37-
3833<!-- Style sheet -->
3934<!-- Latest compiled and minified CSS -->
40- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9 " crossorigin ="anonymous ">
41- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js " integrity ="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm " crossorigin ="anonymous "> </ script >
42- < script src ="https://kit.fontawesome.com/44208652df.js " crossorigin ="anonymous "> </ script >
43-
35+ < link crossorigin ="anonymous " href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css " integrity ="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9 " rel ="stylesheet "/>
36+ < script crossorigin ="anonymous " integrity ="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm " src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js "> </ script >
37+ < script crossorigin ="anonymous " src ="https://kit.fontawesome.com/44208652df.js "> </ script >
4438<!-- Style -->
45- < link rel ="stylesheet " type ="text/css " href ="https://ujuc.github.io/theme/css/style.css ">
46- < link rel ="stylesheet " type ="text/css " href ="https://ujuc.github.io/theme/css/pygments.css ">
47-
39+ < link href ="https://ujuc.github.io/theme/css/style.css " rel ="stylesheet " type ="text/css "/>
40+ < link href ="https://ujuc.github.io/theme/css/pygments.css " rel ="stylesheet " type ="text/css "/>
4841<!-- Feed -->
49- < link href ="https://ujuc.github.io/feeds/rss.xml " type =" application/rss+xml " rel ="alternate " title ="잘 밤에 쓸데없는 생각하기 RSS " / >
42+ < link href ="https://ujuc.github.io/feeds/rss.xml " rel ="alternate " title ="잘 밤에 쓸데없는 생각하기 RSS " type =" application/rss+xml " >
5043<!-- Global site tag (gtag.js) - Google Analytics -->
51- < script async src ="https://www.googletagmanager.com/gtag/js?id=G-X9EBSXCBTS "> </ script >
44+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=G-X9EBSXCBTS "> </ script >
5245< script >
5346window . dataLayer = window . dataLayer || [ ] ;
5447function gtag ( ) { dataLayer . push ( arguments ) ; }
5548gtag ( 'js' , new Date ( ) ) ;
5649
5750gtag ( 'config' , 'G-X9EBSXCBTS' ) ;
5851</ script >
59- < script
60- async
61- src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1014314833699403 "
62- crossorigin ="anonymous "
63- > </ script >
64- </ head >
65-
66- < body >
67- < header >
68- <!-- navi -->
69- < div class ="container " style ="margin-top: 10px; ">
52+ < script async ="" crossorigin ="anonymous " src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1014314833699403 "> </ script >
53+ </ link > < link href ="https://ujuc.github.io/2013/10/14/kvm_on_arm_project/ " rel ="canonical "/> < script type ="application/ld+json "> { "@context" : "https://schema.org" , "@type" : "BreadcrumbList" , "itemListElement" : [ { "@type" : "ListItem" , "position" : 1 , "name" : "잘 밤에 쓸데없는 생각하기" , "item" : "https://ujuc.github.io" } , { "@type" : "ListItem" , "position" : 2 , "name" : "2013" , "item" : "https://ujuc.github.io/2013" } , { "@type" : "ListItem" , "position" : 3 , "name" : "10" , "item" : "https://ujuc.github.io/2013/10" } , { "@type" : "ListItem" , "position" : 4 , "name" : "14" , "item" : "https://ujuc.github.io/2013/10/14" } , { "@type" : "ListItem" , "position" : 5 , "name" : "Kvm_on_arm_project" , "item" : "https://ujuc.github.io/2013/10/14/kvm_on_arm_project" } , { "@type" : "ListItem" , "position" : 6 , "name" : "Index" , "item" : "https://ujuc.github.io/2013/10/14/kvm_on_arm_project/index.html" } ] } </ script > < script type ="application/ld+json "> { "@context" : "https://schema.org" , "@type" : "Article" , "author" : { "@type" : "Person" , "name" : "ujuc" } , "publisher" : { "@type" : "Organization" , "name" : "잘 밤에 쓸데없는 생각하기" } , "headline" : "KVM on ARM project" , "about" : "Operation" , "datePublished" : "2013-10-14 11:29" } </ script > </ head >
54+ < body >
55+ < header >
56+ <!-- navi -->
57+ < div class ="container " style ="margin-top: 10px; ">
7058< ul class ="nav ">
71- < li class ="nav-item ">
72- < a class ="nav-link " href ="/ ">
73- < em class ="fa-solid fa-inbox "> </ em > Blog
59+ < li class ="nav-item ">
60+ < a class ="nav-link " href ="/ ">
61+ < em class ="fa-solid fa-inbox "> </ em > Blog
7462 </ a >
75- </ li >
76- < li class ="nav-item ">
77- < a class ="nav-link " href ="/archives.html ">
78- < em class ="fa-solid fa-archive "> </ em > Archive
63+ </ li >
64+ < li class ="nav-item ">
65+ < a class ="nav-link " href ="/archives.html ">
66+ < em class ="fa-solid fa-archive "> </ em > Archive
7967 </ a >
80- </ li >
81- < li class ="nav-item ">
82- < a class ="nav-link " href ="/tags.html ">
83- < em class ="fa-solid fa-tags "> </ em > Tags
68+ </ li >
69+ < li class ="nav-item ">
70+ < a class ="nav-link " href ="/tags.html ">
71+ < em class ="fa-solid fa-tags "> </ em > Tags
8472 </ a >
85- </ li >
86- < li class ="nav-item ">
87- < a class ="nav-link " href ="/categories.html ">
88- < em class ="fa-solid fa-folder-open "> </ em > Categories
73+ </ li >
74+ < li class ="nav-item ">
75+ < a class ="nav-link " href ="/categories.html ">
76+ < em class ="fa-solid fa-folder-open "> </ em > Categories
8977 </ a >
90- </ li >
91- < li class ="nav-item ">
92- < a class ="nav-link disabled "> < em class ="fa-solid fa-ellipsis-v "> </ em > </ a >
93- </ li >
94- < li class ="nav-item ">
95- < a class ="nav-link " href ="/pages.html ">
96- < em class ="fa-solid fa-newspaper "> </ em > Pages
78+ </ li >
79+ < li class ="nav-item ">
80+ < a class ="nav-link disabled "> < em class ="fa-solid fa-ellipsis-v "> </ em > </ a >
81+ </ li >
82+ < li class ="nav-item ">
83+ < a class ="nav-link " href ="/pages.html ">
84+ < em class ="fa-solid fa-newspaper "> </ em > Pages
9785 </ a >
98- </ li >
99- </ ul > </ div >
100- </ header >
101-
102- < div id ="site-article " class ="container ">
86+ </ li >
87+ </ ul > </ div >
88+ </ header >
89+ < div class ="container " id ="site-article ">
10390< div class ="container ">
104- < div class ="article ">
105- <!-- Title -->
106- < div class ="article-title "> KVM on ARM project</ div >
107-
108- <!-- Meta -->
109- < div class ="article-meta ">
110- < em class ="fa-regular fa-calendar-plus "> </ em >
91+ < div class ="article ">
92+ <!-- Title -->
93+ < div class ="article-title "> KVM on ARM project</ div >
94+ <!-- Meta -->
95+ < div class ="article-meta ">
96+ < em class ="fa-regular fa-calendar-plus "> </ em >
11197 13. 10. 14.
11298 / < em class ="fa-solid fa-arrows-rotate "> </ em > 18. 03. 11. < em class ="fa-solid fa-ellipsis-vertical "> </ em >
113- < em class ="fa-solid fa-folder-open "> </ em >
114- < a href ="https://ujuc.github.io/category/operation.html "> Operation</ a >
115- < em class ="fa-solid fa-ellipsis-vertical "> </ em >
116- < em class ="fa-solid fa-tags "> </ em >
117- < a href ="https://ujuc.github.io/tag/arm.html " class ="article_tag "> arm</ a >
118- , < a href ="https://ujuc.github.io/tag/kvm.html " class ="article_tag "> kvm</ a >
119- , < a href ="https://ujuc.github.io/tag/hypervisor.html " class ="article_tag "> hypervisor</ a >
120- </ div >
121-
122- <!--Article -->
123- < div class ="text-center "> < em class ="fa-solid fa-poo-storm "> </ em > </ div >
124- < div class ="article-text "> < p > < a href ="http://systems.cs.columbia.edu/projects/kvm-arm/ "> Project homepage</ a > </ p >
99+ < em class ="fa-solid fa-folder-open "> </ em >
100+ < a href ="https://ujuc.github.io/category/operation.html "> Operation</ a >
101+ < em class ="fa-solid fa-ellipsis-vertical "> </ em >
102+ < em class ="fa-solid fa-tags "> </ em >
103+ < a class ="article_tag " href ="https://ujuc.github.io/tag/arm.html "> arm</ a >
104+ , < a class ="article_tag " href ="https://ujuc.github.io/tag/kvm.html "> kvm</ a >
105+ , < a class ="article_tag " href ="https://ujuc.github.io/tag/hypervisor.html "> hypervisor</ a >
106+ </ div >
107+ <!--Article -->
108+ < div class ="text-center "> < em class ="fa-solid fa-poo-storm "> </ em > </ div >
109+ < div class ="article-text "> < p > < a href ="http://systems.cs.columbia.edu/projects/kvm-arm/ "> Project homepage</ a > </ p >
125110< p > ARM 프로세스에서 지원하는 Virtualization을 이용하여 KVM을 올리는 프로젝트 Cortex-15A에서 작업한 내용이 있음. ARM Core는 ARMv7.</ p >
126111< p > Virtual Open Systems is an innovative, agile and dynamic start-up company operating in embedded Linux, Android, SMP Virtualization and Cloud Computing. 이란다.</ p >
127112< p > 얼마전에 ARMv8에서 KVM을 사용하는 방법도 추가해놨다. (4월에 추가되고 7월에 업데이트 됨.)</ p >
128113< p > 삼성 Exynos 5250를 사용하는 Arndale Board에서 KVM을 이용하여 올렸는데 보면 QEMU가 작동하는 것을 볼 수 있다. 그러나 확실히 속도는 빠르다. 몇배속으로 돌린것인지 아니면 내가 봐왔던 ARM이 느렸던건지..</ p >
129114< p > < a href ="http://youtu.be/yB8bdA2hjYg "> Youtube 동영상</ a > </ p >
130- < hr >
115+ < hr / >
131116< p > 덧. 2013.01.11에 작성한 글을 옮기면서 변경사항들이 있어 추가함.</ p > </ div >
132- < div class ="text-center "> < em class ="fa-regular fa-hand-spock "> </ em > </ div >
133-
134- <!-- Comment -->
117+ < div class ="text-center "> < em class ="fa-regular fa-hand-spock "> </ em > </ div >
118+ <!-- Comment -->
135119< div id ="giscus ">
136- < script src ="https://giscus.app/client.js "
137- data-repo ="ujuc/ujuc.github.io "
138- data-repo-id ="MDEwOlJlcG9zaXRvcnkzMzA2MTA2NQ== "
139- data-category ="General "
140- data-category-id ="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMDM5MjEy "
141- data-mapping ="title "
142- data-reactions-enabled ="1 "
143- data-emit-metadata ="0 "
144- data-theme ="light "
145- crossorigin ="anonymous "
146- async >
120+ < script async ="" crossorigin ="anonymous " data-category ="General " data-category-id ="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMDM5MjEy " data-emit-metadata ="0 " data-mapping ="title " data-reactions-enabled ="1 " data-repo ="ujuc/ujuc.github.io " data-repo-id ="MDEwOlJlcG9zaXRvcnkzMzA2MTA2NQ== " data-theme ="light " src ="https://giscus.app/client.js ">
147121</ script >
148122</ div > < div id ="utterances ">
149- < script src ="https://utteranc.es/client.js "
150- repo ="ujuc/ujuc.github.io "
151- issue-term ="url "
152- theme ="github-light "
153- crossorigin ="anonymous "
154- async >
155- </ script >
156- </ div > < div class ="text-center "> 🎗</ div >
157- </ div >
123+ < script async ="" crossorigin ="anonymous " issue-term ="url " repo ="ujuc/ujuc.github.io " src ="https://utteranc.es/client.js " theme ="github-light ">
124+ </ script >
125+ </ div > < div class ="text-center "> 🎗</ div >
158126</ div >
159- </ div >
160-
161- <!-- body foot -->
162- < div class ="container ">
163- </ div >
164-
165- <!-- Title -->
166- < div id ="site-title " class ="container ">
167- < hr />
127+ </ div >
128+ </ div >
129+ <!-- body foot -->
130+ < div class ="container ">
131+ </ div >
132+ <!-- Title -->
133+ < div class ="container " id ="site-title ">
134+ < hr >
168135< div class ="row ">
169- < div class ="container ">
170- < div class ="site-title ">
171- < a href ="https://ujuc.github.io "> 잘 밤에 쓸데없는 생각하기</ a >
172- </ div >
173- < div class ="site-body ">
136+ < div class ="container ">
137+ < div class ="site-title ">
138+ < a href ="https://ujuc.github.io "> 잘 밤에 쓸데없는 생각하기</ a >
139+ </ div >
140+ < div class ="site-body ">
174141 Anythink, Everythink!
175142 </ div >
176- < div >
177- < span id ="social-github "> < a href ="https://github.com/ujuc "> < em class ="fa-brands fa-github "> </ em > </ a > </ span >
178- < span id ="social-x "> < a href ="https://x.com/ujuc "> < em class ="fa-brands fa-x-twitter "> </ em > </ a > </ span >
179- </ div >
180- </ div >
181- </ div > </ div >
182-
183- <!-- Footer -->
184- < div id ="site-footer " class ="container ">
143+ < div >
144+ < span id ="social-github "> < a href ="https://github.com/ujuc "> < em class ="fa-brands fa-github "> </ em > </ a > </ span >
145+ < span id ="social-x "> < a href ="https://x.com/ujuc "> < em class ="fa-brands fa-x-twitter "> </ em > </ a > </ span >
146+ </ div >
147+ </ div >
148+ </ div > </ hr > </ div >
149+ <!-- Footer -->
150+ < div class ="container " id ="site-footer ">
185151< div class ="row text-right ">
186- < div class ="container " style ="margin-bottom: 10px; ">
187- < em class ="fa-regular fa-closed-captioning "> </ em > < a rel =" license " href ="http://creativecommons.org/licenses/by-sa/4.0/ "> BY-SA</ a > 2012-2025 ujuc. Built using < a href ="http://getpelican.com " target ="_blank "> Pelican</ a > .
152+ < div class ="container " style ="margin-bottom: 10px; ">
153+ < em class ="fa-regular fa-closed-captioning "> </ em > < a href ="http://creativecommons.org/licenses/by-sa/4.0/ " rel =" license "> BY-SA</ a > 2012-2025 ujuc. Built using < a href ="http://getpelican.com " target ="_blank "> Pelican</ a > .
188154 </ div >
189- </ div > </ div >
190-
191- <!-- Javascript -->
155+ </ div > </ div >
156+ <!-- Javascript -->
192157<!--bootstrap-->
193- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js " integrity =" sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3 " crossorigin =" anonymous " > </ script > < div id =" js " class =" contents ">
194- </ div >
195- </ body >
158+ < script crossorigin =" anonymous " integrity =" sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3 " src ="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js "> </ script > < div class =" contents " id =" js ">
159+ </ div >
160+ </ body >
196161</ html >
0 commit comments