Displaying 20 results from an estimated 5000 matches similar to: "Full Screen Error"
2007 Apr 17
4
WIN NT / WIN98 HVM
Hi there,
i have trouble with Win NT 4 and WIN98 in XEN DomU when i will install.
WinNT says on Hardware detect:
# i can find graficadapter, install fails, please reboot ...
And Win98 starts in shell an says:
# no valid cdrom drivers selected ....
My install Disks are ISO Files, my Config:
disk = [ ''file:/path/windisk.img,ioemu:hda,w'',
2007 Jul 09
2
Problem with network performance
Hello,
We are trying to deploy our new ldap servers infrastructure with
virtual servers running with xen. So we have installed two debian (etch)
virtual machines under different domU''s (domUs are debian etch two). We
are using bridge networking in xen, with default init scripts.
In our test environment, these servers are working fine. But we are
having problems with these new servers
2007 Mar 24
3
USB printer not working in a Linux domU
I am trying to get a USB printer to work in a Linux domU. I am using Xen
3.0.3 and the Xen Linux kernel 2.6.16.40. I have hidden the USB controller''s
PCI devices from dom0 and exported them to domU, and build the domU kernel
with the necessary device support. When I boot the xenU kernel, it lists an
error from the USB printer class code that allocating a write buffer failed.
This is an 8k
2008 Jan 27
2
Pardon me for possibly dumb question but....
Hi,
I keep seeing references to "xvda" in and around xen forums and
postings.....what exactly is xvda (yes I''ve googled it and found no
explanation)?
Thanks
M
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Oct 25
1
pci passthrough
Hi,
I want to use xen in a cluster, I have qlogic FC cards in the server, and
want to use pci passthrough to make it available to the domU nodes.
In case of a failover, two or more virtual nodes will run on the same dom0.
Will it work to share a physical device on more than one domU node, or will
the first one have an exclusive lock on it?
kind regards
Sebastian
2007 Sep 18
2
Windows2003 P2V migration, need help creating a shrunken disk image.
I have a windows server with a 250G drive
the drive is partitioned as follows.
partition 1: dell utility partition
partition 2: fat32 windows c: partition
partition 3: extended partition
partition 5: logical NTFS partitition.
NTFS partition was setup with 220G. but only
about 18G was being used, so i shrank NTFS down to 50G.
now i want to make a drive image to create a HVM domain.
how can
2007 Jul 05
9
Limit i/o capacitiy?
Hi all
Is there any way to limit the network i/o capacity of virtual machine
somehow? Say, I want a domU with id 1 to consume at much 0.5 MB/s of
host''s bandwidth. Is it possible?
Artem Pervin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Aug 23
7
Bridge Networking stops working at random times
Supermicro X7DWN+, XEON 5410, Centos 5.2, Xen 3.2.1
At what looks like random times network traffic over xen bridge stops
working, the only way I found to fix it is a reboot. This sometimes takes
10 min, other times it may be up for 10 days. This happened with default
xen that comes with RedHat EL 5.2 as well as a default install of Fedora
8.
Any ideas?
><>
Nathan Stratton
2007 Mar 12
16
booting an ISO inside Xen (full virt)
Hi list,
I''m using Dom0 gentoo with xen 3.0.4 and xenman. I have several DomU working and it is really nice :)
so all my DomUs are installed with disk images. Now i want to use an ISO to boot and install a linux system (or win).
When i try to boot the DomU i dont have nothing, nothing relevant (for me) in logs and i can connect to the console. The state of the DomU is unknow. Any help
2008 Jan 28
6
Xen Virtual Console xvc (Was: Re: Pardon me for possibly dumb question but....)
Thread stealing is not nice, even if the subject is generic.
> Related question - what physical device does /dev/xvc0 refer to? What can
> I
> connect to get to the agetty running on this device?
>
xvc0 is a xen virtual console and does not correspond directly to a physical
device that I am aware of.
Yves-Gaël Chény seemed to have answered the second part of the question:
>
2013 Dec 15
2
[LLVMdev] GCModuleInfo and MCJIT
Hi all,
So, MCJIT is working with vmkit, that's great. However, I need to
retrieve the GCModuleInfo and the MachineCodeEmitter used during the
compilation process. And I don't know how I should proceed? I'm trying
to understand how they are preserved with the old jit, but I have to
say that I'm a little bit lost because I haven't a global view of the
code... So, any help would
2013 Dec 18
1
[LLVMdev] GCModuleInfo and MCJIT
Hi,
I have the solution to my problem :). And the llvm gc infrastructure
can work with the current MCJIT without any change (good news).
I will explain what I have done to find the garbage collector metadata
generated by llvm with MCJIT, I'm pretty sure that it could help
someone.
And it's very easy. You just have to activate a static gcprinter for
the assembly. A very good example is
2013 Dec 18
0
[LLVMdev] GCModuleInfo and MCJIT
Hi!
I have now a more precise question, I hope that this time, someone
will be able to help me :)
I'm now able to find the gc meta data. To find this data, I simply
register a GCMetadataPrinter (just like during an AOT compilation). A
GCMetadataprinter is called at the end of the compilation of a module
after having assigned the slots to the live roots. I have almost
everything except that
2009 May 12
2
bug
Sometimes my servers are not given a ip
I are given 5 public ips from my isp so..
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2014 Jan 08
2
[LLVMdev] Request for Git Mirror of VMKit Subproject
Thanks, Anton. I always forget about llvm-admin :).
I'd say converting all branches would be best, would help track the
MCJIT work for example.
Gaël, does that sound good to you? You're the one making all the
commits these days :).
~Will
On Sun, Jan 5, 2014 at 9:03 AM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hello
>
> I can create a mirror, this is not
2014 Apr 17
2
[LLVMdev] Importance of VMKit JIT function cache
Hi Gael
I am sorry that I couldn't explain what I was trying to say,
anyway I've got the answer :) . In the *parseFunction* method returns
*llvmfunction* pointer of compiled method and then it will be stored in
to cache. Could you please more elaborate on how those machine
instructions ( native functions) executing by llvm. I was trying trace
and I couldn't able to find
2013 Nov 18
2
[LLVMdev] (Very) small patch for the jit event listener
Hi Gaël,
I would guess that MCJIT is probably attempting to load and link the shared library you return from the ObjectCache in the way it would load and link generated code, which would be wrong for a shared library. I know it seems like it should be easier to handle a shared library than a raw relocatable object (and it probably is) but MCJIT doesn't handle that case at the moment. The
2013 Dec 17
3
[LLVMdev] Trying to use patchpoint in MCJIT
Hi all,
I'm trying to play with patchoint (with MCJIT and VMKit) and I don't
understand something. I generate this call for my first patch point.
Basically, I want to call f(0).
%5 = call i64 (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.i64(
i64 42, ;; patch point id is 42
i32 0, ;; 0 bytes for the padding
i8* bitcast (i32 (i32)* @f to i8*), ;; my function f
i32 1,
2013 Dec 18
2
[LLVMdev] Trying to use patchpoint in MCJIT
Ok I see. Of course, at runtime, it's enough for dynamic linking or for
deoptimization. However, wmkit acts both as a jit and as an aot. For the
aot, it means that I can not use patchpoint and that I should have two
different compilation strategy. It's not so difficult, but in this case, I
can not use patchpoints to generate gc's stackmap for the aot (basically, I
think that I could
2013 Nov 16
2
[LLVMdev] (Very) small patch for the jit event listener
Hi Andrew (hi all:)),
I perfectly understand the problem of relocation and it's really not a
problem in my case. I'm still trying to make MCJIT runs but I face a
small problem. I have to insert callback to the runtime for functions
provided by vmkit (for example, a gcmalloc function to allocate memory
from the heap). With the old JIT, VMKit simply loads a large bc file
that contains all