{"id":3684,"date":"2022-03-08T13:47:57","date_gmt":"2022-03-08T21:47:57","guid":{"rendered":"https:\/\/wonghoi.humgar.com\/blog\/?p=3684"},"modified":"2022-03-08T13:48:20","modified_gmt":"2022-03-08T21:48:20","slug":"qemu-kvm-command-line-notes","status":"publish","type":"post","link":"https:\/\/wonghoi.humgar.com\/blog\/2022\/03\/08\/qemu-kvm-command-line-notes\/","title":{"rendered":"Qemu\/KVM Command Line Notes"},"content":{"rendered":"\n<p>The executable <code>kvm<\/code> is an alias for (symbolic link to) <code>qemu-system-x86_64<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">KVM is the type 1 hypervisor which can be used by QEMU for speed<\/h2>\n\n\n\n<p>-accel kvm is the newer way of saying &#8211;enable-kvm<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CPU host pass-through for speed<\/h2>\n\n\n\n<p>-cpu host<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Select boot device (c for HDD, d for cd-rom)<\/h2>\n\n\n\n<p>-boot d <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Attach IDE optical drive (only one allowed, more needs to me mapped with -drive)<\/h2>\n\n\n\n<p>-cdrom {iso file or device file}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SPICE (rdp-like protocol to control virtual machine through IP) recommends qxl video driver<\/h2>\n\n\n\n<p>-vga qxl<\/p>\n\n\n\n<p>-spice port={default is 3001},password={cannot start with numbers or it&#8217;ll be treated as boolean as it&#8217;d be interpreted as numeric}<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Base HDD\/SSD drive: discard=unmap means TRIM for SSD, can add it as a virtio device for speed ONLY AFTER the guest virtio drivers are installed:<\/h2>\n\n\n\n<p>-drive file={VHD or drive image file},discard=unmap[,if=virtio]<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Speedup by skipping precision clock catchup (HPET)<\/h2>\n\n\n\n<p>-no-hpet<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Use base=localtime to correct for Linux and Window&#8217;s difference in interpreting host RTC&#8217;s timezone (Linux assumes that hardware time is UTC+0 while Windows assumed it&#8217;s your local time)<\/h2>\n\n\n\n<p>-rtc base=localtime,clock=host<\/p>\n<div class=\"pvc_clear\"><\/div><p id=\"pvc_stats_3684\" class=\"pvc_stats all  \" data-element-id=\"3684\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/wonghoi.humgar.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p><div class=\"pvc_clear\"><\/div>","protected":false},"excerpt":{"rendered":"<p>The executable kvm is an alias for (symbolic link to) qemu-system-x86_64 KVM is the type 1 hypervisor which can be used by QEMU for speed -accel kvm is the newer way of saying &#8211;enable-kvm CPU host pass-through for speed -cpu &hellip; <a href=\"https:\/\/wonghoi.humgar.com\/blog\/2022\/03\/08\/qemu-kvm-command-line-notes\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_3684\" class=\"pvc_stats all  \" data-element-id=\"3684\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/wonghoi.humgar.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[3,70],"tags":[],"class_list":["post-3684","post","type-post","status-publish","format-standard","hentry","category-it-computers","category-vm"],"_links":{"self":[{"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/posts\/3684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/comments?post=3684"}],"version-history":[{"count":2,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/posts\/3684\/revisions"}],"predecessor-version":[{"id":3686,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/posts\/3684\/revisions\/3686"}],"wp:attachment":[{"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/media?parent=3684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/categories?post=3684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wonghoi.humgar.com\/blog\/wp-json\/wp\/v2\/tags?post=3684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}