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
:
Jesse Barnes
Re: [stable] [BUG][PATCH] cpqphp: fix kernel NULL pointer dereference
Greg KH
[003/136] p54usb: add Zcomax XG-705A usbid
Magnus Damm
[PATCH 03/07] ARM: Use shared GIC entry macros on Realview
Oliver Neukum
Re: [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
Martin Schwidefsky
Re: [PATCH] optimized ktime_get[_ts] for GENERIC_TIME=y
git
:
Junio C Hamano
Re: Some advanced index playing
Jeff King
Re: confusion over the new branch and merge config
Robin Rosenberg
Re: cvs2svn conversion directly to git ready for experimentation
Linus Torvalds
git binary size...
Ævar Arnfjörð Bjarmason
Re: Challenge with Git-Bash
git-commits-head
:
Linux Kernel Mailing List
md: move allocation of ->queue from mddev_find to md_probe
Linux Kernel Mailing List
md: raid0: Represent zone->zone_offset in sectors.
Linux Kernel Mailing List
[ARM] S3C24XX: Add gpio_to_irq() facility
Linux Kernel Mailing List
md: raid0_make_request(): Replace local variable block by sector.
Linux Kernel Mailing List
md: Allow md devices to be created by name.
linux-netdev
:
kaber
[PATCH 07/12] netfilter: xtables: change hotdrop pointer to direct modification
Gerrit Renker
[PATCH 3/5] dccp ccid-2: Remove redundant sanity tests
David Miller
Re: [PATCH net-next-2.6] pcnet32: Remove redundant set of skb->dev
Gerrit Renker
[PATCH 4/5] dccp ccid-2: Simplify dec_pipe and rearming of RTO timer
Saikiran Madugula
[PATCH] Allow fragmentation of VLAN packets traversing a bridge.