search for: 6b19f42

Displaying 3 results from an estimated 3 matches for "6b19f42".

Did you mean: 5b19f4f
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
...yperv_testdev="" +fi + +command="${qemu} -enable-kvm $pc_testdev -vnc none -serial stdio $pci_testdev $hyperv_testdev -kernel" echo ${command} "$@" if [ "$DRYRUN" != "yes" ]; then diff --git a/x86/unittests.cfg b/x86/unittests.cfg index a38544f..6b19f42 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -166,3 +166,8 @@ arch = x86_64 [debug] file = debug.flat arch = x86_64 + +[hyperv_synic] +file = hyperv_synic.flat +smp = 2 +extra_params = -cpu host,hv_synic -- 2.4.3
2015 Oct 26
3
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
...yperv_testdev="" +fi + +command="${qemu} -enable-kvm $pc_testdev -vnc none -serial stdio $pci_testdev $hyperv_testdev -kernel" echo ${command} "$@" if [ "$DRYRUN" != "yes" ]; then diff --git a/x86/unittests.cfg b/x86/unittests.cfg index a38544f..6b19f42 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -166,3 +166,8 @@ arch = x86_64 [debug] file = debug.flat arch = x86_64 + +[hyperv_synic] +file = hyperv_synic.flat +smp = 2 +extra_params = -cpu host,hv_synic -- 2.4.3
2015 Nov 02
0
[kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test
...+ > +command="${qemu} -enable-kvm $pc_testdev -vnc none -serial stdio $pci_testdev $hyperv_testdev -kernel" > echo ${command} "$@" > > if [ "$DRYRUN" != "yes" ]; then > diff --git a/x86/unittests.cfg b/x86/unittests.cfg > index a38544f..6b19f42 100644 > --- a/x86/unittests.cfg > +++ b/x86/unittests.cfg > @@ -166,3 +166,8 @@ arch = x86_64 > [debug] > file = debug.flat > arch = x86_64 > + > +[hyperv_synic] > +file = hyperv_synic.flat > +smp = 2 > +extra_params = -cpu host,hv_synic >