Re: [Xen-devel] [PATCH v13 1/3] IOMMU/x86: use a struct pci_dev* instead of SBDF

2016-07-03 Thread Xu, Quan
On July 04, 2016 1:35 PM, Tian, Kevin  wrote:
> > From: Xu, Quan
> > Sent: Wednesday, June 29, 2016 2:00 PM
> >
> > From: Quan Xu 
> >
> > A struct pci_dev* instead of SBDF is stored inside struct pci_ats_dev
> > and parameter to *_ats_device().
> >
> > Also use ats_dev for "struct pci_ats_dev" variable, while pdev (_pdev,
> > if there is already a pdev) for "struct pci_dev"
> > in the scope of IOMMU.
> >
> > Signed-off-by: Quan Xu 
> >
> > CC: Jan Beulich 
> > CC: Kevin Tian 
> > CC: Feng Wu 
> > CC: Suravee Suthikulpanit 
> >
> 
> Acked-by: Kevin Tian , with one minor comment:
> 
> > diff --git a/xen/drivers/passthrough/amd/iommu_cmd.c
> > b/xen/drivers/passthrough/amd/iommu_cmd.c
> > index 7c9d9be..934977a 100644
> > --- a/xen/drivers/passthrough/amd/iommu_cmd.c
> > +++ b/xen/drivers/passthrough/amd/iommu_cmd.c
> > @@ -294,28 +294,27 @@ void amd_iommu_flush_iotlb(u8 devfn, const
> > struct pci_dev *pdev,
> >  if ( !ats_enabled )
> >  return;
> >
> > -ats_pdev = get_ats_device(pdev->seg, pdev->bus, pdev->devfn);
> > +ats_pdev = get_ats_device(pdev);
> >  if ( ats_pdev == NULL )
> >  return;
> >
> 
> To align with other places, better to change ats_pdev to ats_dev too.


Indeed,  thanks very much!!
I will update it soon.
- Quan 

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH v13 2/3] IOMMU: add domain crash logic

2016-07-03 Thread Tian, Kevin
> From: Xu, Quan
> Sent: Wednesday, June 29, 2016 2:00 PM
> 
> From: Quan Xu 
> 
> Add domain crash logic to the generic IOMMU layer to benefit
> all platforms.
> 
> No spamming of the log can occur. For DomU, we avoid logging any
> message for already dying domains. For Dom0, that'll still be more
> verbose than we'd really like, but it at least wouldn't outright
> flood the console.
> 
> Signed-off-by: Quan Xu 

Acked-by: Kevin Tian 

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH v13 1/3] IOMMU/x86: use a struct pci_dev* instead of SBDF

2016-07-03 Thread Tian, Kevin
> From: Xu, Quan
> Sent: Wednesday, June 29, 2016 2:00 PM
> 
> From: Quan Xu 
> 
> A struct pci_dev* instead of SBDF is stored inside struct
> pci_ats_dev and parameter to *_ats_device().
> 
> Also use ats_dev for "struct pci_ats_dev" variable, while
> pdev (_pdev, if there is already a pdev) for "struct pci_dev"
> in the scope of IOMMU.
> 
> Signed-off-by: Quan Xu 
> 
> CC: Jan Beulich 
> CC: Kevin Tian 
> CC: Feng Wu 
> CC: Suravee Suthikulpanit 
> 

Acked-by: Kevin Tian , with one minor comment:

> diff --git a/xen/drivers/passthrough/amd/iommu_cmd.c
> b/xen/drivers/passthrough/amd/iommu_cmd.c
> index 7c9d9be..934977a 100644
> --- a/xen/drivers/passthrough/amd/iommu_cmd.c
> +++ b/xen/drivers/passthrough/amd/iommu_cmd.c
> @@ -294,28 +294,27 @@ void amd_iommu_flush_iotlb(u8 devfn, const struct 
> pci_dev
> *pdev,
>  if ( !ats_enabled )
>  return;
> 
> -ats_pdev = get_ats_device(pdev->seg, pdev->bus, pdev->devfn);
> +ats_pdev = get_ats_device(pdev);
>  if ( ats_pdev == NULL )
>  return;
> 

To align with other places, better to change ats_pdev to ats_dev too.

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] mini-os: replace lib/printf.c with a version not under GPL

2016-07-03 Thread Juergen Gross
On 03/07/16 20:35, Samuel Thibault wrote:
> Hello,
> 
> Juergen Gross, on Fri 01 Jul 2016 11:33:27 +0200, wrote:
>> Instead of a Linux kernel based implementation use one from freeBSD.
> 
> That'd be useful indeed :)
> 
>> I'm not sure about coding style here: should I keep (more or less) the
>> one from freeBSD, or is the Xen style preferred?
> 
> I'd say just keep the file as it is upstream, so we can sync more easily
> in the future.

Okay, thanks.

> 
>> diff --git a/include/lib-gpl.h b/include/lib-gpl.h
>> index d5602b2..7557627 100644
>> --- a/include/lib-gpl.h
>> +++ b/include/lib-gpl.h
> 
> Please move the content to lib.h then, since it won't be gpl any more.

Okay.

> Did you check the boot output e.g. of a trivial mini-os application?
> Notably, iirc there were perhaps odd formating with %x, %p or such.
> Moving to the posix behavior would be a good thing, I'd just want to
> know whether we have some behavior change.

Just double checked: some of the prints are now without leading zeroes:

Without my patch:

Xen Minimal OS!
  start_info: 00074000(VA)
nr_pages: 0x1000
  shared_inf: 0xd745(MA)
 pt_base: 00077000(VA)
nr_pt_frames: 0x5
mfn_list: 0006c000(VA)
   mod_start: 0x0(VA)
 mod_len: 0
   flags: 0x0
cmd_line:
   stack: 0002b540-0004b540
MM: Init
  _text: (VA)
 _etext: 00017708(VA)
   _erodata: 0001e000(VA)
 _edata: 0001e480(VA)
stack start: 0002b540(VA)
   _end: 0006ba58(VA)
  start_pfn: 7f
max_pfn: 1000
Mapping memory range 0x7f000 - 0x100
setting -0001e000 readonly
skipped 1000
MM: Initialise page allocator for 85000(85000)-100(100)
MM: done
Demand map pfns at 1001000-002001001000.
Initialising timer interface
Initialising console ... done.
gnttab_table mapped at 01001000.
Initialising scheduler
Thread "Idle": pointer: 0x00090070, stack: 0x000a
Thread "xenstore": pointer: 0x000900d0, stack: 0x000b
xenbus initialised on irq 1 mfn 0x116675
Thread "shutdown": pointer: 0x00090130, stack: 0x000c
kernel.c: dummy main: start_info=0004b540

