All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 72045: all pass
@ 2017-08-31 16:13 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2017-08-31 16:13 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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@linaro.org>
  Brijesh Singh <brijesh.singh@amd.com>
  Laszlo Ersek <lersek@redhat.com>

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@amd.com>
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@linaro.org>
    Cc: Jordan Justen <jordan.l.justen@intel.com>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Laszlo Ersek <lersek@redhat.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
    [lersek@redhat.com: fix typos in subject]
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    Tested-by: Laszlo Ersek <lersek@redhat.com>

commit 877f4460b3e37064f37fe85375024dce04f5e05e
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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@linaro.org>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit c878cd95e1327abf6f1b59687afd8bc4585cc9f8
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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@linaro.org>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit 723102c72fb0aefe88ea74f2222a096b0dc2f4e7
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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@linaro.org>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit 0bcb80106762c65463b1eac4009a59980a65b351
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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@linaro.org>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

commit 7385d2543e2a0c9b601673f244a75635d7ff90da
Author: Ard Biesheuvel <ard.biesheuvel@linaro.org>
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@linaro.org>
    Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-31 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-31 16:13 [ovmf baseline-only test] 72045: all pass Platform Team regression test user

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.