Re: [Xen-devel] [PATCH for-4.13] x86/vmx: always sync PIR to IRR before vmentry

2019-11-24 Thread Tian, Kevin
> From: Roger Pau Monné [mailto:roger@citrix.com] > Sent: Thursday, November 21, 2019 5:26 PM > > On Mon, Nov 18, 2019 at 05:00:29PM +0100, Jan Beulich wrote: > > On 18.11.2019 15:20, Roger Pau Monné wrote: > > > On Mon, Nov 18, 2019 at 03:00:00PM +0100, Jan Beulich wrote: > > >> On 18.11.201

[Xen-devel] Please tag 4.13-rc3

2019-11-24 Thread Jürgen Groß
Ian, please tag 4.13-rc3 on current master (commit 183f354e1430087879de071f0c7122e42703916e) Juergen ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [GIT PULL] xen: fixes for xen

2019-11-24 Thread Juergen Gross
Linus, Please git pull the following tag: git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.5a-rc1-tag xen: fixes for xen It contains following patches: - a small series to remove the build constraint of Xen x86 MCE handling to 64-bit only - a bunch of minor cleanups

[Xen-devel] [xen-4.12-testing test] 144287: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144287 xen-4.12-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/144287/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 17 debian-hvm-install/l1/l2 fail REGR. vs. 144035 Tests

Re: [Xen-devel] [PATCH v2 for 4.13] x86/microcode: refuse to load the same revision ucode

2019-11-24 Thread Chao Gao
On Fri, Nov 22, 2019 at 04:47:23PM +, Sergey Dyasli wrote: >Currently if a user tries to live-load the same or older ucode revision >than CPU already has, he will get a single message in Xen log like: > >(XEN) 128 cores are to update their microcode > >No actual ucode loading will happen an

[Xen-devel] [xen-4.11-testing test] 144285: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144285 xen-4.11-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/144285/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 17 debian-hvm-install/l1/l2 fail REGR. vs. 144025 Tests

[Xen-devel] UEFI support on Dell boxes (was: Re: Status of 4.13)

2019-11-24 Thread Marek Marczykowski-Górecki
On Fri, Nov 22, 2019 at 10:00:13PM -0800, Roman Shaposhnik wrote: > 3. Bad news: Marek's suggestion didn't work on Dell product line (and yes > I double checked that I built it correctly). > > So... when it comes to RC2 regression -- we're all good. > > But since we're here anyway -- I'm wonderin

[Xen-devel] [xen-unstable test] 144283: tolerable FAIL - PUSHED

2019-11-24 Thread osstest service owner
flight 144283 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/144283/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-armhf-armhf-xl 16 guest-start/debian.repeat fail in 144276 pass in 144283 test-amd64-amd64-xl-rtds 17

[Xen-devel] [xen-4.12-testing test] 144281: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144281 xen-4.12-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/144281/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 17 debian-hvm-install/l1/l2 fail REGR. vs. 144035 Tests

[Xen-devel] [libvirt test] 144279: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144279 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/144279/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-qcow2 15 guest-start/debian.repeat fail REGR. vs. 144233 Tests which are fai

[Xen-devel] [xen-4.11-testing test] 144278: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144278 xen-4.11-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/144278/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-qemuu-nested-intel 17 debian-hvm-install/l1/l2 fail REGR. vs. 144025 Tests

Re: [Xen-devel] [PATCH v2] xen: Fix Kconfig indentation

2019-11-24 Thread Jürgen Groß
On 21.11.19 04:20, Krzysztof Kozlowski wrote: Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^/\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski Pushed to xen/tip.git for-linus-v5.5a Juergen

[Xen-devel] [xen-unstable test] 144276: regressions - FAIL

2019-11-24 Thread osstest service owner
flight 144276 xen-unstable real [real] http://logs.test-lab.xenproject.org/osstest/logs/144276/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl 16 guest-start/debian.repeat fail REGR. vs. 144042 Regressions which

Re: [Xen-devel] [PATCH v2] xen: Fix Kconfig indentation

2019-11-24 Thread Jürgen Groß
On 21.11.19 04:20, Krzysztof Kozlowski wrote: Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^/\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski Reviewed-by: Juergen Gross Juergen __

[Xen-devel] [xen-unstable-coverity test] 144282: all pass - PUSHED

2019-11-24 Thread osstest service owner
flight 144282 xen-unstable-coverity real [real] http://logs.test-lab.xenproject.org/osstest/logs/144282/ Perfect :-) All tests in this flight passed as required version targeted for testing: xen 183f354e1430087879de071f0c7122e42703916e baseline version: xen 0273