RE: [PATCH] intel-iommu: ignore SNP bit in scalable mode

2021-11-27 Thread Liu, Yi L
> From: Peter Xu > Sent: Thursday, November 25, 2021 2:14 PM > > On Thu, Nov 25, 2021 at 05:49:38AM +, Liu, Yi L wrote: > > > From: Peter Xu > > > Sent: Thursday, November 25, 2021 12:31 PM > > > > > > On Thu, Nov 25, 2021 at 04:03:34AM +, Liu, Yi L wrote: > > > > > From: Peter Xu > >

[PATCH] tests/plugin/syscall.c: fix compiler warnings

2021-11-27 Thread Juro Bystricky
Fix compiler warnings. The warnings can result in a broken build. This patch fixes warnings such as: In file included from /usr/include/glib-2.0/glib.h:111, from ../tests/plugin/syscall.c:13: ../tests/plugin/syscall.c: In function ‘print_entry’:

Re: [PATCH v3] target/ppc: fix Hash64 MMU update of PTE bit R

2021-11-27 Thread David Gibson
On Sat, Nov 27, 2021 at 10:05:18AM +0100, Cédric le Goater wrote: > On 11/27/21 04:00, David Gibson wrote: > > On Fri, Nov 26, 2021 at 04:39:40PM -0300, Leandro Lupori wrote: > > > When updating the R bit of a PTE, the Hash64 MMU was using a wrong byte > > > offset, causing the first byte of the

Re: [PATCH v3 0/3] tpm: Add missing ACPI device identification objects

2021-11-27 Thread Michael S. Tsirkin
On Fri, Nov 26, 2021 at 11:15:40PM -0500, Stefan Berger wrote: > Is this series now acceptable for 'after 6.2'? Sure. Tagged. Pls ping me aftre release to help make sure I don't lose it. > > On 11/10/21 08:35, Stefan Berger wrote: > > This series of patches adds missing ACPI device

[REPORT] Nightly Performance Tests - Saturday, November 27, 2021

2021-11-27 Thread Ahmed Karaman
Host CPU : Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Host Memory : 15.49 GB Start Time (UTC) : 2021-11-27 21:35:01 End Time (UTC) : 2021-11-27 21:44:11 Execution Time : 0:09:09.679515 Status : FAILURE

[PATCH for 7.0 4/5] smoke-bsd-user: A test script to run all the FreeBSD binaries

2021-11-27 Thread Warner Losh
Simple shell script to iterate through all the FreeBSD binaries running qemu-$binary to ensure that we have minimal functionality for each platform. When more of the bsd-user fork has been upstreamed, this will be replaced by more extensive regresion tests. Signed-off-by: Warner Losh ---

[PATCH for 7.0 3/5] h.amd64: Simple hello-world test for x86_64

2021-11-27 Thread Warner Losh
A simple, tiny, statically linked 64-bit x86 'hello world' test. It uses two system calls (write and exit) and provides a basic sanity check to make sure that the arm bsd-user binary can interpret FreeBSD 64-bit amd64 binaries. Please note: it's named amd64 because that's the target name for

[PATCH for 7.0 2/5] h.i386: Simple hello-world test for i386

2021-11-27 Thread Warner Losh
A simple, tiny, statically linked i386 'hello world' test. It uses two system calls (write and exit) and provides a basic sanity check to make sure that the arm bsd-user binary can interpret FreeBSD 32-bit i386 binaries. Signed-off-by: Warner Losh --- tests/bsd-user-smoke/h.i386.S | 39

[PATCH for 7.0 5/5] bsd-user-smoke: Add to build

2021-11-27 Thread Warner Losh
Add a simple bsd-user smoke test for ensuring bsd-user is minimally functional. This runs only when bsd-user has been configured. It adds a simple execution of 'hello world' type binaries for bsd-user. At the present these are tiny, hand-crafted binaries that are statically linked and do not

[PATCH for 7.0 1/5] h.armv7: Simple hello-world test for armv7

2021-11-27 Thread Warner Losh
A simple, tiny, statically linked armv7 'hello world' test. It uses two system calls (write and exit) and provides a basic sanity check to make sure that the arm bsd-user binary can interpret FreeBSD armv7 binaries. Signed-off-by: Warner Losh --- tests/bsd-user-smoke/h.armv7.S | 37

[PATCH for 7.0 0/5] bsd-user-smoke: A simple smoke test for bsd-user

2021-11-27 Thread Warner Losh
This series adds a number of simple binaries that FreeBSD's clang can build on any system. I've kept it simple so that there's no extra binaries that need to be installed. Given the current state of bsd-user in the project's repo, this likely is as extensive a set of tests that should be done

Re: [PATCH v3] target/ppc: fix Hash64 MMU update of PTE bit R

2021-11-27 Thread Cédric Le Goater
On 11/27/21 04:00, David Gibson wrote: On Fri, Nov 26, 2021 at 04:39:40PM -0300, Leandro Lupori wrote: When updating the R bit of a PTE, the Hash64 MMU was using a wrong byte offset, causing the first byte of the adjacent PTE to be corrupted. This caused a panic when booting FreeBSD, using the