similar to: Hypervisor detection from within a Linux VM

Displaying 20 results from an estimated 1000 matches similar to: "Hypervisor detection from within a Linux VM"

2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
Brief discussion thread - http://lkml.org/lkml/2010/6/29/355 Added VMware detection via cpuid.Mimic'd VMware's balloon driver's init-time check(cpuid followed by dmi-checks). Moved the existing logic into a simple function to achieve that. Tested virt-what.in(ran as a script) and virt-what-cpuid-helper within a Linux guest on ESX. Thanks. Signed-off-by: Chetan Loke <loke.c at
2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
Brief discussion thread - http://lkml.org/lkml/2010/6/29/355 Added VMware detection via cpuid.Mimic'd VMware's balloon driver's init-time check(cpuid followed by dmi-checks). Moved the existing logic into a simple function to achieve that. Tested virt-what.in(ran as a script) and virt-what-cpuid-helper within a Linux guest on ESX. Thanks. Signed-off-by: Chetan Loke <loke.c at
2011 Mar 18
2
HP-UX compilation warnings
Chetan, Could you check the contents of the include/nut-stdint.h file, to see why there are compilation warnings on the HP-UX buildbot? Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
2010 Dec 18
3
[nut-commits] svn commit r2748 - trunk
Citeren Arnaud Quette <aquette op alioth.debian.org>: > Author: aquette > Date: Fri Dec 17 23:32:20 2010 > New Revision: 2748 > URL: http://trac.networkupstools.org/projects/nut/changeset/2748 > > Log: > --with-doc=auto now behave depending on AsciiDoc presence Instead of building whatever can be build (depending on the versions found), you now have changed the
2005 Mar 04
1
chan_h323 & codecs
Hi, Can anyone confirm that if I want to do h323 proxying that I do not need codecs installed? For example if the codec being used is g723.1, I don't need the codec installed locally because there is no compression or decompression being done on my server; the incoming traffic is simply being sent out on another h323 channel (h323 in->h323 out). Is this correct? Thanks, Chetan
2007 Mar 19
1
Wine Developers Wanted for Commercial Open Source project - Wine on Cygwin and Windows
My company is looking for experienced Wine Developers to work on a commerical Open Source Project involving getting wine working under cygwin and Windows. Can anyone point me to the right mailing list / forum to make a posting at or can interested developers contact me please - chetan.venkatesh@gmail.com Regards Chetan
2020 Jan 14
4
clang interpreter failed to materialize symbols
Hi Igor, not sure if that will work, but have you tried lli -jit-kind=orc-lazy ? The default is still MCJIT: https://github.com/llvm/llvm-project/blob/master/llvm/tools/lli/lli.cpp#L88 On 13/01/2020 19:07, David Blaikie via llvm-dev wrote: > (+Lang for JIT/interpreter questions) > > On Sun, Jan 5, 2020 at 5:00 PM Igor Gomon via llvm-dev > <llvm-dev at lists.llvm.org
2013 Oct 31
0
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
On Tue, Oct 29, 2013 at 1:21 PM, Jim Grosbach <grosbach at apple.com> wrote: > > On Oct 26, 2013, at 5:02 PM, Chris Lattner <clattner at apple.com> wrote: > > On Oct 25, 2013, at 5:22 PM, Sean Silva <chisophugis at gmail.com> wrote: > > I’m not sure macros are a good analogy, but there are other >> pseudo-instructions that we’re not always able to
2010 Jul 19
1
Problem with E1
Hi All, I am facing problem with E1 line. I have installed Asterisk (1.4.20.1) on a system with Digium TE420 card (Zaptel- 1.4.10) But every now and then I face problem of down E1's. The log show lot of entries like "pri_dchannel: PRI got event: HDLC Bad FCS (8) on Primary D-channel of span 2" This happens on a regular basis and the E1 becomes up after some time. My
2002 Jul 09
3
writing to a png file with a script
Dear R-freaks, I am new to R and loke to write plots directly to a file with a script in batch-mode. the following error occured: # writing section > x11() Error in x11() : the x11 device has not been loaded Execution halted I do not know what to do! thanks for your help cheers steph -- Linux: the operating system with a CLUE... Command Line User Environment.
2006 May 09
2
Problem creating new record
Hi I have two tables 1. devices 2. device_categories both associated with each other via foreign key device_category_id in device table. I use scaffold and create a base system. I associate the two models together via belongs_to declaration in device model, and has_many declaration in device_categories model. I also add a device category drop-down box on create page to select
2020 Jan 16
2
clang interpreter failed to materialize symbols
Hi Stefan, I just tried the -jit-kind=orc-lazy with lli executable and it solves the problem on Ubuntu 18.04 (still does not work on Windows 10). But this solution is good enough for me now. Thanks again for your help! -- Best Regards, Igor ________________________________ From: Igor Gomon <giv_ua at hotmail.com> Sent: Tuesday, January 14, 2020 7:38 PM To: Stefan Gränitz
2005 Jun 24
2
Gini with frequencies
Hi there, I am trying to compute Gini coefficients for vectors containing income classes. The data I possess look loke this: yit <- c(135, 164, 234, 369) piit <- c(367, 884, 341, 74 ) where yit is the vector of income classes, and fit is the vector of associated frequencies.(This data is from Rustichini, Ichino and Checci (Journal of Public Economics, 1999) ). In ineq pacakge, Gini( )
2004 Aug 31
1
(no subject)
A correction. You either need to open the plotting device prior to the simulation that includes your plotting commands and close it after the simulation or have the name change dynamically in your simulation so that the runs go in separate files. An example of the first method would be postscript(file="/where/to/put/file/filename.ps") ## your simulation commands dev.off() for the
2010 Nov 25
3
Announce: new team member (to work on Mozilla NSS port)
Dear fellows, As you have probably seen, NUT has had a recent boost through the help of Eaton. Frederic Bohe (contractor for Eaton France) has worked on Augeas, and is now working the Windows port. Chetan Agarwal, seconded by Prashi Gandi (both from Eaton India) are working on XCP and quality / validation related projects. I'm now pleased to announce that Emilien Kia (contractor for Eaton
2006 May 12
1
Problem in including javascript files
Hi, I am using this <%= javascript_include_tag ''/editor/xyz.js'' %> to include javascript source to my code. But I am getting this as output <script src="/editor/xyz.js?" type="text/javascript"></script> I just want to know why I am getting a question mark in "/editor/xyz.js?". Thanks for any assistance in advance. Regards
2004 Nov 28
1
hi
Dear All, Hii, I am student working on a project called Network Radio modelled on the icecast project. Could u plz give me the design of Icecast project>>so that i can model my project accordingly viz by threads or sockets?? Plzz help me. Also could u telll me where i can get the source code for icecast in c++ or java. Thanks, Chetan Yahoo! India Matrimony: Find your life
2013 Jul 25
2
[PATCH V2 4/4] x86: correctly detect hypervisor
We try to handle the hypervisor compatibility mode by detecting hypervisor through a specific order. This is not robust, since hypervisors may implement each others features. This patch tries to handle this situation by always choosing the last one in the CPUID leaves. This is done by letting .detect() returns a priority instead of true/false and just re-using the CPUID leaf where the signature
2013 Jul 25
2
[PATCH V2 4/4] x86: correctly detect hypervisor
We try to handle the hypervisor compatibility mode by detecting hypervisor through a specific order. This is not robust, since hypervisors may implement each others features. This patch tries to handle this situation by always choosing the last one in the CPUID leaves. This is done by letting .detect() returns a priority instead of true/false and just re-using the CPUID leaf where the signature
2013 Jul 25
2
[PATCH V2 4/4] x86: correctly detect hypervisor
We try to handle the hypervisor compatibility mode by detecting hypervisor through a specific order. This is not robust, since hypervisors may implement each others features. This patch tries to handle this situation by always choosing the last one in the CPUID leaves. This is done by letting .detect() returns a priority instead of true/false and just re-using the CPUID leaf where the signature