public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Sergey Bronnikov <sergeyb@bronevichok.ru>
To: Thomas Huth <thuth@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable
Date: Fri, 17 Mar 2017 14:11:18 +0300	[thread overview]
Message-ID: <20170317111118.GA67603@Sergeys-MacBook-Pro-2.local> (raw)
In-Reply-To: <9bcf5946-dd02-c312-0b00-3dcb09568fda@redhat.com>

Hi, Thomas

On 09:04 Fri 17 Mar , Thomas Huth wrote:
> On 17.03.2017 06:11, Sergey Bronnikov wrote:
> > On 08:38 Thu 16 Mar , Thomas Huth wrote:
> >> On 15.03.2017 11:25, Sergey Bronnikov wrote:
> >>> Some operating systems installs bash executable file to other directory
> >>> than /bin. So it is better to use env utility to find bash.
> >>
> >> Which operating systems do you have in mind here?
> > 
> > OpenBSD
> 
> Ok, then I'd say this patch simply does not make sense. We're talking
> about kvm-unit-tests here - and KVM is pretty much Linux-only as far as
> I know.

according to description on the project page:
"Unit tests provide KVM and virtual hardware functional testing by
targeting the features through minimal implementations of their use per
the hardware specification."
http://www.linux-kvm.org/page/KVM-unit-tests
So testsuite is applicable to any virtual machine with hardware
emulation. OpenBSD has QEMU in ports and it's own hypervisor vmd(8)
(http://man.openbsd.org/vmd). It would be perfect to use testsuite
for regression testing of these hypervisors on OpenBSD too.

Moreover my patch don't broke anything on Linux. Why not to commit it
and make tests more portable?

$ qemu-system-x86_64 -nodefaults -device isa-debug-exit,iobase=0xf4,iosize=0x4 -vnc none -serial stdio -kernel x86/msr.flat     
enabling apic
PASS: IA32_SYSENTER_CS
PASS: MSR_IA32_SYSENTER_ESP
PASS: IA32_SYSENTER_EIP
PASS: MSR_IA32_MISC_ENABLE
PASS: MSR_IA32_CR_PAT
PASS: MSR_FS_BASE
PASS: MSR_GS_BASE
PASS: MSR_KERNEL_GS_BASE
PASS: MSR_EFER
PASS: MSR_LSTAR
PASS: MSR_CSTAR
PASS: MSR_SYSCALL_MASK
PASS: MSR_*STAR eager loading
SUMMARY: 13 tests
$ uname -a
OpenBSD openbsd.example.com 6.0 GENERIC.MP#2319 amd64
$

> Every Linux distro that I've seen so far provides /bin/bash, so
> I don't think we've got to change this.
> 
>  Thomas

  reply	other threads:[~2017-03-17 11:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-15 10:25 [kvm-unit-tests PATCH] Use /bin/env in shebang to make scripts more portable Sergey Bronnikov
2017-03-15 10:48 ` Peter Xu
2017-03-15 12:31   ` Sergey Bronnikov
2017-03-16  7:38 ` Thomas Huth
2017-03-17  5:11   ` Sergey Bronnikov
2017-03-17  8:04     ` Thomas Huth
2017-03-17 11:11       ` Sergey Bronnikov [this message]
2017-03-17 11:18         ` Paolo Bonzini
2017-03-17 12:28         ` Thomas Huth
  -- strict thread matches above, loose matches on Subject: below --
2017-03-15 11:12 Sergey Bronnikov

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=20170317111118.GA67603@Sergeys-MacBook-Pro-2.local \
    --to=sergeyb@bronevichok.ru \
    --cc=kvm@vger.kernel.org \
    --cc=thuth@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox