Re: aarch64 test systems implementation

2019-09-23 Thread Dave Love
"Richard W.M. Jones" writes: > On Thu, Sep 19, 2019 at 11:27:21AM +0100, Dave Love wrote: >> (Is there a way to tell?) > > virt-what ! I guess if I'd read the man page I'd have seen that the "kvm" I saw was distinct from "qemu"; apologies for the noise. __

Re: aarch64 test systems implementation

2019-09-20 Thread Richard W.M. Jones
On Thu, Sep 19, 2019 at 11:27:21AM +0100, Dave Love wrote: > (Is there a way to tell?) virt-what ! Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to

Re: aarch64 test systems implementation

2019-09-20 Thread Dan HorĂ¡k
On Fri, 20 Sep 2019 11:10:41 +0100 Dave Love wrote: > Stephen John Smoogen writes: > > > It depends on what level of emulation you mean. Are you meaning "is > > it an x86_64 acting like a aarch64?" then the answer is no. > > Yes, that's what I meant, thanks. > > > If you are > > meaning "is i

Re: aarch64 test systems implementation

2019-09-20 Thread Dave Love
Kevin Fenzi writes: > On 9/19/19 3:27 AM, Dave Love wrote: >> Are the aarch64 test systems running on real or emulated hardware? (Is >> there a way to tell?) > > You mean the ones listed at > https://fedoraproject.org/wiki/Test_Machine_Resources_For_Package_Maintainers > ? Yes, apologies for no

Re: aarch64 test systems implementation

2019-09-20 Thread Dave Love
Stephen John Smoogen writes: > It depends on what level of emulation you mean. Are you meaning "is it > an x86_64 acting like a aarch64?" then the answer is no. Yes, that's what I meant, thanks. > If you are > meaning "is it an aarch64 guest system on an aarch64" then probably > yes... we don't

Re: aarch64 test systems implementation

2019-09-19 Thread Kevin Fenzi
On 9/19/19 3:27 AM, Dave Love wrote: > Are the aarch64 test systems running on real or emulated hardware? (Is > there a way to tell?) You mean the ones listed at https://fedoraproject.org/wiki/Test_Machine_Resources_For_Package_Maintainers ? If so, they are vm's running on real hardware with kvm

Re: aarch64 test systems implementation

2019-09-19 Thread Stephen John Smoogen
On Thu, 19 Sep 2019 at 06:28, Dave Love wrote: > > Are the aarch64 test systems running on real or emulated hardware? (Is > there a way to tell?) > > I ask because I'm seeing bad numerical results from a test and would > like to know if I can eliminate qemu as a possible cause -- not that I > thi

Re: aarch64 test systems implementation

2019-09-19 Thread Jun Aruga
> > Do you mean a system to test SRPM on aarch64? or a system to test a > > open source code? > > Do you mean CI testing system or an aarch64 server for adhoc test? > > I don't know why it matters, but I'm testing dynamic micro-architecture > selection added to a library I've packaged. Because the

Re: aarch64 test systems implementation

2019-09-19 Thread Dave Love
Jun Aruga writes: > On Thu, Sep 19, 2019 at 12:28 PM Dave Love > wrote: >> >> Are the aarch64 test systems running on real or emulated hardware? (Is >> there a way to tell?) >> >> I ask because I'm seeing bad numerical results from a test and would >> like to know if I can eliminate qemu as a

Re: aarch64 test systems implementation

2019-09-19 Thread Jun Aruga
On Thu, Sep 19, 2019 at 12:28 PM Dave Love wrote: > > Are the aarch64 test systems running on real or emulated hardware? (Is > there a way to tell?) > > I ask because I'm seeing bad numerical results from a test and would > like to know if I can eliminate qemu as a possible cause -- not that I >

aarch64 test systems implementation

2019-09-19 Thread Dave Love
Are the aarch64 test systems running on real or emulated hardware? (Is there a way to tell?) I ask because I'm seeing bad numerical results from a test and would like to know if I can eliminate qemu as a possible cause -- not that I think that's likely. ___