All of lore.kernel.org
 help / color / mirror / Atom feed
* [TESTDAY] Test report
@ 2016-05-13 20:34 Edgar E. Iglesias
  2016-05-14 18:15 ` Julien Grall
  0 siblings, 1 reply; 28+ messages in thread
From: Edgar E. Iglesias @ 2016-05-13 20:34 UTC (permalink / raw)
  To: Xen-devel; +Cc: Julien Grall, Stefano Stabellini

* Hardware: ZCU102 ZynqMP board
* Software: Rolled my own dom0 linux
* Tested: Start dom0

The test fails with the following error:
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Loading kernel from boot module @ 0000000000080000
(XEN) Allocating 1:1 mappings totalling 512MB for dom0:
(XEN) BANK[0] 0x00000020000000-0x00000040000000 (512MB)
(XEN) Grant table range: 0x0000007fe00000-0x0000007fe5f000
(XEN) smmu: /amba/smmu@fd800000: d0: p2maddr 0x000000007ff64000
(XEN) Device tree generation failed (-22).

It's the PCIe node that is causing trouble, the bindings are here:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/pci/xilinx-nwl-pcie.txt

It's that inner interrupt-controller node that is causing problems as
Xen/ARM only supports one interrupt-controller node (IIUC).

Disabling the pcie node for zynqmp boards gets dom0 to boot (obviously
without PCIe support).

Does it make sense to try to fix this problem this late inte the
release cycle? (I can have a closer look and propose a possible fix
for discussion)

Or should we disable the PCIe for ZynqMP for now and try to fix this
properly for 4.8?

Any ideas/suggestions?

Best regards,
Edgar

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

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2017-05-23 17:03 Andrii Anisov
  2017-05-23 20:14 ` Stefano Stabellini
  2017-05-25 10:17 ` Julien Grall
  0 siblings, 2 replies; 28+ messages in thread
From: Andrii Anisov @ 2017-05-23 17:03 UTC (permalink / raw)
  To: Xen Devel; +Cc: Julien Grall, Stefano Stabellini

* Hardware:
Salvator-X board with Renesas R-Car H3 SoC (ARM64)

* Software:
XEN 4.9-rc6
System based on Renesas Yocto 2.19.0 BSP [1]
Linux kernel 4.9

* Guest operating systems:
The same system as dom0.

* Functionality tested:
xl create/restart/shutdown
Guest domain reboot from its console
PV NET (nfsroot in domU) , PV Block (copy from xvda to nfsroot in DomU)

* Comments:

On DomU startup messages like following appeared:

     root@salvator-x-domx:~# (XEN) printk: 9 messages suppressed.
     (XEN) d1v0: vGICD: unhandled word write 0xffffffff to ICACTIVER0
     (XEN) d1v1: vGICD: unhandled word write 0xffffffff to ICACTIVER0
     (XEN) d1v2: vGICD: unhandled word write 0xffffffff to ICACTIVER0
     (XEN) d1v3: vGICD: unhandled word write 0xffffffff to ICACTIVER0
     [   65.333062] xen-blkback: backend/vbd/1/51713: using 4 queues, 
protocol 1 (arm-abi) persistent grants
     [   65.357846] xen-blkback: backend/vbd/1/51714: using 4 queues, 
protocol 1 (arm-abi) persistent grants
     [   65.514054] vif vif-1-0 vif1.0: Guest Rx ready
     [   65.518485] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes 
ready
     [   65.525021] xenbr0: port 2(vif1.0) entered blocking state
     [   65.530359] xenbr0: port 2(vif1.0) entered forwarding state
     [   65.815976] xen_add_phys_to_mach_entry: cannot add 
pfn=0x0000000000063772 -> mfn=0x000000000072abb0: pfn=0x0000000000063772 
-> mfn=0x0000000000727aad already exists
     [   65.834442] xen_add_phys_to_mach_entry: cannot add 
pfn=0x000000000006374e -> mfn=0x000000000072abb0: pfn=0x000000000006374e 
-> mfn=0x0000000000727aad already exists
     [   66.025979] xen_add_phys_to_mach_entry: cannot add 
pfn=0x000000000006379c -> mfn=0x000000000072abb3: pfn=0x000000000006379c 
-> mfn=0x000000000072abb1 already exists
     [   66.273534] xen_add_phys_to_mach_entry: cannot add 
pfn=0x0000000000063731 -> mfn=0x0000000000727c3d: pfn=0x0000000000063731 
-> mfn=0x0000000000727c3e already exists
     [   66.328245] xen_add_phys_to_mach_entry: cannot add 
pfn=0x00000000000637ee -> mfn=0x0000000000727c3f: pfn=0x00000000000637ee 
-> mfn=0x0000000000727c3d already exists

     root@salvator-x-domx:

Raisin is not functional as described [2]:

     root@salvator-x-domx:/raisin# ./raise test
     No config file found, copying default config
     [raisin] I don't know distro unknown. It might be missing packages.
     [raisin] I don't know distro unknown. It might be missing packages.
     [raisin] I don't know distro unknown. Cannot install packages.

[1] http://elinux.org/R-Car/Boards/Yocto-Gen3
[2] https://wiki.xenproject.org/wiki/Xen_ARM_Manual_Smoke_Test

-- 

*Andrii Anisov*



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2016-05-13 15:14 Tamas K Lengyel
  0 siblings, 0 replies; 28+ messages in thread
From: Tamas K Lengyel @ 2016-05-13 15:14 UTC (permalink / raw)
  To: Xen-devel

* Hardware: Intel(R) Xeon(R) CPU E5-2430
* Sofware: Debian Jessie dom0
* Functionality tested:
xl save/resume
vm_event/mem_access/monitor/altp2m

Comment: everything works as expected.

Cheers,
Tamas

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

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2015-10-01 16:59 Tamas K Lengyel
  2015-10-01 17:04 ` Wei Liu
  0 siblings, 1 reply; 28+ messages in thread
From: Tamas K Lengyel @ 2015-10-01 16:59 UTC (permalink / raw)
  To: Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 506 bytes --]

* Hardware:

Intel(R) Core(TM) i7-2600 CPU, DQ67SW motherboard

* Software:

Xen 4.6 rc4, Ubuntu 14.04 LTS, Kernel 4.2 with all Xen modules built-in

* Guest operating systems:

Windows 7 SP1 x86 and x64, Ubuntu 14.04, Ubuntu 15.04

* Functionality tested:

xl save/restore
pvgrub2
VT-d device pass-through (rdm_policy=relaxed is now required for some
devices)
XSM with secondary control domain
VM event subsystem on x86: mem_access, int3, cr events
Mem_sharing

* Comments:

Everything works as expected.

[-- Attachment #1.2: Type: text/html, Size: 599 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2014-10-30 10:54 Jan Vejvalka
  2014-10-30 14:39 ` Ian Campbell
  2014-10-30 14:58 ` Roger Pau Monné
  0 siblings, 2 replies; 28+ messages in thread
From: Jan Vejvalka @ 2014-10-30 10:54 UTC (permalink / raw)
  To: xen-devel

* Hardware:
Supermicro X6D, X8D (Intel dual Xeon machines)

* Software:
Slackware 14.1, Dom0 3.16.3, 3.17.1

* Guest operating systems:
Slackware 14.1, DomU 3.17.1
Windows 7

* Functionality tested:
iSCSI

* Comments:
Won't boot windows over iSCSI (not new in 4.5), says in 
/var/log/xen/qemu-dm-example.hvm.log
qemu-system-i386: -drive 
file=portal=(IP):3260,iqn=(iqn),w,if=ide,index=0,media=disk,format=raw,cache=writeback: 
could not open disk image portal=(IP):3260: Unknown protocol

Other than that, great work!

Thanks :-)

Jan

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2014-01-20 22:49 Don Slutz
  2014-01-20 23:35 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 28+ messages in thread
From: Don Slutz @ 2014-01-20 22:49 UTC (permalink / raw)
  To: xen-devel

* Hardware:

SeaMicro*SM15000-XN*Quad Core Servers with Intel® Xeon® E3-1265Lv2 processors (“Ivy Bridge” microarchitecture)

1 server, 32G of memory.

* Software:

Fedora 17 (3.8.11-100.fc17.x86_64)
CentOS release 5.10 (2.6.18-371.el5xen)

* Guest operating systems:


on Fedora 17: All HVM:


vm:ubuntu-12.04.3-server-amd64
Linux ubuntu 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
vm:centos-5.9-x86_64
Linux localhost.localdomain 2.6.18-348.el5xen #1 SMP Tue Jan 8 18:35:04 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
vm:debian-7.2.0-amd64
Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
vm:rhel-6.4-x86_64
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
vm:centos-6.4-i386
Linux localhost.localdomain 2.6.32-358.el6.i686 #1 SMP Thu Feb 21 21:50:49 UTC 2013 i686 i686 i386 GNU/Linux
vm:centos-5.9-i386
Linux localhost.localdomain 2.6.18-348.el5xen #1 SMP Tue Jan 8 19:22:56 EST 2013 i686 i686 i386 GNU/Linux
vm:rhel-5.9-i386
Linux localhost.localdomain 2.6.18-348.el5xen #1 SMP Wed Nov 28 22:04:26 EST 2012 i686 i686 i386 GNU/Linux
vm:centos-6.4-x86_64
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
vm:rhel-6.4-i386
Linux localhost.localdomain 2.6.32-358.el6.i686 #1 SMP Tue Jan 29 11:48:01 EST 2013 i686 i686 i386 GNU/Linux
vm:rhel-5.9-x86_64
Linux localhost.localdomain 2.6.18-348.el5xen #1 SMP Wed Nov 28 21:31:28 EST 2012 x86_64 x86_64 x86_64 GNU/Linux


windows-server-2008-ENT-x86_64


* Functionality tested:
xl
xl save
xl restore


* Comments:

4.4.rc2 does not build on CentOS release 5.10:

Need

* 407a3c0 (origin/staging) compat/memory: fix build with old gcc

and a newer upstream QEMU then qemu-xen-4.4.0-rc1

* b97307e (HEAD, tag: qemu-xen-4.4.0-rc1, dummy) xen_disk: mark ioreq as mapped before unmapping in error case
*   d84e452 Merge remote branch 'origin/stable-1.6' into xen-staging-master-9
|\
| * 62ecc3a (tag: v1.6.1) Update VERSION for 1.6.1 release


Mail threads that are related:

http://lists.xen.org/archives/html/xen-devel/2014-01/msg01477.html

http://lists.xen.org/archives/html/xen-devel/2014-01/msg01520.html


  
[root@dcs-xen-54 ~]# xl save -p 6 /big/xl-save/centos-6.4-x86_64.0.save
Saving to /big/xl-save/centos-6.4-x86_64.0.save new xl format (info 0x0/0x0/560)
xc: Saving memory: iter 0 (last sent 0 skipped 0): 1044481/1044481  100%
[root@dcs-xen-54 ~]# xl unpause 6

has left domain #6 in a bad disk state (on VGA):

INFO: task jbd2/dm-0-8:386 blocked for more then 120 seconds.
INFO: task sadc:22139 blocked for more then 120 seconds.


However "xl restore -V /big/xl-save/centos-6.4-x86_64.0.save" looks to work fine.

2nd time the unpause failed with:
[root@dcs-xen-54 ~]# xl unpause 17

WARNING: g.e. still in use!
WARNING: g.e. still in use!
WARNING: g.e. still in use!
pm_op(): platform_pm_resume+0x0/0x50 returns -19
PM: Device i8042 failed to resume: error -19
INFO: task sadc:22164 blocked for more then 120 seconds.
"echo 0 >..."
INFO: task sadc:22164 blocked for more then 120 seconds.

  
[root@dcs-xen-54 ~]# xl des 17
[root@dcs-xen-54 ~]# xl restore -V /big/xl-save/centos-6.4-x86_64.0.save


Not sure if this is expected or not.

    -Don Slutz

^ permalink raw reply	[flat|nested] 28+ messages in thread
* [TESTDAY] Test report
@ 2012-09-19  7:04 Dariusz Krempa
  0 siblings, 0 replies; 28+ messages in thread
From: Dariusz Krempa @ 2012-09-19  7:04 UTC (permalink / raw)
  To: xen-devel

Hi.
I'm newbie with Xen and event with linux, but almost 2 weeks i spend
on installation both on my box (thanks to Zhang Enming for his
tutorials) and finally i did it. VGA passthrough is possible on P8H67
even if in bios isn't option to turn on virtualisation.

* Hardware:
- CPU: i5 2400
- GTX 560 DirectCUII Top - drivers 275.50
- P8H67 with bios 3603
- 4GB ram :(

*Software:
- Ubuntu 12.04
- Dom0 kernel - 3.3-rc7
- DomU - windows xp sp3 - x86 (HVM pciback)
- Xen 4.2-rc4 with patch from David Gis

*Functionality
- Asus P8H67 + Asus GTX560OC = VGA passthrough

*Comments
In this moment i don't know that patch from David Gis is needed but i
used it. Dom0 , DomU Windows XP sp3. I'm newbie but i will try to
answer for questions about my configuration. Any suggestions will be
appreciated.

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2017-05-25 18:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 20:34 [TESTDAY] Test report Edgar E. Iglesias
2016-05-14 18:15 ` Julien Grall
2016-05-14 19:04   ` Edgar E. Iglesias
2016-05-16  9:58     ` Wei Liu
2016-05-16 13:20     ` Julien Grall
2016-05-16 13:41       ` Edgar E. Iglesias
2016-05-16 13:43         ` Julien Grall
  -- strict thread matches above, loose matches on Subject: below --
2017-05-23 17:03 Andrii Anisov
2017-05-23 20:14 ` Stefano Stabellini
2017-05-25 10:17 ` Julien Grall
2017-05-25 18:41   ` Stefano Stabellini
2016-05-13 15:14 Tamas K Lengyel
2015-10-01 16:59 Tamas K Lengyel
2015-10-01 17:04 ` Wei Liu
2014-10-30 10:54 Jan Vejvalka
2014-10-30 14:39 ` Ian Campbell
2014-10-31  6:35   ` Jan Vejvalka
2014-10-30 14:58 ` Roger Pau Monné
2014-01-20 22:49 Don Slutz
2014-01-20 23:35 ` Konrad Rzeszutek Wilk
2014-01-23 10:51   ` Ian Campbell
2014-01-23 22:03   ` Don Slutz
2014-01-24 14:58     ` Konrad Rzeszutek Wilk
2014-01-24 16:43       ` Don Slutz
2014-01-24 19:06         ` Don Slutz
2014-01-24 19:20           ` Konrad Rzeszutek Wilk
2014-01-27  1:15           ` herbert cland
2012-09-19  7:04 Dariusz Krempa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.