Displaying 20 results from an estimated 200 matches similar to: "modules and hypercall"
2003 Dec 07
3
unclean file system
Hey everyone,
Thanks for the quick help resonses once again,
We got some mail saying that RAM disks were not the way to go. So we
re-installed, made several partitions to use, and rebuilt xen. However,
we''re still having trouble mounting partitions when xeno-linux boots.
We give a physical grant of one of our newly made paritions (/dev/hda14 in
particular) to the domain. But when
2003 Dec 09
2
build glitches
I hit problems building the tools for both xen-1.1 and xen-1.2-devel.
For xen-1.1, the vmm and linux built fine, but the tools failed with something
called ''ant''. ant -v says ''Apache Ant version 1.5.3 compiled on April 9 2003''
ant -buildfile build-cmdline.xml dist
Buildfile: build-cmdline.xml
BUILD FAILED
java.lang.VerifyError: verification failed at PC
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2003 Dec 05
5
xenoutil patch 1.643 in bk rep
hi,
i''ve submitted a small patch to xen-unstable that makes the
''/dev/xx'' -> devicenumber lookup stuff work on my machine..
basically i''m using os.stat instead of os.popen() hacks.
this is my first bitkeeper checkin ever, so please verify i did this
correctly.
thanks,
paul
-------------------------------------------------------
This SF.net email is
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
At some point the Cirrus VGA driver was commented out. Probably
for debugging. The patch below adds it back in. It works just fine.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
diff -ru xeno-unstable.orig/tools/ioemu/hw/pc.c xeno-unstable.mine/tools/ioemu/hw/pc.c
--- xeno-unstable.orig/tools/ioemu/hw/pc.c 2005-05-25 07:48:57.000000000 -0400
+++
2003 Oct 13
4
iptables nat redirect
I''m trying to do a nat redirect (traffic redirected from a router, not
originally for the machine). I can see the network traffic, but the
iptable rules do not appear to do anything. Is this possible on a
virtual domain, and if not what needs to be done?
-Jeff
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
2003 Nov 10
0
Xeno-HOWTO
I''ve just finished Xeno-HOWTO which contains a detailed
list of instructions on how to setting up Xen and XenoLinux,
from downloading Bitkeeper, compilation of Xen, XenoLinux,
tools to configuration, start and stop of new domains.
A complete version has just been pushed in xeno.bk and
xeno-1.1.bk in our Laboratory. A partital version is already
available in
2003 Nov 28
3
Problem to boot Xenolinux.
Hi,
I am trying to install Xen/Xenolinux v1.1 on my workstation which has 2
SCSI disks. The first disk has WinXP installed, and the second disk has
Redhat 8.0. I copied the images into /boot and modified grub.conf
accordingly:
title Xen / XenoLinux 2.4.22
root (hd1,0)
kernel /xen.gz dom0_mem=131072 ser_baud=115200 noht noreboot
module /xenolinux.gz root=/dev/sdb2 ro
2006 Apr 01
1
routing in xen 3.0: icmp gets routed, but tcp/ip only partially
Hello folks,
I have this really strange routing problem that no amount of
googling and experimenting has been able to solve. Then again,
I''m new to Xen and "advanced" networking, so I could be missing
something very basic.
Summary: an unprivileged domU with PCI frontend for a NIC
is used as a router; icmp gets routed, but tcp/ip only
partially. I''m using a
2006 Apr 02
4
routing in xen 3.0 domU: icmp gets routed, but tcp/ip only partially
Hello folks,
I have a really strange routing problem that no amount of
googling and experimenting has been able to solve. Then
again, I''m new to Xen and "advanced" networking, so I could
be missing something very basic.
Summary: an unprivileged domU with PCI frontend for a NIC
is used as a router; icmp gets routed, but tcp/ip only
partially. I''m using a xen-unstable
2005 May 13
0
RE: RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64available
BTW, the xenlinux-2.6.11.bk''s version is:
ChangeSet@1.2085, 2005-05-12 11:10:24-06:00, djm@kirby.fc.hp.com
More work on hyperprivops
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
Thanks,
Kevin
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Tian, Kevin
>Sent: Friday,
2005 May 13
0
RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64 available
Yes, like real Linux/ia64, it is not possible to run the
same Xenlinux bits both on ski and on real hardware.
A different configuration and build is required. The
config difference is the same as it was with the
privified xenlinux... I think you did that successfully
before (with privified xenlinux) so give that config
file a try and if it doesn''t work, let me know.
BTW, I think I know
2004 Aug 10
0
dmesg output for mount cdrom problem
The mount /dev/hdc /mnt problem still exists for me.
Regards Robin.
Here''s the dmesg of Xen:
__ __ _ ____
\ \/ /___ _ __ / | |___ \
\ // _ \ ''_ \ | | __) |
/ \ __/ | | | | |_ / __/
/_/\_\___|_| |_| |_(_)_____|
http://www.cl.cam.ac.uk/netos/xen
University of Cambridge Computer Laboratory
Xen version 1.2
2005 Jun 02
0
[PATCH] vmx assist moved to a new address
To accomodate Intel''s ACPI support, VMX assist now lives at 0xD0000.
Leendert
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
--- xeno-unstable.orig/xen/include/public/vmx_assist.h 2005-04-22 02:26:10.000000000 -0400
+++ xeno-unstable.mine/xen/include/public/vmx_assist.h 2005-05-31 13:22:39.000000000 -0400
@@ -21,7 +21,7 @@
#ifndef _VMX_ASSIST_H_
#define
2003 Dec 01
1
Linus "praise" for Xen
http://www.kerneltraffic.org/kernel-traffic/kt20031201_243.html
--- Relevant section ---
Nuno Silva mentioned:
The good people at Cambridge made a (very nice) VMM that exploits
ring0/1/3 to let one machine run various kernels independently (the
kernels need to be ported to the xen arch).
Xen itself executes in ring0 and the "guest" operating systems
execute in ring1.
2004 Sep 10
4
Streaming With Flac
We have FLAC support on our AudioReQuest products, and we allow
streaming from our built-in web server for MP3s, but can not get Flac
working. Does anyone know a Windows based player that will play FLAC
streams?
I have tried the Winamp plug-in for FLAC (even updated it to 1.1.0), but
streaming is not working. We use embedded id3 tags instead of Flac
comments if this means anything. Thanks
2005 May 16
6
x86_64 build broken?
I am not able to build the latest x86_64 xen-unstable on SLES9 SP1
x86_64. Here is the build output. Am I doing anything wrong here?
Aravindh
gcc -DPIC -m64 -Wall -Werror -O3 -fno-strict-aliasing -I
../../tools/libxutil -I. -Wp,-MD,.xc_ptrace.opic.d -fPIC -c -o
xc_ptrace.opic xc_ptrace.c
In file included from /usr/include/asm/sigcontext.h:4,
from
2003 Dec 10
1
pcnet32 and copybreak condition
The main modifications in the PCnet32 ethernet driver seems to be macro that
test if COPYBREAK is define. I notice that for network driver which were written
for Xen the main modifications was around the copybreak and also some
adjustments with include files. Is it true if I say that the port of network
device from Linux to Xen is quite "easy" and that the majority of the
modifications
2004 Jul 16
1
/proc/xen/memory_target patch
This patch to the balloon driver eliminates the need for a user-space
program to slosh memory between domains and xen. This uses a proc
file at /proc/xen/memory_target. When read it reports memory the domain
owns in bytes. Writing a new value to the memory_target proc file
will cause the domain to exchange memory with xen to reach the target.
A xenolinux domain cannot grow bigger than it was
2004 Sep 10
2
spam?
Did anyone else get this spam in connection with FLAC?
From: Robert Gatchene <gatchene@users.sourceforge.net>
To: mzimmerman@users.sourceforge.net
Subject: New audio collaboration website
--
- mdz