]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
FreeBSD: use custom image containing atkbd fix
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 May 2015 15:59:08 +0000 (16:59 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 28 May 2015 16:35:30 +0000 (17:35 +0100)
Recent failures are due to a bug in x86emu when trying to call into
the BIOS in order to get the repeat rate and keyboard frequency.  This
image contains the following fix, which should prevent the issue by
not calling into the BIOS anymore:

https://svnweb.freebsd.org/base?view=revision&revision=283219

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
make-flight

index 8a1fceb0d4a5f5eb19161d33f513253b463397f1..41c752003f7e1ecd4ff4098834ecc2ce014a4c42 100755 (executable)
@@ -154,7 +154,7 @@ do_freebsd_tests () {
  job_create_test test-$xenarch$kern-$dom0arch$qemuu_suffix-freebsd10-$freebsdarch \
                         test-freebsd xl $xenarch $dom0arch \
                         freebsd_arch=$freebsdarch \
- freebsd_image=${FREEBSD_IMAGE_PREFIX-FreeBSD-10.1-CUSTOM-}$freebsdarch${FREEBSD_IMAGE_SUFFIX--20150518.raw.xz} \
+ freebsd_image=${FREEBSD_IMAGE_PREFIX-FreeBSD-10.1-CUSTOM-}$freebsdarch${FREEBSD_IMAGE_SUFFIX--20150525.raw.xz} \
                         all_hostflags=$most_hostflags
 
   done