With my patch:

Xen Minimal OS!
  start_info: 0x75000(VA)
nr_pages: 0x1000
  shared_inf: 0xdb0b(MA)
 pt_base: 0x78000(VA)
nr_pt_frames: 0x5
mfn_list: 0x6d000(VA)
   mod_start: 0x0(VA)
 mod_len: 0
   flags: 0x0
cmd_line:
   stack: 0x2c580-0x4c580
MM: Init
  _text: 0(VA)
 _etext: 0x183fc(VA)
   _erodata: 0x1f000(VA)
 _edata: 0x1f4c0(VA)
stack start: 0x2c580(VA)
   _end: 0x6ca98(VA)
  start_pfn: 80
max_pfn: 1000
Mapping memory range 0x8 - 0x100
setting 0-0x1f000 readonly
skipped 1000
MM: Initialise page allocator for 86000(86000)-100(100)
MM: done
Demand map pfns at 1001000-0x2001001000.
Initialising timer interface
Initialising console ... done.
gnttab_table mapped at 0x1001000.
Initialising scheduler
Thread "Idle": pointer: 0x0x91070, stack: 0x0xa
Thread "xenstore": pointer: 0x0x910d0, stack: 0x0xb
xenbus initialised on irq 1 mfn 0x11aa76
Thread "shutdown": pointer: 0x0x91130, stack: 0x0xc
kernel.c: dummy main: start_info=0x4c580


Juergen


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [qemu-mainline test] 96580: regressions - FAIL

2016-07-03 Thread osstest service owner
flight 96580 qemu-mainline real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96580/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-debianhvm-amd64 9 debian-hvm-install fail REGR. vs. 
94856
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail 
REGR. vs. 94856
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. 
vs. 94856
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. 
vs. 94856
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install fail REGR. vs. 94856
 test-amd64-i386-xl-qemuu-debianhvm-amd64 9 debian-hvm-install fail REGR. vs. 
94856
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail 
REGR. vs. 94856
 test-amd64-amd64-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 94856

Tests which are failing intermittently (not blocking):
 test-amd64-amd64-xl-rtds  6 xen-bootfail pass in 96557

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-rtds  9 debian-installfail in 96557 like 94856
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 94856
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 94856

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-amd64-xl-pvh-intel 11 guest-start  fail  never pass
 test-armhf-armhf-libvirt 14 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-xsm 14 guest-saverestorefail   never pass
 test-armhf-armhf-xl-arndale  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-arndale  13 saverestore-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-cubietruck 12 migrate-support-checkfail never pass
 test-armhf-armhf-xl-cubietruck 13 saverestore-support-checkfail never pass
 test-armhf-armhf-xl-credit2  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-credit2  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass
 test-armhf-armhf-xl  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-libvirt-qcow2 11 migrate-support-checkfail never pass
 test-armhf-armhf-libvirt-qcow2 13 guest-saverestorefail never pass
 test-armhf-armhf-libvirt-raw 13 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt-raw 11 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-xsm  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-xsm  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  11 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  12 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-multivcpu 13 saverestore-support-checkfail  never pass
 test-armhf-armhf-xl-multivcpu 12 migrate-support-checkfail  never pass
 test-armhf-armhf-xl-rtds 13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-rtds 12 migrate-support-checkfail   never pass

version targeted for testing:
 qemuu9a48e3670030148a8d00c8d4d4cd7f051c0d9f39
baseline version:
 qemuud6550e9ed2e1a60d889dfb721de00d9a4e3bafbe

Last test of basis94856  2016-05-27 20:14:49 Z   37 days
Failing since 94983  2016-05-31 09:40:12 Z   33 days   48 attempts
Testing same since96513  2016-07-01 23:43:20 Z2 days4 attempts


People who touched revisions under test:
  Aaron Larson 
  Alberto Garcia 
  Aleksandar Markovic 
  Alex Bennée 
  Alex Bligh 
  Alex Williamson 
  Alexander Graf 
  Alexander Shopov 
  Alexey Kardashevskiy 
  Alistair Francis 
  Amit Shah 
  Andrea Arcangeli 
  Andrew Jeffery 
  Andrew Jones 
  

[Xen-devel] [linux-3.14 baseline-only test] 66493: regressions - FAIL

2016-07-03 Thread Platform Team regression test user
This run is configured for baseline tests only.

flight 66493 linux-3.14 real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66493/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemut-debianhvm-amd64  6 xen-boot fail REGR. vs. 44408
 test-amd64-amd64-xl-qemuu-winxpsp3  6 xen-bootfail REGR. vs. 44408
 test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail REGR. vs. 
44408

Regressions which are regarded as allowable (not blocking):
 build-amd64-rumpuserxen   6 xen-buildfail   like 44408
 build-i386-rumpuserxen6 xen-buildfail   like 44408
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 44408
 test-amd64-amd64-xl-qemut-win7-amd64 16 guest-stop fail like 44408
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 44408

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-rumpuserxen-amd64  1 build-check(1)   blocked n/a
 test-amd64-i386-rumpuserxen-i386  1 build-check(1)   blocked  n/a
 test-amd64-amd64-xl-pvh-intel 11 guest-start  fail  never pass
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-i386-xl-qemut-win7-amd64 16 guest-stop  fail never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass

version targeted for testing:
 linux44dd5e6b1cf505485d839bd62d47e29a36232d67
baseline version:
 linux1c767107ef341cdc080d44d3ee1c9ca1b6957ce0

Last test of basis44408  2016-05-12 04:24:42 Z   52 days
Testing same since66493  2016-07-01 10:54:57 Z2 days1 attempts


