[ovmf test] 158340: all pass - PUSHED

2021-01-10 Thread osstest service owner
flight 158340 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/158340/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf a8a0831589a92a60110b059bdbfee728669c3078 baseline version: ovmf 4ea3a6ded844dbeff0a1f

Re: [PATCH 3/4] x86: Allow non-faulting accesses to non-emulated MSRs if policy permits this

2021-01-10 Thread Jan Beulich
On 08.01.2021 21:39, boris.ostrov...@oracle.com wrote: > On 1/8/21 10:18 AM, Jan Beulich wrote: >> On 07.01.2021 21:34, Boris Ostrovsky wrote: >>> Starting with commit 84e848fd7a16 ("x86/hvm: disallow access to unknown >>> MSRs") >>> accesses to unhandled MSRs result in #GP sent to the guest. This

Re: [PATCH 2/4] x86: Introduce MSR_UNHANDLED

2021-01-10 Thread Jan Beulich
On 08.01.2021 21:31, boris.ostrov...@oracle.com wrote: > On 1/8/21 9:55 AM, Jan Beulich wrote: >> On 07.01.2021 21:34, Boris Ostrovsky wrote: >>> + * 0 = return #GP, warning emitted >>> + * 1 = read as 0, writes are dropped, no warning >>> + * 2 = read as 0, writes are dropped, warning emitted >

Re: [PATCH 2/6] x86/mm: p2m_add_foreign() is HVM-only

2021-01-10 Thread Jan Beulich
On 08.01.2021 18:37, Oleksandr wrote: > > On 08.01.21 19:01, Jan Beulich wrote: > > Hi Jan > >> On 08.01.2021 17:38, Oleksandr wrote: >>> On 05.01.21 10:48, Jan Beulich wrote: On 04.01.2021 17:57, Oleksandr Tyshchenko wrote: > Hello all. > > [Sorry for the possible format issues

[libvirt test] 158344: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158344 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158344/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-arm64-libvirt

[xen-unstable bisection] complete test-arm64-arm64-xl-xsm

2021-01-10 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-arm64-arm64-xl-xsm testid xen-boot Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemuu git://xenbits.xen.org/qemu-xen.git Tree: xen git://xenbits.xen.org/xen.git ***

[linux-linus test] 158331: regressions - trouble: broken/fail/pass

2021-01-10 Thread osstest service owner
flight 158331 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158331/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl broken test-arm64-arm64-xl-seattle

[PATCH] hvmloader: pass PCI MMIO layout to OVMF as an info table

2021-01-10 Thread Igor Druzhinin
We faced a problem with passing through a PCI device with 64GB BAR to UEFI guest. The BAR is expectedly programmed into 64-bit PCI aperture at 64G address which pushes physical address space to 37 bits. OVMF uses address width early in PEI phase to make DXE identity pages covering the whole address

[PATCH] OvmfPkg/XenPlatformPei: Grab 64-bit PCI MMIO hole size from OVMF info table

2021-01-10 Thread Igor Druzhinin
We faced a problem with passing through a PCI device with 64GB BAR to UEFI guest. The BAR is expectedly programmed into 64-bit PCI aperture at 64G address which pushes physical address space to 37 bits. That is above 36-bit width that OVMF exposes currently to a guest without tweaking PcdPciMmio64S

[qemu-mainline test] 158329: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158329 qemu-mainline real [real] http://logs.test-lab.xenproject.org/osstest/logs/158329/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-vhd 19 guest-start/debian.repeat fail REGR. vs. 152631 test-amd64-amd64

[xen-unstable test] 158322: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158322 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/158322/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl-thunderx 8 xen-boot fail REGR. vs. 158290 test-arm64-arm64-e

[linux-linus test] 158319: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158319 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158319/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-xsm7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-

[qemu-mainline test] 158315: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158315 qemu-mainline real [real] flight 158327 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158315/ http://logs.test-lab.xenproject.org/osstest/logs/158327/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

Re: [PATCH 12/24] Implement gnttab on NetBSD

2021-01-10 Thread Manuel Bouyer
On Mon, Jan 04, 2021 at 06:24:11PM +0100, Roger Pau Monné wrote: > On Mon, Jan 04, 2021 at 11:29:51AM +0100, Manuel Bouyer wrote: > > On Tue, Dec 29, 2020 at 12:16:01PM +0100, Roger Pau Monné wrote: > > > Might need some kind of log message, and will also required your > > > Signed-off-by (or from

Re: [PATCH 10/24] Make libs/evtchn build on NetBSD

2021-01-10 Thread Manuel Bouyer
On Mon, Jan 04, 2021 at 06:15:24PM +0100, Roger Pau Monné wrote: > On Mon, Jan 04, 2021 at 11:26:45AM +0100, Manuel Bouyer wrote: > > On Tue, Dec 29, 2020 at 12:52:43PM +0100, Roger Pau Monné wrote: > > > On Mon, Dec 14, 2020 at 05:36:09PM +0100, Manuel Bouyer wrote: > > > > --- > > > > tools/libs

[xen-unstable bisection] complete test-arm64-arm64-examine

2021-01-10 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-arm64-arm64-examine testid reboot Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemuu git://xenbits.xen.org/qemu-xen.git Tree: xen git://xenbits.xen.org/xen.git *** F

[xen-unstable test] 158303: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158303 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/158303/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-xl-thunderx 8 xen-boot fail REGR. vs. 158290 test-arm64-arm64-e

[xen-unstable-coverity test] 158320: all pass - PUSHED

2021-01-10 Thread osstest service owner
flight 158320 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/158320/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen ce59e3dda5f99afbe7257e1e9a22dffd5c4d033c baseline version: xen 7ba2

[ovmf test] 158307: all pass - PUSHED

2021-01-10 Thread osstest service owner
flight 158307 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/158307/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 4ea3a6ded844dbeff0a1f1de8830bc9176fa4a7b baseline version: ovmf acabf1b0330897e4e0ac2

[libvirt test] 158310: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158310 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158310/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-libvirt 6 libvirt-buildfail REGR. vs. 151777 build-arm64-libvirt

[linux-linus test] 158300: regressions - FAIL

2021-01-10 Thread osstest service owner
flight 158300 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158300/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-xsm7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-