[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf baseline-only test] 72045: all pass



This run is configured for baseline tests only.

flight 72045 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/72045/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 ea8314e4402f6c385b6e41e4f7803853e64e421b
baseline version:
 ovmf                 5202e6c907e5769ac8ecb024b7a07509bdba6181

Last test of basis    72043  2017-08-31 01:49:04 Z    0 days
Testing same since    72045  2017-08-31 14:17:29 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Brijesh Singh <brijesh.singh@xxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
sg-report-flight on osstest.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit ea8314e4402f6c385b6e41e4f7803853e64e421b
Author: Brijesh Singh <brijesh.singh@xxxxxxx>
Date:   Wed Aug 30 12:28:29 2017 -0400

    OvmfPkg/VirtioBlkDxe: Check the return status of unmap data buffer
    
    when "RequestIsWrite" is FALSE -- i.e., the CPU wants data from
    the device, we map "Buffer" for VirtioOperationBusMasterWrite. In
    this case, checking the return status of
    
    Dev->VirtIo->UnmapSharedBuffer (Dev->VirtIo, BufferMapping);
    
    is must. If the unmapping fails, then "Buffer" will not contain the
    actual data from the device, and we must fail the request with
    EFI_DEVICE_ERROR.
    
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Tom Lendacky <thomas.lendacky@xxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx>
    [lersek@xxxxxxxxxx: fix typos in subject]
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 877f4460b3e37064f37fe85375024dce04f5e05e
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Wed Aug 30 09:10:25 2017 +0100

    BeagleBoardPkg: switch to generic non-coherent DmaLib
    
    Replace the reference to the ARM specific ArmDmaLib with a reference
    to the generic NonCoherentDmaLib.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

commit c878cd95e1327abf6f1b59687afd8bc4585cc9f8
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Wed Aug 30 08:51:23 2017 +0100

    Omap35xxPkg: switch to EmbeddedPkg's NonCoherentDmaLib
    
    Replace the reference to the ARM specific ArmDmaLib with a reference
    to the generic NonCoherentDmaLib.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

commit 723102c72fb0aefe88ea74f2222a096b0dc2f4e7
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Wed Aug 30 08:21:59 2017 +0100

    EmbeddedPkg: implement NonCoherentDmaLib based on ArmDmaLib
    
    The non-coherent DmaLib implementation in ArmDmaLib no longer relies on
    anything in ArmPkg. So clone it into EmbeddedPkg, and rename it to
    NonCoherentDmaLib.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

commit 0bcb80106762c65463b1eac4009a59980a65b351
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Wed Aug 30 08:02:15 2017 +0100

    EmbeddedPkg/CoherentDmaLib: add support for non-1:1 DMA translation
    
    Bring CoherentDmaLib in line with ArmDmaLib, and add support for
    defining a static offset between the host's and the bus master's
    view of memory.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

commit 7385d2543e2a0c9b601673f244a75635d7ff90da
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Wed Aug 30 07:57:40 2017 +0100

    EmbeddedPkg: rename NullDmaLib to CoherentDmaLib
    
    The name NullDmaLib suggests that this library is a placeholder that
    only exists to fulfil formal dependencies on the DmaLib library class
    without providing an actual implementation. This is not the case, though:
    NullDmaLib does implement DmaLib fully, but doing so simply requires very
    little effort on a cache coherent platform. So let's rename it to
    CoherentDmaLib instead.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.