People who touched revisions under test:
  Adrian Hunter 
  Al Viro 
  Alex Deucher 
  Allain Legacy 
  Andi Kleen 
  Andrew Morton 
  Ben Hutchings 
  Bernhard Thaler 
  Bjorn Helgaas 
  Catalin Vasile 
  Chanwoo Choi 
  Chas Williams <3ch...@gmail.com>
  Chen Yu 
  Chris Friesen 
  Chris Wilson 
  Christoffer Dall 
  Cong Wang 
  Daniel Lezcano 
  Daniel Vetter 
  Daniel Vetter 
  Dave Chinner 
  Dave Chinner 
  Dave Gerlach 
  Dave Jones 
  David S. Miller 
  David Sterba 
  David Vrabel 
  Dibyajyoti Ghosh 
  Dmitry Torokhov 
  Edward Cree 
  Florian Westphal 
  Gavin Shan 
  Greg Kroah-Hartman 
  H. Nikolaus Schaller 
  H. Peter Anvin 
  Hans-Christoph Schemmel 
  Hari Bathini 
  Helge Deller 
  Herbert Xu 
  Ian Campbell 
  Itai Handler 
  J. Bruce Fields 
  James Hogan 
  Jani Nikula 
  Jann Horn 
  Jeff Layton 
  Jiri Slaby 
  Johan Hovold 
  Johannes Berg 
  John Stultz 
  Josef Bacik 
  Joseph Salisbury 
  Joshua Henderson 
  Kalle Valo 
  Kalle Valo 
  Kangjie Lu 
  Kangjie Lu 
  Kevin Hilman 
  Krzysztof Kozlowski 
  Larry Finger 
  Lee Jones 
  Linus Torvalds 
  Lucas 

[Xen-devel] [ovmf test] 96605: regressions - FAIL

2016-07-03 Thread osstest service owner
flight 96605 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96605/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. 
vs. 94748
 test-amd64-amd64-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail 
REGR. vs. 94748

version targeted for testing:
 ovmf 6f9760d88b11d3a848c2522286f3a5b5e5214fbd
baseline version:
 ovmf dc99315b8732b6e3032d01319d3f534d440b43d0

Last test of basis94748  2016-05-24 22:43:25 Z   40 days
Failing since 94750  2016-05-25 03:43:08 Z   39 days   88 attempts
Testing same since96536  2016-07-02 16:49:11 Z1 days5 attempts


People who touched revisions under test:
  Anandakrishnan Loganathan 
  Ard Biesheuvel 
  Bret Barkelew 
  Bruce Cran 
  Bruce Cran 
  Chao Zhang 
  Cinnamon Shia 
  Cohen, Eugene 
  Dandan Bi 
  Darbin Reyes 
  david wei 
  Eric Dong 
  Eugene Cohen 
  Evan Lloyd 
  Evgeny Yakovlev 
  Feng Tian 
  Fu Siyuan 
  Fu, Siyuan 
  Gary Li 
  Gary Lin 
  Giri P Mudusuru 
  Hao Wu 
  Hegde Nagaraj P 
  hegdenag 
  Heyi Guo 
  Jan D?bro? 
  Jan Dabros 
  Jeff Fan 
  Jiaxin Wu 
  Jiewen Yao 
  Joe Zhou 
  Jordan Justen 
  Katie Dellaquila 
  Laszlo Ersek 
  Liming Gao 
  Lu, ShifeiX A 
  lushifex 
  Marcin Wojtas 
  Mark Rutland 
  Marvin H?user 
  Marvin Haeuser 
  Maurice Ma 
  Michael Zimmermann 
  Qiu Shumin 
  Ruiyu Ni 
  Ryan Harkin 
  Sami Mujawar 
  Satya Yarlagadda 
  Shannon Zhao 
  Sriram Subramanian 
  Star Zeng 
  Sunny Wang 
  Tapan Shah 
  Thomas Palmer 
  Yarlagadda, Satya P 
  Yonghong Zhu 
  Zhang Lubo 
  Zhang, Chao B 

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-pvopspass
 build-i386-pvops pass
 test-amd64-amd64-xl-qemuu-ovmf-amd64 fail
 test-amd64-i386-xl-qemuu-ovmf-amd64  fail



sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Not pushing.

(No revision log; it would be 8166 lines long.)

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] Question about unable to add disk device after VM is destroyed and recreated on NVIDIA Jetson board

