similar to: Bare Metal Installation of Xen

Displaying 20 results from an estimated 10000 matches similar to: "Bare Metal Installation of Xen"

2019 Feb 11
3
bare-metal backup before update--options?
Hi all! I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 because (1) it has an Nvidia card, and (2) I've heard of problems upgrading on top of software RAID (using RAID1 with 2 drives). I need to upgrade it to stay secure, and I want to do a bare-metal backup first (so I can put it all back as it now is, in case it explodes in my face), so I'm trying to
2009 Oct 09
3
Bare Metal vs virtualization
Hello to all: I know this list is generally Linux-only, but I figured I'd try to gain wisdom from those with hard-core Windows needs, too. I was recently pricing out a high-end desktop system for a user who will doing a lot of CAD, Matlab, SolidWorks, and other apps that will utilize a lot of number crunching and video. The quote for the desktop (64-bit Vista is likely), which included 12
2019 Feb 12
1
bare-metal backup before update--options?
On Mon, Feb 11, 2019 at 04:16:38PM +0100, Simon Matter via CentOS wrote: > > Hi all! > > > > I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 > > because (1) it has an Nvidia card, and (2) I've heard of problems > > upgrading on top of software RAID (using RAID1 with 2 drives). > > > > I need to upgrade it to stay
2013 Apr 17
1
writefd_unbuffered failed (when writing to micro SD cards)
I'm using rsync 3.0.9-1 in Cygwin to copy several directories to 32GB micro SD cards in both WinXP and Win7. I randomly get this error message; Please help me to debug it: rsync: writefd_unbuffered failed to write 127 bytes to socket [generator]: Broken pipe (32) I'd first posted this to the Cygwin mailing list with no response after almost two weeks (and sent a reminder after one week).
2010 Mar 30
3
bare metal xen hypervisor
hi, i am new to xen. pls. guide me what is best os should be used with xen. also let me know if there is any baremetal xen hypervisor available as i read that i require one OS on which xen hypervisor will be installed. want to use it with 32 bit machine. thanks for your help. -- With Best Wishes Balwant _______________________________________________ Xen-users mailing list
2015 Aug 25
4
OPUS on bare metal ARM
Hi everyone, I?m currently trying to use opus on a ST ARM (STM32F407) without any OS (bare metal). The aim of my project is to transmit voice over CAN bus. The main issue I have is that opus fail to allocate memory, the ALLOC macro always return a NULL pointer. I have sure that I have enough free space to allocate buffers. Is there anyone who already try this or have meet this issue ? Thanks
2010 Dec 03
5
Linux DomU vs Bare Metal performance issues
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''m trying to diagnose a reasonably large performance drop between two ostensibly similar servers; one running CentOS 5.5 on bare metal, the other running Fedora 14 as a Xen DomU under CentOS 5.5 (Xen 3.1.2-194.26.1.el5) I have a pair of older Dell PowerEdge 1750 servers, each with 4GB ram and 2x 2.4GHz Xeon CPU''s with
2019 Jun 27
4
LLVM on bare-metal
Hello! Q1 Are there any resources or examples on embedding LLVM into an ARM-based bare-metal application?  Searching in this area only turns up information on how to use LLVM to target bare-metal when I want to compile LLVM for linking against a bare-metal application. Q2 Are there any memory usage benchmarks for LLVM across the common tasks (especially loading bytecode, doing the
2020 Jul 03
2
Exceptions not getting caught on bare-metal target
Hi, We're working on adding exception handling support for a downstream bare-metal target. I read through the LLVM exception handling docs [1] and went through some patches from other backends to understand what parts we need to implement. We're now at a point were it feels like it should work, but unfortunately exceptions are still not getting caught. Our target uses DWARF
2019 Jun 27
2
LLVM on bare-metal
Hi Peter Thank you for your helpful comments, especially on the RPI.  Since my use case is lot simpler than compiling all of Clang, I hopefully can take your experience as a good sign. The RTOS that TI provides for the AM335x actually has pretty complete posix layer and other standard libraries.  However, I am working without any virtual memory subsystem, so no mmap.  However, I was under
2006 Jun 07
14
HA Xen on 2 servers!! No NFS, special hardware, DRBD or iSCSI...
I''ve been brainstorming... I want to create a 2-node HA active/active cluster (In other words I want to run a handful of DomUs on one node and a handful on another). In the event of a failure I want all DomUs to fail over to the other node and start working immediately. I want absolutely no single-points-of-failure. I want to do it with free software and no special hardware. I want
2013 Aug 28
0
Investigating memory performance: bare metal vs. xen-pv vs. xen-hvm
I''ve been trying to compare memory access speed between bare-metal, xen-pv and xen-pvhvm (hvm with pv drivers). In all 3 setups I''m running the same kernel (3.6.6), built with support for xen, on a 64 core AMD Opteron 6378. The output of xm info (relevant parts): machine : x86_64 nr_cpus : 64 nr_nodes : 8 cores_per_socket : 16
2015 Aug 25
0
OPUS on bare metal ARM
On 8/25/15, 12:25 AM, Treuillard, Benjamin wrote: > The aim of my project is to transmit voice over CAN bus. CAN? 8 byte transactions. CRC. Bit stuffing on 5 bit repeats. Automatic retransmits. No ordering. Really? I guess if you *have* to, but I would pick pretty much *any* interface standard *other* than CAN for audio. > The main issue I have is that opus fail to allocate memory,
2020 May 01
0
Bare Metal vs Containers/vms
Hi All, I vaguely remember someone at Astricon making the case for having multiple containers/vps each running asterisk vs using asterisk direct on bare metal. Something about getting better performance. Does anyone have any insight on this? TIA and stay safe Dovid PS I know vps != containers I just don’t recall if the argument was for vps, containers or both instead of installing direct on
2019 Feb 11
0
bare-metal backup before update--options?
> Hi all! > > I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6 > because (1) it has an Nvidia card, and (2) I've heard of problems > upgrading on top of software RAID (using RAID1 with 2 drives). > > I need to upgrade it to stay secure, and I want to do a bare-metal backup > first (so I can put it all back as it now is, in case it
2007 Apr 11
8
[Xen-tools] Storage for DomU
Hi all, I manage to create a VM (slackware image) and hide the PCI device (qlogic HBA) from Dom0 to DomainU. Now the Dom0 cant see this HBA and the ''xm list -l'' shows this pci device under the DomainU. But how can I do some scsi inquiry or check if this PCI device is visible to the DomainU from the DomainU''s console. Any help? Thanks and regards Ashit
2015 Jun 30
0
QEMU-KVM and bare metal performance impact
2015 Aug 25
0
OPUS on bare metal ARM
Andrew, Stephan Thanks for your help. Well, I really don?t have the choice of the interface it has to be CAN. My malloc is working but it may have some bug. I?m going to check the use of the CCRAM with an implementation of opus_alloc/opus_free. I will let you know how it works. Regards. Benjamin ________________________________ Comme vous le savez, les messages envoy?s par e-mail peuvent
2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get the required dynamic linking capabilities on the bare-metal side? Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 19:06, Peter Smith wrote: > On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi Tim. >> >> Thank you for
2019 Jun 27
2
LLVM on bare-metal
Hi Tim. Thank you for taking to time to comment on the background! I will definitely study lldb and remote JIT for ideas.  I worry that I will not be able to pre-link on the host side because the host cannot(?) know the final memory layout of code on the client side, especially when there are multiple plugins being loaded in different combinations on the host and client.  Is that an