login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
25
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Greg KH
Subject:
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
Date: Thursday, September 25, 2008 - 5:56 am
On Wed, Sep 24, 2008 at 09:54:36PM -0700, H. Peter Anvin wrote:
quoted text
> Greg KH wrote: >> Well, having a config option like this isn't the way to go as it will be >> forced on for all distros and users anyway. >> A simple cpuid test is the easier way to do this, that's what the >> userspace tools do, if it's really needed in the kernel. But hopefully, >> such things shouldn't be needed within the kernel as it's not Linux's >> fault that the hypervisor has bugs in it :) >> We wouldn't be wanting to work around bugs in Microsoft's hypervisor, >> would we? > > We pretty much have to, just as we have to work around bugs in, say, AMD's > microcode. We have avoided it so far, but it's gotten to a breaking point, > and rather than having ad hoc hacks scattered all over the place I want a > centralized test site setting a single global variable.
Ok, fair enough.
quoted text
> Unfortunately, hypervisor vendors haven't adopted a uniform detection > scheme (CPUID level 0x40000000 is sometimes mentioned as a pseudo-standard, > but it's not universal, and not all virtualization solutions even can > override CPUID.)
Ah, I was hoping they were all doing this, as it seems the most "sane" manner. Good luck :) greg k-h --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 4:32 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Ingo Molnar
, (Thu Feb 21, 4:54 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 5:47 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Ingo Molnar
, (Thu Feb 21, 6:03 am)
Re: [PATCH] X86: remove WARN_ON if MTRRs are all blank
, Joerg Roedel
, (Thu Feb 21, 6:27 am)
[PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Sun Sep 7, 4:45 pm)
[PATCH 2/2] avoid mtrr warning message when running as VMw ...
, Yan Li
, (Sun Sep 7, 4:47 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, David Dillow
, (Sun Sep 7, 5:36 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Sun Sep 7, 6:49 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Mon Sep 8, 7:04 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Mon Sep 8, 5:20 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Mon Sep 8, 5:34 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Tue Sep 9, 5:28 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Tue Sep 9, 1:12 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Tue Sep 16, 6:32 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Wed Sep 17, 3:52 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Yan Li
, (Wed Sep 17, 7:03 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Ingo Molnar
, (Wed Sep 17, 7:10 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 17, 8:38 am)
[PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:22 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Cristi Magherusan
, (Wed Sep 24, 7:10 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:23 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:19 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Alok kataria
, (Wed Sep 24, 9:19 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:21 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Cristi Magherusan
, (Wed Sep 24, 11:13 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 11:16 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:15 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:19 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:23 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 5:26 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 5:32 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 5:37 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Bernd Eckenfels
, (Wed Sep 24, 6:28 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Wed Sep 24, 7:23 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok kataria
, (Wed Sep 24, 7:28 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:34 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:47 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 7:48 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Wed Sep 24, 7:55 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Wed Sep 24, 8:29 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:38 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 9:46 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:54 pm)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 9:54 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 10:02 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 10:04 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alok Kataria
, (Wed Sep 24, 10:23 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Wed Sep 24, 10:30 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Alan Cox
, (Thu Sep 25, 1:45 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, David Sanders
, (Thu Sep 25, 2:56 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Thu Sep 25, 3:23 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Greg KH
, (Thu Sep 25, 5:56 am)
Re: [PATCH 1/2] VMware guest detection for x86 and x86-64
, Yan Li
, (Thu Sep 25, 7:38 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Thu Sep 25, 1:48 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Thu Sep 25, 2:59 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, David Sanders
, (Thu Sep 25, 3:17 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Thu Sep 25, 3:20 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Thu Sep 25, 3:27 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Valdis.Kletnieks
, (Fri Sep 26, 5:27 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Gerd Hoffmann
, (Fri Sep 26, 5:47 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Valdis.Kletnieks
, (Fri Sep 26, 6:22 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, H. Peter Anvin
, (Fri Sep 26, 10:37 am)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Zachary Amsden
, (Fri Sep 26, 1:35 pm)
Re: [PATCH 1/2] VMware detection support for x86 and x86-64
, Pavel Machek
, (Fri Oct 3, 7:12 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Lang
Re: [patch] MTD: fix DOC2000/2001/2001PLUS build error
Steven Rostedt
Re: [PATCH] input: Fix interrupt enable in i8042_ctr when enabling interrupt fails
Linus Torvalds
Re: [patch] epoll use a single inode ...
David Miller
Re: tg3: unable to handle null pointer dereference
Frank Seidel
Re: [RFC 13/13] Char: nozomi, cleanup read and write
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
cgroups: fix probable race with put_css_set[_taskexit] and find_css_set
Linux Kernel Mailing List
[libata] Export ata_pio_queue_task() so that it can be used from sata_mv.
Linux Kernel Mailing List
[ARM] 5209/1: metronomefb: changes to use platform framebuffer
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Daniel Barkalow
Re: git and mtime
Linus Torvalds
Re: [PATCH] Teach 'git pull' the '--rebase' option
Alex Riesen
Re: Easy shell question: how to make a script killing all his childs when killed?
freebsd-current
:
Mark Linimon
Why the FreeBSD license will not be changing
Michael Moll
Re: Unable to boot on ECS K7S5A
FreeBSD Tinderbox
[head tinderbox] failure on ia64/ia64
Jille Timmermans
Re: svn commit: r185482 - head/sys/dev/ath/ath_rate/sample
Hayer, Sukhjinder
8_CURRENT boot problem
linux-netdev
:
Timo Teräs
ip xfrm policy semantics
Andi Kleen
Re: [ANNOUNCE]: First release of nftables
John P Poet
Realtek 8111C transmit timed out
Jeff Garzik
Re: [PATCH] fix netxen_pci_tbl[] breakage
Jesper Dangaard Brouer
[PATCH] iputils: arping fails to set correct broadcast address
Colocation donated by:
Syndicate