2016-07-03 Thread Meng Xu
On Mon, Jun 20, 2016 at 11:43 AM, Meng Xu  wrote:
>
> Hi all,
>
> I'm running Xen on NVIDIA Jetson TK1 board. The Xen code is from Ian's
> repo.: git://xenbits.xen.org/people/ianc/xen.git with the commit point
> c78d51660446d33dac4bb07c3c17e1d14d62ebc2
>
> Right now, I can boot dom0 on Xen on the Jetson board. After the
> system boots up, I can boot up a VM1 using the vm1.config (attached
> below). However, after I use "xl destroy vm1" to destroy the vm1 and
> try to boot up vm1 again with the exact same configuration file, it
> starts to reports the following error:
>
> --- Start of the output of the  "xl create vm1.xl"  ---
> libxl: error: libxl_device.c:952:device_backend_callback: unable to
> add device with path /local/domain/0/backend/vbd/5/51712
>
> libxl: error: libxl_create.c:1161:domcreate_launch_dm: unable to add
> disk devices
>
> libxl: error: libxl_device.c:952:device_backend_callback: unable to
> remove device with path /local/domain/0/backend/vbd/5/51712
>
> libxl: error: libxl.c:1650:devices_destroy_cb: libxl__devices_destroy
> failed for 5
>
> ---End of of the output of the  "xl create vm1.xl"  ---
>
> I found that this issue was raised before in 2013 at
> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00704.html
> However, I didn't see the solution on that thread.
>
> I'm wondering if someone has encountered this issue before and know
> how to fix it?
>
> Thank you very much for your help and time! Any advice is really appreciated!
>
> I attached the configurations and more log messages as below:
>
> ---The vm1's configuration file vm1.config---
>
> kernel = "/boot/zImage-domU" # zImage is kernel domU will uses. zImage
> is inside dom0 and it’s dom0’s path.
>
> memory = 512
>
> name = "vm1"
>
> vcpus = 1
>
> disk = [ 'file:/home/ubuntu/sdcard/vm1.disk,xvda,w' ]
>
> vif = ['bridge=xenbr0']
>
> extra = 'console=hvc0 xencons=tty root=/dev/xvda'
>
>
> --- The log message when I create vm1---
>
> # xl -vvv create -c vm1.xl
>
> Parsing config from vm1.xl
>
> libxl: debug: libxl_create.c:1512:do_domain_create: ao 0x3cdd8:
> create: how=(nil) callback=(nil) poller=0x3ce20
>
> libxl: debug: libxl_device.c:269:libxl__device_disk_set_backend: Disk
> vdev=xvda spec.backend=unknown
>
> libxl: debug: libxl_device.c:298:libxl__device_disk_set_backend: Disk
> vdev=xvda, using backend phy
>
> libxl: debug: libxl_create.c:915:initiate_domain_create: running bootloader
>
> libxl: debug: libxl_bootloader.c:329:libxl__bootloader_run: no
> bootloader configured, using user supplied kernel
>
> libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch
> w=0x3d2dc: deregister unregistered
>
> domainbuilder: detail: xc_dom_allocate: cmdline="console=hvc0
> xencons=tty root=/dev/xvda", features="(null)"
>
> libxl: debug: libxl_dom.c:536:libxl__build_pv: pv kernel mapped 0 path
> /boot/zImage-domU
>
> domainbuilder: detail: xc_dom_kernel_file: filename="/boot/zImage-domU"
>
> domainbuilder: detail: xc_dom_malloc_filemap: 5091 kB
>
> domainbuilder: detail: xc_dom_boot_xen_init: ver 4.6, caps xen-3.0-armv7l
>
> domainbuilder: detail: xc_dom_rambase_init: RAM starts at 4
>
> domainbuilder: detail: xc_dom_parse_image: called
>
> domainbuilder: detail: xc_dom_find_loader: trying multiboot-binary loader ...
>
> domainbuilder: detail: loader probe failed
>
> domainbuilder: detail: xc_dom_find_loader: trying Linux zImage (ARM64)
> loader ...
>
> domainbuilder: detail: xc_dom_probe_zimage64_kernel: kernel is not an
> arm64 Image
>
> domainbuilder: detail: loader probe failed
>
> domainbuilder: detail: xc_dom_find_loader: trying Linux zImage (ARM32)
> loader ...
>
> domainbuilder: detail: loader probe OK
>
> domainbuilder: detail: xc_dom_parse_zimage32_kernel: called
>
> domainbuilder: detail: xc_dom_parse_zimage32_kernel: xen-3.0-armv7l:
> 0x40008000 -> 0x40500c20
>
> libxl: debug: libxl_arm.c:537:libxl__arch_domain_init_hw_description:
> configure the domain
>
> libxl: debug: libxl_arm.c:545:libxl__arch_domain_init_hw_description:
> constructing DTB for Xen version 4.6 guest
>
> libxl: debug: libxl_arm.c:546:libxl__arch_domain_init_hw_description:
>  - vGIC version: V2
>
> libxl: debug: libxl_arm.c:303:make_memory_nodes: Creating placeholder
> node /memory@4000
>
> libxl: debug: libxl_arm.c:303:make_memory_nodes: Creating placeholder
> node /memory@2
>
> libxl: debug: libxl_arm.c:620:libxl__arch_domain_init_hw_description:
> fdt total size 1266
>
> domainbuilder: detail: xc_dom_devicetree_mem: called
>
> domainbuilder: detail: xc_dom_mem_init: mem 512 MB, pages 0x2 pages, 4k 
> each
>
> domainbuilder: detail: xc_dom_mem_init: 0x2 pages
>
> domainbuilder: detail: xc_dom_boot_mem_init: called
>
> domainbuilder: detail: set_mode: guest xen-3.0-armv7l, address size 32
>
> domainbuilder: detail: xc_dom_malloc: 1024 kB
>
> domainbuilder: detail: populate_guest_memory: populating RAM @
> 4000-6000 (512MB)
>
> domainbuilder: 

[Xen-devel] [ovmf test] 96588: regressions - FAIL

2016-07-03 Thread osstest service owner
flight 96588 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96588/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. 
vs. 94748
 test-amd64-amd64-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail 
REGR. vs. 94748

version targeted for testing:
 ovmf 6f9760d88b11d3a848c2522286f3a5b5e5214fbd
baseline version:
 ovmf dc99315b8732b6e3032d01319d3f534d440b43d0

Last test of basis94748  2016-05-24 22:43:25 Z   40 days
Failing since 94750  2016-05-25 03:43:08 Z   39 days   87 attempts
Testing same since96536  2016-07-02 16:49:11 Z1 days4 attempts


People who touched revisions under test:
  Anandakrishnan Loganathan 
  Ard Biesheuvel 
  Bret Barkelew 
  Bruce Cran 
  Bruce Cran 
  Chao Zhang 
  Cinnamon Shia 
  Cohen, Eugene 
  Dandan Bi 
  Darbin Reyes 
  david wei 
  Eric Dong 
  Eugene Cohen 
  Evan Lloyd 
  Evgeny Yakovlev 
  Feng Tian 
  Fu Siyuan 
  Fu, Siyuan 
  Gary Li 
  Gary Lin 
  Giri P Mudusuru 
  Hao Wu 
  Hegde Nagaraj P 
  hegdenag 
  Heyi Guo 
  Jan D?bro? 
  Jan Dabros 
  Jeff Fan 
  Jiaxin Wu 
  Jiewen Yao 
  Joe Zhou 
  Jordan Justen 
  Katie Dellaquila 
  Laszlo Ersek 
  Liming Gao 
  Lu, ShifeiX A 
  lushifex 
  Marcin Wojtas 
  Mark Rutland 
  Marvin H?user 
  Marvin Haeuser 
  Maurice Ma 
  Michael Zimmermann 
  Qiu Shumin 
  Ruiyu Ni 
  Ryan Harkin 
  Sami Mujawar 
  Satya Yarlagadda 
  Shannon Zhao 
  Sriram Subramanian 
  Star Zeng 
  Sunny Wang 
  Tapan Shah 
  Thomas Palmer 
  Yarlagadda, Satya P 
  Yonghong Zhu 
  Zhang Lubo 
  Zhang, Chao B 

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-pvopspass
 build-i386-pvops pass
 test-amd64-amd64-xl-qemuu-ovmf-amd64 fail
 test-amd64-i386-xl-qemuu-ovmf-amd64  fail



sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Not pushing.

(No revision log; it would be 8166 lines long.)

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [linux-4.1 baseline-only test] 66490: trouble: blocked/broken/fail/pass

2016-07-03 Thread Julien Grall

Hi,

On 03/07/2016 09:09, Platform Team regression test user wrote:

This run is configured for baseline tests only.

flight 66490 linux-4.1 real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66490/


This link does not work outside of Citrix network. So is there any value 
to receive those mails on public mailing list?


For instance the ARM build is failing but I am not able to know why.



Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf-xsm   4 capture-logs !broken [st=!broken!]
 build-armhf   4 capture-logs !broken [st=!broken!]
 build-armhf-pvops 4 capture-logs !broken [st=!broken!]


Cheers,

--
Julien Grall

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] mini-os: replace lib/printf.c with a version not under GPL

2016-07-03 Thread Samuel Thibault
Hello,

Juergen Gross, on Fri 01 Jul 2016 11:33:27 +0200, wrote:
> Instead of a Linux kernel based implementation use one from freeBSD.

That'd be useful indeed :)

> I'm not sure about coding style here: should I keep (more or less) the
> one from freeBSD, or is the Xen style preferred?

I'd say just keep the file as it is upstream, so we can sync more easily
in the future.

> diff --git a/include/lib-gpl.h b/include/lib-gpl.h
> index d5602b2..7557627 100644
> --- a/include/lib-gpl.h
> +++ b/include/lib-gpl.h

Please move the content to lib.h then, since it won't be gpl any more.

Did you check the boot output e.g. of a trivial mini-os application?
Notably, iirc there were perhaps odd formating with %x, %p or such.
Moving to the posix behavior would be a good thing, I'd just want to
know whether we have some behavior change.

Thanks,
Samuel

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


Re: [Xen-devel] [PATCH] mini-os: make cscope repair

2016-07-03 Thread Samuel Thibault
Juergen Gross, on Fri 01 Jul 2016 11:33:11 +0200, wrote:
> "make cscope" doesn't like symbolic link include/mini-os->. as it
> leads to a file system recursion. Repair that by not following links
> when searching the sources.
> 
> Signed-off-by: Juergen Gross 

Acked-by: Samuel Thibault 

Thanks!

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 10c05a5..2e4bdba 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -212,7 +212,7 @@ clean:arch_clean
>  
>  
>  define all_sources
> - ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print )
> + ( find . -name SCCS -prune -o -name '*.[chS]' -print )
>  endef
>  
>  .PHONY: cscope
> -- 
> 2.6.6
> 

-- 
Samuel
 PS> Salut ! J'ai un sujet de philo à vous soumettre : "Suffit-il
 PS> d'observer pour connaître" Idées + plan Merçi
 Oui, ya qu'a t'observer pour connaître le fait que tu es une feignasse.
 -+- FF in: Guide du Neuneu d'Usenet - Neuneu fait de la philo -+-

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [ovmf test] 96561: regressions - FAIL

2016-07-03 Thread osstest service owner
flight 96561 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96561/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-i386-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail REGR. 
vs. 94748
 test-amd64-amd64-xl-qemuu-ovmf-amd64 17 guest-start/debianhvm.repeat fail 
REGR. vs. 94748

version targeted for testing:
 ovmf 6f9760d88b11d3a848c2522286f3a5b5e5214fbd
baseline version:
 ovmf dc99315b8732b6e3032d01319d3f534d440b43d0

Last test of basis94748  2016-05-24 22:43:25 Z   39 days
Failing since 94750  2016-05-25 03:43:08 Z   39 days   86 attempts
Testing same since96536  2016-07-02 16:49:11 Z0 days3 attempts


People who touched revisions under test:
  Anandakrishnan Loganathan 
  Ard Biesheuvel 
  Bret Barkelew 
  Bruce Cran 
  Bruce Cran 
  Chao Zhang 
  Cinnamon Shia 
  Cohen, Eugene 
  Dandan Bi 
  Darbin Reyes 
  david wei 
  Eric Dong 
  Eugene Cohen 
  Evan Lloyd 
  Evgeny Yakovlev 
  Feng Tian 
  Fu Siyuan 
  Fu, Siyuan 
  Gary Li 
  Gary Lin 
  Giri P Mudusuru 
  Hao Wu 
  Hegde Nagaraj P 
  hegdenag 
  Heyi Guo 
  Jan D?bro? 
  Jan Dabros 
  Jeff Fan 
  Jiaxin Wu 
  Jiewen Yao 
  Joe Zhou 
  Jordan Justen 
  Katie Dellaquila 
  Laszlo Ersek 
  Liming Gao 
  Lu, ShifeiX A 
  lushifex 
  Marcin Wojtas 
  Mark Rutland 
  Marvin H?user 
  Marvin Haeuser 
  Maurice Ma 
  Michael Zimmermann 
  Qiu Shumin 
  Ruiyu Ni 
  Ryan Harkin 
  Sami Mujawar 
  Satya Yarlagadda 
  Shannon Zhao 
  Sriram Subramanian 
  Star Zeng 
  Sunny Wang 
  Tapan Shah 
  Thomas Palmer 
  Yarlagadda, Satya P 
  Yonghong Zhu 
  Zhang Lubo 
  Zhang, Chao B 

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-pvopspass
 build-i386-pvops pass
 test-amd64-amd64-xl-qemuu-ovmf-amd64 fail
 test-amd64-i386-xl-qemuu-ovmf-amd64  fail



sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Not pushing.

(No revision log; it would be 8166 lines long.)

___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [seabios baseline-only test] 66495: regressions - FAIL

2016-07-03 Thread Platform Team regression test user
This run is configured for baseline tests only.

flight 66495 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66495/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail REGR. vs. 
44429

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 44429
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 44429

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass

version targeted for testing:
 seabios  0e21548b15e25e010c362ea13d170c61a3fcc899
baseline version:
 seabios  1dc77745774ff7ba95a0c4dc8eb2299a6cde4d98

Last test of basis44429  2016-05-18 09:54:18 Z   46 days
Testing same since66495  2016-07-01 10:54:02 Z2 days1 attempts


People who touched revisions under test:
  Alex Williamson 
  Gerd Hoffmann 
  Kevin O'Connor 
  Zheng Bao 
  Zheng Bao 

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-pvopspass
 build-i386-pvops pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm   pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsmpass
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsmpass
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass
 test-amd64-amd64-qemuu-nested-amdfail
 test-amd64-i386-qemuu-rhel6hvm-amd   pass
 test-amd64-amd64-xl-qemuu-debianhvm-amd64pass
 test-amd64-i386-xl-qemuu-debianhvm-amd64 pass
 test-amd64-amd64-xl-qemuu-ovmf-amd64 pass
 test-amd64-i386-xl-qemuu-ovmf-amd64  pass
 test-amd64-amd64-xl-qemuu-win7-amd64 fail
 test-amd64-i386-xl-qemuu-win7-amd64  fail
 test-amd64-amd64-qemuu-nested-intel  fail
 test-amd64-i386-qemuu-rhel6hvm-intel pass
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 pass
 test-amd64-amd64-xl-qemuu-winxpsp3   pass
 test-amd64-i386-xl-qemuu-winxpsp3pass



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 0e21548b15e25e010c362ea13d170c61a3fcc899
Author: Gerd Hoffmann 
Date:   Fri Jul 3 11:07:05 2015 +0200

