public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KVM: add localversion to avoid confusion and conflicts
@ 2009-05-29  7:18 Jaswinder Singh Rajput
  2009-05-29  7:48 ` Christian Bornträger
  0 siblings, 1 reply; 7+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-29  7:18 UTC (permalink / raw)
  To: Avi Kivity, Ingo Molnar, LKML, KVM list


Adding localversion avoids confusion in kernel images :

like Linux version 2.6.30-rc7 does not tell whether it is linus or kvm kernel.

By adding localversion it tells :

Linux version 2.6.30-rc7-kvm , any doubt ;-)

Secondly, by installing modules it overwrites on linus modules.

By adding localversion :

[root@hpdv5 kvm]# make modules_install
  INSTALL arch/x86/kernel/cpu/cpu_debug.ko
  INSTALL arch/x86/kernel/test_nx.ko
  INSTALL arch/x86/kvm/kvm-amd.ko
  INSTALL arch/x86/kvm/kvm-intel.ko
  INSTALL arch/x86/kvm/kvm.ko
  INSTALL arch/x86/oprofile/oprofile.ko
  INSTALL drivers/scsi/scsi_wait_scan.ko
  INSTALL drivers/virtio/virtio.ko
  INSTALL drivers/virtio/virtio_balloon.ko
  INSTALL drivers/virtio/virtio_pci.ko
  INSTALL drivers/virtio/virtio_ring.ko
  DEPMOD  2.6.30-rc7-kvm

I am inspired by Ingo's -tip, I am sure Ingo will tell more advantages,
if these are not enough :-)

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 localversion-kvm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 localversion-kvm

diff --git a/localversion-kvm b/localversion-kvm
new file mode 100644
index 0000000..d969ff0
--- /dev/null
+++ b/localversion-kvm
@@ -0,0 +1 @@
+-kvm
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-06-01 19:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29  7:18 [PATCH] KVM: add localversion to avoid confusion and conflicts Jaswinder Singh Rajput
2009-05-29  7:48 ` Christian Bornträger
2009-05-29  8:43   ` Jaswinder Singh Rajput
2009-05-29  9:29     ` Christian Bornträger
2009-06-01 19:26     ` Steven Rostedt
2009-06-01 19:48       ` Avi Kivity
2009-06-01 19:53         ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox