Re: [CentOS] CentOS 7 PV kernel

2015-08-20 Thread Ulf Volmer
Am 20.08.2015 um 06:50 schrieb Venkateswara Rao Dokku: How to know that the CentOS 7 kerenel is whether PV or HVM? Try it yourself. Excecute grep XEN /boot/config-$(uname -r) you will see that CONFIG_XEN and CONFIG_XEN_PVHVM is enabled. regrads Ulf

Re: [CentOS] CentOS 7 PV kernel

2015-08-19 Thread Peter
On 08/19/2015 09:46 PM, Venkateswara Rao Dokku wrote: Is the CentOS 7 PV kernel available? I installed latest CentOS 7 I found out that it is a HVM guest. So, if we wanted to have CentOS PV guest for CentOS 7, is there any specific steps to follow? or the same kernel will work as both PV

Re: [CentOS] CentOS 7 PV kernel

2015-08-19 Thread John R Pierce
On 8/19/2015 9:50 PM, Venkateswara Rao Dokku wrote: How to know that the CentOS 7 kerenel is whether PV or HVM? you've asked this a bunch of times and have been told over and over, IT SUPPORTS BOTH. if you run c7 in a HVM, it will run as a HVM system. if you run it in a paravirtualized

[CentOS] CentOS 7 PV kernel

2015-08-19 Thread Venkateswara Rao Dokku
HI, Is the CentOS 7 PV kernel available? I installed latest CentOS 7 I found out that it is a HVM guest. So, if we wanted to have CentOS PV guest for CentOS 7, is there any specific steps to follow? or the same kernel will work as both PV HVM? -- Thanks Regards, Venkateswara Rao Dokku.

Re: [CentOS] CentOS 7 PV kernel

2015-08-19 Thread Venkateswara Rao Dokku
Thanks for the reply. How to know that the CentOS 7 kerenel is whether PV or HVM? When I searched about it, I found the following link, where the kernel type us determined from the 2 following commands 1. uname -r 2. lsmod | grep xen If both have *xen*, then it is PV, if