All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-devel@lists.openembedded.org>,
	"Ashfield, Bruce" <Bruce.Ashfield@windriver.com>
Subject: Re: [PATCH][meta-oe] virt-what: add the recipe
Date: Wed, 30 Mar 2016 09:42:21 +0800	[thread overview]
Message-ID: <56FB2EFD.4080201@windriver.com> (raw)
In-Reply-To: <CADkTA4PJWOcidD42V9vAHBQLu6QDb3fgKkT7LGiav9zRWeX6uA@mail.gmail.com>



On 2016年03月29日 22:22, Bruce Ashfield wrote:
> On Tue, Mar 29, 2016 at 4:22 AM, <rongqing.li@windriver.com> wrote:
>
>> From: Roy Li <rongqing.li@windriver.com>
>>
>> virt-what is a a shell script which can be used to detect if the program
>> is running in a virtual machine.
>>
>
> Did you consider meta-virtualization for this ? not a big concern .. just
> wondering.
>
> Bruce

it is related virt, I will send it to meta-virtualization.

this is needed by tuned, so I add it firstly before add tuned.


-Roy

>
>
>>
>> Signed-off-by: Roy Li <rongqing.li@windriver.com>
>> ---
>>   .../recipes-extended/virt-what/virt-what_1.15.bb   | 36
>> ++++++++++++++++++++++
>>   1 file changed, 36 insertions(+)
>>   create mode 100644 meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
>>
>> diff --git a/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
>> b/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
>> new file mode 100644
>> index 0000000..7509eee
>> --- /dev/null
>> +++ b/meta-oe/recipes-extended/virt-what/virt-what_1.15.bb
>> @@ -0,0 +1,36 @@
>> +SUMMARY = "Detect if we are running in a virtual machine"
>> +DESCRIPTION =" virt-what is a shell script which can be used to detect if
>> the program \
>> +is running in a virtual machine. \
>> +The program prints out a list of "facts" about the virtual machine, \
>> +derived from heuristics.  One fact is printed per line. \
>> +If nothing is printed and the script exits with code 0 (no error), \
>> +then it can mean either that the program is running on bare-metal or \
>> +the program is running inside a type of virtual machine which we don't \
>> +know about or can't detect. \
>> +Current types of virtualization detected: \
>> + - hyperv       Microsoft Hyper-V \
>> + - kvm          Linux Kernel Virtual Machine (KVM) \
>> + - openvz       OpenVZ or Virtuozzo \
>> + - powervm_lx86 IBM PowerVM Lx86 Linux/x86 emulator \
>> + - qemu         QEMU (unaccelerated) \
>> + - uml          User-Mode Linux (UML) \
>> + - virtage      Hitachi Virtualization Manager (HVM) Virtage LPAR \
>> + - virtualbox   VirtualBox \
>> + - virtualpc    Microsoft VirtualPC \
>> + - vmware       VMware \
>> + - xen          Xen \
>> + - xen-dom0     Xen dom0 (privileged domain) \
>> + - xen-domU     Xen domU (paravirtualized guest domain) \
>> + - xen-hvm      Xen guest fully virtualized (HVM) \
>> +"
>> +
>> +SECTION = "base"
>> +LICENSE = "GPLv2"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>> +
>> +SRC_URI = "
>> http://people.redhat.com/~rjones/virt-what/files/${PN}-${PV}.tar.gz"
>> +
>> +inherit autotools
>> +
>> +SRC_URI[md5sum] = "35d19ca3305e8ae88c1985fbd8388f53"
>> +SRC_URI[sha256sum] =
>> "7ab9220d4682eadf9139c6afe62d33ebd273fff69e49054279caba5514937c41"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>
>

-- 
Best Reagrds,
Roy | RongQing Li


      reply	other threads:[~2016-03-30  1:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29  8:22 [PATCH][meta-oe] virt-what: add the recipe rongqing.li
2016-03-29 14:22 ` Bruce Ashfield
2016-03-30  1:42   ` Rongqing Li [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56FB2EFD.4080201@windriver.com \
    --to=rongqing.li@windriver.com \
    --cc=Bruce.Ashfield@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.