Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-27 Thread Amit Shah
On Thursday 27 December 2007 13:20:06 Zhang, Xiantao wrote: It shouldn't have any confilicts, since they belong to different archs. Currently, you know source code is placed at arch/{$arch}/kvm, and Makefile and Kconfig aslo there. So, it doesn't impact any issues, since ia64 and x86_64

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-27 Thread Avi Kivity
Amit Shah wrote: On Thursday 27 December 2007 13:20:06 Zhang, Xiantao wrote: It shouldn't have any confilicts, since they belong to different archs. Currently, you know source code is placed at arch/{$arch}/kvm, and Makefile and Kconfig aslo there. So, it doesn't impact any issues, since

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Akio Takebe
Hi, Xiantao Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Hi, Akio Thank

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, Xiantao Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Akio Takebe
Hi, Xiantao Akio Takebe wrote: Hi, Xiantao Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, Xiantao Akio Takebe wrote: Hi, Xiantao Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Amit Shah
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

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Zhang, Xiantao
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

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Amit Shah
On Thursday 27 December 2007 08:00:49 Zhang, Xiantao wrote: 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

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-26 Thread Zhang, Xiantao
It shouldn't have any confilicts, since they belong to different archs. Currently, you know source code is placed at arch/{$arch}/kvm, and Makefile and Kconfig aslo there. So, it doesn't impact any issues, since ia64 and x86_64 are totally different archs. For example, you can define

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Akio Takebe
Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Best Regards, Akio Takebe

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Sure, you can use xen's hvm

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, 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! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Hi, Akio Thank you for your

[kvm-devel] README: How to run kvm guests on IA64

2007-12-19 Thread Zhang, Xiantao
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

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-19 Thread Carlo Marcelo Arenas Belon
On Wed, Dec 19, 2007 at 08:22:01PM +0800, Zhang, Xiantao wrote: KVM/IA64 HOWTO This is the notes about how to enalbe kvm on Itanium series of processors suppoting VT. Probably some tidbits of this should go into the kvm wiki in :