virtio: pci cfg access

virtio regions can also be accessed using a window in pci cfg space.
Add support for it.  Enable it in case the virtio regions are mapped
high (above 4g), so direct mmio access doesn't work for us even in
32bit mode.

Signed-off-by: Gerd Hoffmann 

commit c579d2f85b4835e39490d862a18143cf130c4078
Author: Gerd Hoffmann 
Date:   Fri Jun 17 11:45:43 2016 +0200

virtio: uninline _vp_{read,write}

Next patch makes it larger, and I don't think it makes sense to
continue inlining it.  Uninline and move from header to c file.

Signed-off-by: Gerd Hoffmann 

commit d97c200c6e2bf69f32857937e1f278134b392e2a
Author: Zheng Bao 
Date:   Fri May 20 15:26:32 2016 +

splash: Skip the RGB555 mode

Current JPEG decoding uses the RGB888 or RGB565. So we need to skip
RGB555 mode.

Signed-off-by: Zheng Bao 
Signed-off-by: Kevin O'Connor 

commit 04259c5817edc6d23f0aed76fd20ab220efcddc6
Author: Alex Williamson 

[Xen-devel] [xen-unstable test] 96558: tolerable FAIL

2016-07-03 Thread osstest service owner
flight 96558 xen-unstable real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96558/

Failures :-/ but no regressions.

Tests which are failing intermittently (not blocking):
 test-armhf-armhf-xl-arndale  16 guest-start.2   fail pass in 96515
 test-armhf-armhf-xl-credit2  15 guest-start/debian.repeat   fail pass in 96515
 test-amd64-amd64-xl-qemuu-win7-amd64  9 windows-install fail pass in 96515

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stopfail in 96515 like 96505
 build-amd64-rumpuserxen   6 xen-buildfail   like 96515
 build-i386-rumpuserxen6 xen-buildfail   like 96515
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 96515
 test-amd64-i386-xl-qemut-win7-amd64 16 guest-stop  fail like 96515
 test-amd64-amd64-xl-qemut-win7-amd64 16 guest-stop fail like 96515
 test-amd64-amd64-xl-rtds  9 debian-install   fail   like 96515

Tests which did not succeed, but are not blocking:
 test-amd64-i386-rumpuserxen-i386  1 build-check(1)   blocked  n/a
 test-amd64-amd64-rumpuserxen-amd64  1 build-check(1)   blocked n/a
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-amd64-xl-pvh-intel 11 guest-start  fail  never pass
 test-armhf-armhf-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-xsm 14 guest-saverestorefail   never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-armhf-armhf-xl-arndale  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-arndale  13 saverestore-support-checkfail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-armhf-armhf-xl-cubietruck 12 migrate-support-checkfail never pass
 test-armhf-armhf-xl-cubietruck 13 saverestore-support-checkfail never pass
 test-armhf-armhf-xl  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-libvirt 14 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-qcow2 11 migrate-support-checkfail never pass
 test-armhf-armhf-libvirt-qcow2 13 guest-saverestorefail never pass
 test-armhf-armhf-xl-credit2  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-credit2  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-multivcpu 13 saverestore-support-checkfail  never pass
 test-armhf-armhf-xl-multivcpu 12 migrate-support-checkfail  never pass
 test-armhf-armhf-libvirt-raw 13 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt-raw 11 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-armhf-armhf-xl-xsm  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-xsm  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  11 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  12 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-rtds 13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-rtds 12 migrate-support-checkfail   never pass

version targeted for testing:
 xen  bb4f41b3dff831faaf5a3248e0ecd123024d7f8f
baseline version:
 xen  bb4f41b3dff831faaf5a3248e0ecd123024d7f8f

Last test of basis96558  2016-07-03 01:59:43 Z0 days
Testing same since0  1970-01-01 00:00:00 Z 16985 days0 attempts

jobs:
 build-amd64-xsm  pass
 build-armhf-xsm  pass
 build-i386-xsm   pass
 build-amd64  pass
 build-armhf  pass
 build-i386   pass
 build-amd64-libvirt  pass
 build-armhf-libvirt  pass
 build-i386-libvirt   pass
 build-amd64-oldkern 

[Xen-devel] [qemu-upstream-4.6-testing baseline-only test] 66491: regressions - trouble: blocked/broken/fail/pass

2016-07-03 Thread Platform Team regression test user
This run is configured for baseline tests only.

flight 66491 qemu-upstream-4.6-testing real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66491/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf   4 capture-logs !broken [st=!broken!]
 build-armhf-pvops 4 capture-logs !broken [st=!broken!]
 build-armhf-xsm   4 capture-logs !broken [st=!broken!]
 test-amd64-amd64-i386-pvgrub 10 guest-start   fail REGR. vs. 44405
 test-amd64-amd64-amd64-pvgrub 10 guest-start  fail REGR. vs. 44405

Regressions which are regarded as allowable (not blocking):
 build-armhf-pvops 3 host-install(3)  broken like 44405
 build-armhf   3 host-install(3)  broken like 44405
 build-armhf-xsm   3 host-install(3)  broken like 44405
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop fail REGR. vs. 44405

Tests which did not succeed, but are not blocking:
 build-armhf-libvirt   1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-xsm  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-xsm   1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt  1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-raw  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl   1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-vhd   1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-rtds  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-multivcpu  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-midway1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-qcow2  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-credit2   1 build-check(1)   blocked  n/a
 test-amd64-amd64-xl-pvh-intel 11 guest-start  fail  never pass
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail never pass

version targeted for testing:
 qemuu7a88f1257d5261a7bee98facdb97f50d5553060e
baseline version:
 qemuu14a60f98e0cd16e2636afb136129ed7f11cbfce0

Last test of basis44405  2016-05-11 08:00:51 Z   53 days
Testing same since66491  2016-07-01 10:53:57 Z2 days1 attempts


People who touched revisions under test:
  Anthony PERARD 
  Gerd Hoffmann 
  Ian Jackson 
  Paolo Bonzini 
  Stefan Hajnoczi 
  Wei Liu 

jobs:
 build-amd64-xsm  pass
 build-armhf-xsm  broken  
 build-i386-xsm   pass
 build-amd64  pass
 build-armhf  broken  
 build-i386   pass
 build-amd64-libvirt  pass
 build-armhf-libvirt  blocked 
 build-i386-libvirt   pass
 build-amd64-pvopspass
 build-armhf-pvopsbroken  
 build-i386-pvops pass
 test-amd64-amd64-xl  pass
 test-armhf-armhf-xl  blocked 
 test-amd64-i386-xl   pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm   pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsmpass
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsmpass
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm pass
 test-amd64-amd64-libvirt-xsm pass
 

[Xen-devel] [qemu-mainline test] 96557: regressions - FAIL

2016-07-03 Thread osstest service owner
flight 96557 qemu-mainline real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96557/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-debianhvm-amd64 9 debian-hvm-install fail REGR. vs. 
94856
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail 
REGR. vs. 94856
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. 
vs. 94856
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail REGR. 
vs. 94856
 test-amd64-i386-xl-qemuu-ovmf-amd64  9 debian-hvm-install fail REGR. vs. 94856
 test-amd64-i386-xl-qemuu-debianhvm-amd64 9 debian-hvm-install fail REGR. vs. 
94856
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail 
REGR. vs. 94856
 test-amd64-amd64-xl-qemuu-ovmf-amd64 9 debian-hvm-install fail REGR. vs. 94856

Regressions which are regarded as allowable (not blocking):
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail like 94856
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 94856
 test-amd64-amd64-xl-rtds  9 debian-install   fail   like 94856

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-amd64-xl-pvh-intel 11 guest-start  fail  never pass
 test-armhf-armhf-libvirt 14 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-armhf-armhf-libvirt-xsm 14 guest-saverestorefail   never pass
 test-armhf-armhf-xl-arndale  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-arndale  13 saverestore-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-cubietruck 12 migrate-support-checkfail never pass
 test-armhf-armhf-xl-cubietruck 13 saverestore-support-checkfail never pass
 test-armhf-armhf-xl-credit2  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-credit2  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass
 test-armhf-armhf-xl  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-libvirt-qcow2 11 migrate-support-checkfail never pass
 test-armhf-armhf-libvirt-qcow2 13 guest-saverestorefail never pass
 test-armhf-armhf-libvirt-raw 13 guest-saverestorefail   never pass
 test-armhf-armhf-libvirt-raw 11 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  11 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-vhd  12 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-xsm  13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-xsm  12 migrate-support-checkfail   never pass
 test-armhf-armhf-xl-multivcpu 13 saverestore-support-checkfail  never pass
 test-armhf-armhf-xl-multivcpu 12 migrate-support-checkfail  never pass
 test-armhf-armhf-xl-rtds 13 saverestore-support-checkfail   never pass
 test-armhf-armhf-xl-rtds 12 migrate-support-checkfail   never pass

version targeted for testing:
 qemuu9a48e3670030148a8d00c8d4d4cd7f051c0d9f39
baseline version:
 qemuud6550e9ed2e1a60d889dfb721de00d9a4e3bafbe

Last test of basis94856  2016-05-27 20:14:49 Z   36 days
Failing since 94983  2016-05-31 09:40:12 Z   33 days   47 attempts
Testing same since96513  2016-07-01 23:43:20 Z1 days3 attempts


People who touched revisions under test:
  Aaron Larson 
  Alberto Garcia 
  Aleksandar Markovic 
  Alex Bennée 
  Alex Bligh 
  Alex Williamson 
  Alexander Graf 
  Alexander Shopov 
  Alexey Kardashevskiy 
  Alistair Francis 
  Amit Shah 
  Andrea Arcangeli 
  Andrew Jeffery 
  Andrew Jones 
  Aneesh Kumar K.V 
  Anthony PERARD 
  Anton Blanchard 
  Ard 

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

2016-07-03 Thread osstest service owner
flight 96571 xen-unstable-coverity real [real]
http://logs.test-lab.xenproject.org/osstest/logs/96571/

Perfect :-)
All tests in this flight passed
version targeted for testing:
 xen  bb4f41b3dff831faaf5a3248e0ecd123024d7f8f
baseline version:
 xen  3cdad93704aaa8bf1f274969e401ca21152bc4a2

Last test of basis96369  2016-06-29 09:19:11 Z4 days
Testing same since96571  2016-07-03 09:18:39 Z0 days1 attempts


People who touched revisions under test:
  Andrew Cooper 
  Elena Ufimtseva 
  Jan Beulich 
  Kai Huang 
  Kevin Tian 
  Konrad Rzeszutek Wilk 
  Tianyang Chen 

jobs:
 coverity-amd64   pass



sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary


Pushing revision :

+ branch=xen-unstable-coverity
+ revision=bb4f41b3dff831faaf5a3248e0ecd123024d7f8f
+ . ./cri-lock-repos
++ . ./cri-common
+++ . ./cri-getconfig
+++ umask 002
+++ getrepos
 getconfig Repos
 perl -e '
use Osstest;
readglobalconfig();
print $c{"Repos"} or die $!;
'
+++ local repos=/home/osstest/repos
+++ '[' -z /home/osstest/repos ']'
+++ '[' '!' -d /home/osstest/repos ']'
+++ echo /home/osstest/repos
++ repos=/home/osstest/repos
++ repos_lock=/home/osstest/repos/lock
++ '[' x '!=' x/home/osstest/repos/lock ']'
++ OSSTEST_REPOS_LOCK_LOCKED=/home/osstest/repos/lock
++ exec with-lock-ex -w /home/osstest/repos/lock ./ap-push 
xen-unstable-coverity bb4f41b3dff831faaf5a3248e0ecd123024d7f8f
+ branch=xen-unstable-coverity
+ revision=bb4f41b3dff831faaf5a3248e0ecd123024d7f8f
+ . ./cri-lock-repos
++ . ./cri-common
+++ . ./cri-getconfig
+++ umask 002
+++ getrepos
 getconfig Repos
 perl -e '
use Osstest;
readglobalconfig();
print $c{"Repos"} or die $!;
'
+++ local repos=/home/osstest/repos
+++ '[' -z /home/osstest/repos ']'
+++ '[' '!' -d /home/osstest/repos ']'
+++ echo /home/osstest/repos
++ repos=/home/osstest/repos
++ repos_lock=/home/osstest/repos/lock
++ '[' x/home/osstest/repos/lock '!=' x/home/osstest/repos/lock ']'
+ . ./cri-common
++ . ./cri-getconfig
++ umask 002
+ select_xenbranch
+ case "$branch" in
+ tree=xen
+ xenbranch=xen-unstable-coverity
+ qemuubranch=qemu-upstream-unstable-coverity
+ qemuubranch=qemu-upstream-unstable
+ '[' xxen = xlinux ']'
+ linuxbranch=
+ '[' xqemu-upstream-unstable = x ']'
+ select_prevxenbranch
++ ./cri-getprevxenbranch xen-unstable-coverity
+ prevxenbranch=xen-4.7-testing
+ '[' xbb4f41b3dff831faaf5a3248e0ecd123024d7f8f = x ']'
+ : tested/2.6.39.x
+ . ./ap-common
++ : osst...@xenbits.xen.org
+++ getconfig OsstestUpstream
+++ perl -e '
use Osstest;
readglobalconfig();
print $c{"OsstestUpstream"} or die $!;
'
++ :
++ : git://xenbits.xen.org/xen.git
++ : osst...@xenbits.xen.org:/home/xen/git/xen.git
++ : git://xenbits.xen.org/qemu-xen-traditional.git
++ : git://git.kernel.org
++ : git://git.kernel.org/pub/scm/linux/kernel/git
++ : git
++ : git://xenbits.xen.org/libvirt.git
++ : osst...@xenbits.xen.org:/home/xen/git/libvirt.git
++ : git://xenbits.xen.org/libvirt.git
++ : git://xenbits.xen.org/rumpuser-xen.git
++ : git
++ : git://xenbits.xen.org/rumpuser-xen.git
++ : osst...@xenbits.xen.org:/home/xen/git/rumpuser-xen.git
+++ besteffort_repo https://github.com/rumpkernel/rumpkernel-netbsd-src
+++ local repo=https://github.com/rumpkernel/rumpkernel-netbsd-src
+++ cached_repo https://github.com/rumpkernel/rumpkernel-netbsd-src 
'[fetch=try]'
+++ local repo=https://github.com/rumpkernel/rumpkernel-netbsd-src
+++ local 'options=[fetch=try]'
 getconfig GitCacheProxy
 perl -e '
use Osstest;
readglobalconfig();
print $c{"GitCacheProxy"} or die $!;
'
+++ local cache=git://cache:9419/
+++ '[' xgit://cache:9419/ '!=' x ']'
+++ echo 
'git://cache:9419/https://github.com/rumpkernel/rumpkernel-netbsd-src%20[fetch=try]'
++ : 
'git://cache:9419/https://github.com/rumpkernel/rumpkernel-netbsd-src%20[fetch=try]'
++ : git
++ : git://git.seabios.org/seabios.git
++ : osst...@xenbits.xen.org:/home/xen/git/osstest/seabios.git
++ : 

[Xen-devel] [linux-4.1 baseline-only test] 66490: trouble: blocked/broken/fail/pass

2016-07-03 Thread Platform Team regression test user
This run is configured for baseline tests only.

flight 66490 linux-4.1 real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/66490/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-armhf-xsm   4 capture-logs !broken [st=!broken!]
 build-armhf   4 capture-logs !broken [st=!broken!]
 build-armhf-pvops 4 capture-logs !broken [st=!broken!]

Regressions which are regarded as allowable (not blocking):
 build-armhf-pvops 3 host-install(3)  broken like 44410
 build-armhf   3 host-install(3)  broken like 44410
 build-armhf-xsm   3 host-install(3)  broken like 44410
 test-amd64-amd64-qemuu-nested-intel 16 debian-hvm-install/l1/l2 fail blocked 
in 44410
 build-amd64-rumpuserxen   6 xen-buildfail   like 44410
 build-i386-rumpuserxen6 xen-buildfail   like 44410
 test-amd64-i386-xl-qemuu-win7-amd64 16 guest-stop  fail like 44410

Tests which did not succeed, but are not blocking:
 build-armhf-libvirt   1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt  1 build-check(1)   blocked  n/a
 test-amd64-amd64-rumpuserxen-amd64  1 build-check(1)   blocked n/a
 test-amd64-i386-rumpuserxen-i386  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-multivcpu  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-midway1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-qcow2  1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-raw  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl   1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-vhd   1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-credit2   1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-rtds  1 build-check(1)   blocked  n/a
 test-armhf-armhf-libvirt-xsm  1 build-check(1)   blocked  n/a
 test-armhf-armhf-xl-xsm   1 build-check(1)   blocked  n/a
 test-amd64-amd64-xl-pvh-amd  11 guest-start  fail   never pass
 test-amd64-amd64-xl-pvh-intel 14 guest-saverestorefail  never pass
 test-amd64-i386-libvirt  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-xsm 12 migrate-support-checkfail   never pass
 test-amd64-amd64-qemuu-nested-amd 16 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-libvirt 12 migrate-support-checkfail   never pass
 test-amd64-i386-libvirt-xsm  12 migrate-support-checkfail   never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-xl-qemut-win7-amd64 16 guest-stop fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check 
fail never pass
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-stop fail never pass
 test-amd64-amd64-libvirt-vhd 11 migrate-support-checkfail   never pass
 test-amd64-i386-xl-qemut-win7-amd64 16 guest-stop  fail never pass

version targeted for testing:
 linux95123c0b81d9478b8155fe15093b88f57ef7d0bd
baseline version:
 linux648d744eff1aedea4ffe49dfca07aa465669e1f4

Last test of basis44410  2016-05-12 12:24:13 Z   51 days
Testing same since66490  2016-07-01 10:53:41 Z1 days1 attempts


People who touched revisions under test:
  "Eric W. Biederman" 
  AceLan Kao 
  Adrian Hunter 
  Akshay Bhat 
  Al Viro 
  Alan Stern 
  Alex Deucher 
  Alexander Shishkin 
  Andreas Noever 
  Andreas Werner 
  Andrew Donnellan 
  Andrew Jeffery 
  Andrew Morton 
  Andy Lutomirski 
  Andy Lutomirski  # On a Dell XPS 13 9350
  Andy Shevchenko 
  Anilkumar Kolli 
  Anton Blanchard 
  Arindam Nath 
  Aristeu Rozanski 
  Arnaldo Carvalho de Melo 
  Arnd Bergmann 
  Aurelien Jarno 
  Axel Lin 
  Ben Dooks 
  Ben Skeggs 
  Bjorn Helgaas 
  Bob Copeland 
  Bob Moore 
  Bobi Mihalca 
  Borislav Petkov