Re: [openxt-dev] VirtIO-Argo initial development proposal

2020-12-31 Thread Roger Pau Monné
On Wed, Dec 30, 2020 at 11:30:03AM +, Julien Grall wrote: > Hi Roger, > > On 29/12/2020 09:17, Roger Pau Monné wrote: > > On Wed, Dec 23, 2020 at 04:32:01PM -0500, Rich Persaud wrote: > > > On Dec 17, 2020, at 07:13, Jean-Philippe Ouellet wrote: > > > > On Wed, Dec 16, 2020 at 2:37 PM Chris

Re: [PATCH] x86/hpet: Fix return value of hpet_setup()

2020-12-31 Thread Roger Pau Monné
On Wed, Dec 30, 2020 at 04:02:08PM +, Andrew Cooper wrote: > hpet_setup() is idempotent if the rate has already been calculated, and > returns the cached value. However, this only works correctly when the return > statements are identical. > > Use a sensibly named local variable, rather than

Re: [PATCH] xen: remove the usage of the P ar option

2020-12-31 Thread Roger Pau Monné
On Wed, Dec 30, 2020 at 06:32:58PM +, Andrew Cooper wrote: > On 30/12/2020 17:34, Roger Pau Monne wrote: > > It's not part of the POSIX standard [0] and as such non GNU ar > > implementations don't usually have it. > > > > It's not relevant for the use case here anyway, as the archive file is >

[libvirt test] 158023: regressions - trouble: blocked/fail/pass/starved

2020-12-31 Thread osstest service owner
flight 158023 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158023/ 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-i386-libvirt

Re: [PATCH] x86/svm: Clean up MSR_K8_VM_CR definitions

2020-12-31 Thread Roger Pau Monné
On Wed, Dec 30, 2020 at 07:35:25PM +, Andrew Cooper wrote: > Drop the unused shift number, and reposition the constants into the cleaned-up > section. Rename VM_CR_SVM_DISABLE to be closer to its APM definition. > > Signed-off-by: Andrew Cooper Acked-by: Roger Pau Monné Thanks, Roger.

[linux-5.4 test] 157984: tolerable FAIL - PUSHED

2020-12-31 Thread osstest service owner
flight 157984 linux-5.4 real [real] http://logs.test-lab.xenproject.org/osstest/logs/157984/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-win7-amd64 19 guest-stopfail like 157757 test-amd64-i386-xl-qemut-win7-amd64 19

Re: [openxt-dev] VirtIO-Argo initial development proposal

2020-12-31 Thread Julien Grall
On Thu, 31 Dec 2020 at 08:46, Roger Pau Monné wrote: > > On Wed, Dec 30, 2020 at 11:30:03AM +, Julien Grall wrote: > > Hi Roger, > > > > On 29/12/2020 09:17, Roger Pau Monné wrote: > > > On Wed, Dec 23, 2020 at 04:32:01PM -0500, Rich Persaud wrote: > > > > On Dec 17, 2020, at 07:13, Jean-Phil

Re: [openxt-dev] VirtIO-Argo initial development proposal

2020-12-31 Thread Roger Pau Monné
On Thu, Dec 31, 2020 at 11:02:40AM +, Julien Grall wrote: > On Thu, 31 Dec 2020 at 08:46, Roger Pau Monné wrote: > > > > On Wed, Dec 30, 2020 at 11:30:03AM +, Julien Grall wrote: > > > Hi Roger, > > > > > > On 29/12/2020 09:17, Roger Pau Monné wrote: > > > > On Wed, Dec 23, 2020 at 04:32:0

[xen-unstable test] 158010: tolerable FAIL

2020-12-31 Thread osstest service owner
flight 158010 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/158010/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-xl-rtds 18 guest-start/debian.repeatfail like 157865 test-amd64-amd64-xl-qemuu-ws16-amd64

[qemu-mainline test] 158012: regressions - FAIL

2020-12-31 Thread osstest service owner
flight 158012 qemu-mainline real [real] flight 158053 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158012/ http://logs.test-lab.xenproject.org/osstest/logs/158053/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

