Xen ARM Manual Smoke Test: Difference between revisions
From Xen
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
This page is about manually verifying that Xen on ARM works correctly on your ARM or ARM64 platforms. It is recommended to follow these steps during Xen test days and to verify Xen Release Candidates on |
This page is about manually verifying that Xen on ARM works correctly on your ARM or ARM64 platforms. It is recommended to follow these steps during Xen test days and to verify Xen RCs (Release Candidates) on as many different platforms as possible. |
||
* Install Xen on ARM on your system. A lot of information about how to build Xen from source and install it on your |
* Install Xen on ARM on your system. A lot of information about how to build Xen from source and install it on your ARM platform is available [[Xen_ARM_with_Virtualization_Extensions| here]]. |
||
* Boot the system. Check the console logs and verify that Xen and Dom0 booted successfully. Connect to the console and verify that the system is usable (Is it responsive? Can you issue commands in Dom0?). |
* Boot the system. Check the console logs and verify that Xen and Dom0 booted successfully. Connect to the console and verify that the system is usable (Is it responsive? Can you issue commands in Dom0?). |
||
* Test hypervisor functionalities: clone [http://xenbits.xen.org/gitweb/?p=raisin.git;a=summary| raisin] and run ./raise test |
* Test hypervisor functionalities: clone [http://xenbits.xen.org/gitweb/?p=raisin.git;a=summary| raisin] on the platform and run ./raise test |
||
* report your findings to [http://lists.xenproject.org/cgi-bin/mailman/listinfo/xen-devel| xen-devel] |
* report your findings to [http://lists.xenproject.org/cgi-bin/mailman/listinfo/xen-devel| xen-devel] |
Revision as of 10:39, 29 March 2016
This page is about manually verifying that Xen on ARM works correctly on your ARM or ARM64 platforms. It is recommended to follow these steps during Xen test days and to verify Xen RCs (Release Candidates) on as many different platforms as possible.
- Install Xen on ARM on your system. A lot of information about how to build Xen from source and install it on your ARM platform is available here.
- Boot the system. Check the console logs and verify that Xen and Dom0 booted successfully. Connect to the console and verify that the system is usable (Is it responsive? Can you issue commands in Dom0?).
- Test hypervisor functionalities: clone raisin on the platform and run ./raise test
- report your findings to xen-devel