kvm: release: merge from trunk

........
  r4116 | avi | 2006-12-17 10:52:25 +0200 (Sun, 17 Dec 2006) | 11 lines

  kvm: do not export unsupported msrs to userspace

  From: Michael Riepe <michael@mr511.de>

  Some msrs, such as MSR_STAR, are not available on all processors.  Exporting
  them causes qemu to try to fetch them, which will fail.

  So, check all msrs for validity at module load time.

  Signed-off-by: Michael Riepe <michael@mr511.de>
........
  r4117 | avi | 2006-12-17 11:10:47 +0200 (Sun, 17 Dec 2006) | 4 lines

  kvm: web: fix -noacpi option in faq

  noticed by Ingemar Nilsson <init@kth.se>
........
  r4119 | avi | 2006-12-17 14:39:24 +0200 (Sun, 17 Dec 2006) | 8 lines

  kvm: force real-mode cs limit to 64K

  From: Michael Riepe <michael@mr511.de>

  this allows opensolaris to boot on kvm/intel.

  Signed-off-by: Michael Riepe <michael@mr511.de>
........
  r4120 | avi | 2006-12-17 14:42:18 +0200 (Sun, 17 Dec 2006) | 8 lines

  kvm: handle p5 mce msrs

  From: Michael Riepe <michael@mr511.de>

  this allows plan9 to get a little further booting.

  Signed-off-by: Michael Riepe <michael@mr511.de>
........
  r4126 | uri | 2006-12-19 11:48:31 +0200 (Tue, 19 Dec 2006) | 4 lines

  qemu migration interface: add "listening" status #143

  Simon's request is my (migration status) command (to be changed)
........
  r4127 | uri | 2006-12-19 13:13:08 +0200 (Tue, 19 Dec 2006) | 5 lines

  qemu migration interface: set FAIL status for every failure (#143)

  Including failure to open/bind/listen-to a socket.
  Also migration_cleanup() now always sets the status (even if fd is FD_UNUSED)
........
  r4128 | avi | 2006-12-19 17:04:30 +0200 (Tue, 19 Dec 2006) | 2 lines

  kvm: web: clarify /proc/cpuinfo availability wrt kernel versions
........
  r4132 | avi | 2006-12-20 14:11:44 +0200 (Wed, 20 Dec 2006) | 2 lines

  kvm: web: mention kvm-commits mailing list
........
  r4143 | avi | 2006-12-21 11:36:10 +0200 (Thu, 21 Dec 2006) | 2 lines

  kvm: add api versioning
........
  r4144 | avi | 2006-12-21 11:36:43 +0200 (Thu, 21 Dec 2006) | 2 lines

  kvm: libkvm: add kernel api version check
........
6 files changed