Re: [PATCH] xen: remove the usage of the P ar option

2020-12-31 Thread Andrew Cooper
On 31/12/2020 09:20, Roger Pau Monné wrote: > On Wed, Dec 30, 2020 at 06:32:58PM +, Andrew Cooper wrote: >> On 30/12/2020 17:34, Roger Pau Monne wrote: >>> It's not part of the POSIX standard [0] and as such non GNU ar >>> implementations don't usually have it. >>> >>> It's not relevant for the

Re: [PATCH] xen: remove the usage of the P ar option

2020-12-31 Thread Roger Pau Monné
On Thu, Dec 31, 2020 at 03:46:50PM +, Andrew Cooper wrote: > On 31/12/2020 09:20, Roger Pau Monné wrote: > > On Wed, Dec 30, 2020 at 06:32:58PM +, Andrew Cooper wrote: > >> On 30/12/2020 17:34, Roger Pau Monne wrote: > >>> It's not part of the POSIX standard [0] and as such non GNU ar > >>>

Re: [PATCH] xen: remove the usage of the P ar option

2020-12-31 Thread Andrew Cooper
On 31/12/2020 16:05, Roger Pau Monné wrote: > On Thu, Dec 31, 2020 at 03:46:50PM +, Andrew Cooper wrote: >> On 31/12/2020 09:20, Roger Pau Monné wrote: >>> On Wed, Dec 30, 2020 at 06:32:58PM +, Andrew Cooper wrote: On 30/12/2020 17:34, Roger Pau Monne wrote: > It's not part of the

[PATCH] x86/p2m: Fix paging_gva_to_gfn() for nested virt

2020-12-31 Thread Andrew Cooper
nestedhap_walk_L1_p2m() takes guest physical addresses, not frame numbers. This means the l2 input is off-by-PAGE_SHIFT, as is the l1 value eventually returned to the caller. Delete the misleading comment as well. Fixes: bab2bd8e222de ("xen/nested_p2m: Don't walk EPT tables with a regular PT wal

[linux-linus test] 158025: regressions - FAIL

2020-12-31 Thread osstest service owner
flight 158025 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158025/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ws16-amd64 7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-

[xen-unstable-smoke test] 158056: tolerable all pass - PUSHED

2020-12-31 Thread osstest service owner
flight 158056 xen-unstable-smoke real [real] http://logs.test-lab.xenproject.org/osstest/logs/158056/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 15 migrate-support-checkfail never pass test-arm64-arm64-xl-xsm 1

Re: [PATCH] x86/p2m: Fix paging_gva_to_gfn() for nested virt

2020-12-31 Thread Tamas K Lengyel
On Thu, Dec 31, 2020 at 12:11 PM Andrew Cooper wrote: > > nestedhap_walk_L1_p2m() takes guest physical addresses, not frame numbers. > This means the l2 input is off-by-PAGE_SHIFT, as is the l1 value eventually > returned to the caller. > > Delete the misleading comment as well. > > Fixes: bab2bd8

[qemu-mainline test] 158054: regressions - FAIL

2020-12-31 Thread osstest service owner
flight 158054 qemu-mainline real [real] flight 158060 qemu-mainline real-retest [real] http://logs.test-lab.xenproject.org/osstest/logs/158054/ http://logs.test-lab.xenproject.org/osstest/logs/158060/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be

[linux-linus test] 158057: regressions - FAIL

2020-12-31 Thread osstest service owner
flight 158057 linux-linus real [real] http://logs.test-lab.xenproject.org/osstest/logs/158057/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ws16-amd64 7 xen-install fail REGR. vs. 152332 test-amd64-i386-xl-

[xen-unstable test] 158058: tolerable FAIL - PUSHED

2020-12-31 Thread osstest service owner
flight 158058 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/158058/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ws16-amd64 19 guest-stopfail like 158010 test-amd64-amd64-xl-qemuu-win7-amd64

[libvirt test] 158065: regressions - FAIL

2020-12-31 Thread osstest service owner
flight 158065 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/158065/ 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-i386-libvirt