search for: ca9

Displaying 7 results from an estimated 7 matches for "ca9".

Did you mean: ca
2015 Jul 14
1
[PATCH] docs: Use F<> for filenames instead of C<>
...@@ the permissions or SELinux label on the kernel or device tree. If specified, search for a device tree which is compatible with the selected kernel and the name of which matches the given wildcard. You can use a wildcard such as C<vexpress-*a9*.dtb> which would match -C<vexpress-v2p-ca9.dtb>. +F<vexpress-v2p-ca9.dtb>. Notes: @@ -170,7 +170,7 @@ Possible formats are: A directory tree in the host filesystem. -The filesystem tree is written to C<OUTPUTDIR> (ie. the I<-o> option). +The filesystem tree is written to F<OUTPUTDIR> (ie. the I<-o>...
1999 Jan 12
1
2 virtual servers?
...under a single IP address. Thanks, Volker -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQCVAwUBNptMqD/9BWnmOc5FAQH9DAP8CTqJAooCFXLZ55aD7YxuZHXkRsb4zvMu ootrUweiocYjFjYsljA4ikFb1IgQeNHT2YPxi1TSlWFvzrf3uLBgoDAl8UrJOQib TiGuUCKdrDcnYUWtsErsvNQyzJe7n+d5YutY+saYzJXz4E1ld3+Au1654Xo0/Ca9 qCmCLah+GZE= =uQWI -----END PGP SIGNATURE-----
2013 Sep 08
1
libguestfs on ARM
...host kernel >= 3.11 with LPAE + KVM support (You can also use regular ARM hardware w/o KVM support, or qemu.) If you need different host and appliance kernels, then set SUPERMIN_KERNEL to point to the appliance vmlinuz and SUPERMIN_DTB to point to the device tree file called 'vexpress-v2p-ca9.dtb'. If host kernel == appliance kernel (as on x86), then you shouldn't need to set any environment variables. It's expected that some tests in the libguestfs test suite will fail. I'm working on fixing those. However the majority should run fine, as should 'make quickcheck&...
2012 Sep 20
1
[PATCH v2] arm: introduce a DTS for Xen unprivileged virtual machines
...xpress/Makefile.boot b/arch/arm/mach-vexpress/Makefile.boot index 318d308..38dbaac 100644 --- a/arch/arm/mach-vexpress/Makefile.boot +++ b/arch/arm/mach-vexpress/Makefile.boot @@ -7,4 +7,5 @@ initrd_phys-y := 0x60800000 dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \ vexpress-v2p-ca9.dtb \ vexpress-v2p-ca15-tc1.dtb \ - vexpress-v2p-ca15_a7.dtb + vexpress-v2p-ca15_a7.dtb \ + xenvm-4.2.dtb diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 4e567f7..9545b70 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/...
2013 Sep 06
2
[PATCH supermin 0/2] helper: Implement device trees.
This two-part patch for supermin implements device trees (for ARM). The first patch introduces a more rational way to handle command line arguments in 'supermin-helper'. See the commit message for details. The old style is still supported for compatibility. The second patch adds an extra supermin-helper --dtb parameter specifying a wildcard. A device tree file which matches the
2016 Dec 07
5
[PATCH 0/3] Miscellaneous improvements to supermin.
Document what each module does, using *.mli files. Remove the --dtb option, it's obsolete. Rename modules according to their purpose. Rich.
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...l on the kernel or device tree. - -=item B<--dtb wildcard> - -If specified, search for a device tree which is compatible with the -selected kernel and the name of which matches the given wildcard. You -can use a wildcard such as C<vexpress-*a9*.dtb> which would match -C<vexpress-v2p-ca9.dtb>. - -Notes: - -=over 4 - -=item * - -You may need to quote the wildcard to prevent it from being expanded -by your shell. - -=item * - -If no I<--dtb> option is given, no device tree will be looked for. - -=item * - -You only need a device tree on architectures such as ARM and PowerPC...