public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>,
	"Zhang,
	Xiantao" <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: README: How to run kvm guests on IA64
Date: Wed, 26 Dec 2007 22:27:03 +0530	[thread overview]
Message-ID: <200712262227.04243.amit.shah@qumranet.com> (raw)
In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDCB13818-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>

On Wednesday 19 December 2007 17:52:01 Zhang, Xiantao wrote:
> 		KVM/IA64 HOWTO
> This is the notes about how to enalbe kvm on Itanium series of
> processors
> suppoting VT. Since fully userspace built is not supported yet, so we
> have to
> build qemu, and kernel module separately.
> The step-by-step is as following:
>
> Kernel module built:
>
> Download kvm source tree.
> 1. Apply kernel.patch to your kernel source.
> 2. Make menuconfig to enable virtulization support in kernel.
> 3. Build and install kernel. Reboot with new kernel.
> 4. Insert kvm.ko kvm-intel.ko to kernel.

kvm-intel is the name of the module fox x86-intel. Do we have a collision 
here? Or is this supposed to load the x86 one on x86 and ia64 one on  ia64?

OK, I just saw your patches for Kconfig and Makefiles and we use 
CONFIG_KVM_INTEL for ia64 as well as x86. We should separate out these two 
before we run into troubles.

> Userspace built:
>
> 1. Download kvm-userspace source.
> 2. ./configure

./configure --with-patched-kernel in case you want to use the modules from the 
kernel that was built as mentioned above.

> 3. cd kernel
> 4. make sync LINUX= "Your kvm kernel source directory."

This step isn't needed if you build and install the kernel and plan to use the 
same modules. This is only needed if you want to upgrade kvm without 
upgrading the kernel or rebooting.

> 5. make qemu
> 6. make install
>
> Run guests with the command :
> /usr/local/bin/qemu-system-ia64 -hda your.img -m 512
>
> If you have any question, please feel free to contact me!
>
> Thanks
>
> Zhang Xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>	2007.12.19



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  parent reply	other threads:[~2007-12-26 16:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-19 12:22 README: How to run kvm guests on IA64 Zhang, Xiantao
     [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13818-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-19 13:01   ` Carlo Marcelo Arenas Belon
2007-12-19 13:10     ` Zhang, Xiantao
2007-12-26  4:15   ` Akio Takebe
     [not found]     ` <AEC84775FEEFC9takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-12-26  5:00       ` Zhang, Xiantao
2007-12-26  6:28       ` Zhang, Xiantao
     [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDCB56F5F-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-26  8:54           ` Akio Takebe
     [not found]             ` <B0C8479CFB9F68takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-12-26  8:57               ` Zhang, Xiantao
     [not found]                 ` <42DFA526FC41B1429CE7279EF83C6BDCB57037-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-26 12:15                   ` Akio Takebe
     [not found]                     ` <B5C847B8F5FA41takebe_akio-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-12-26 14:00                       ` Zhang, Xiantao
2007-12-26 16:57   ` Amit Shah [this message]
     [not found]     ` <200712262227.04243.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-27  2:30       ` Zhang, Xiantao
     [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDCB5716A-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-27  6:34           ` Amit Shah
     [not found]             ` <200712271204.05539.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-27  7:50               ` Zhang, Xiantao
     [not found]                 ` <42DFA526FC41B1429CE7279EF83C6BDCB572ED-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-27  8:49                   ` Amit Shah
     [not found]                     ` <200712271419.42845.amit.shah-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-27 10:36                       ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200712262227.04243.amit.shah@qumranet.com \
    --to=amit.shah-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox