Displaying 3 results from an estimated 3 matches for "bareme".
2008 May 16
11
Live migration not permanent?
Hi,
I tried to do live migration from machine A to B. After the migration, machine A still had the record of the VM, though the VM was not running any more. Also, if I shut down the VM on machine B, its record on B would be gone --- I could not see it using "xm list" anymore. However, I can still start the VM on machine A using "xm start".
Looks like the migration just move
2009 Jan 01
20
Large server, Xen limitations
Hi,
we''re contemplating getting a large new server, where we will run a number
of
virtual servers. Are there any things we need to keep in mind in that
case? Are
there limitations on what a Xen system can manage?
We''re talking about a 4 x Quad core CPU server with 64 GBs of RAM and a
couple of terabytes of RAIDed SATA storage.
-Morten
(Re-sending this, as the first message
2017 Oct 31
3
Cross compiling for Baremetal ARM without using GCC
Dear LLVM developers,
Hello,
I'm trying to find a way of cross-compiling my c code against Baremetal Cortex-M device (so target triple will be arm-none-eabi) only using LLVM/Clang, and not using anything from GNU (ld or libc).
I'm doing this to know which one of LLVM/clang and GCC produces smaller flash image size because saving flash is a big deal in our projects.
1) When I just follow th...