similar to: [PATCH] Xen bk snapshot: netfront.c should use module_init()

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] Xen bk snapshot: netfront.c should use module_init()"

2005 Jan 10
2
building xen2.0 versus xen2.0testing
From sf.net/xen I have obtained xen2.0 and brought xen2.0 stable up on FC2. I am trying to find out a way to obtaining a tar file of xen2.0testing, without bk. I may have overlooked something here, helpful corrections solicited. Thanks in advance. -- Woody Marvel LTC Open Source Projects tel: 503-578-3833/775-3833 email: marvel@us.ibm.com
2005 Jan 13
1
FreeBSD Xen documentation ?
Hello there, I am looking around for days where I can dig some information on how to build Xen on FreeBSD... Does anybody here have any good doc / pointer on how to find it... BTW on xen-unstable there no FreeBSD tree... ? ;( where is it then ? Many thanks /Xavier -- Xavier Beaudouin - Unix System Administrator & Projects Leader. President of Kazar Organization : http://www.kazar.net/
2005 Nov 24
1
[PATCH] dom0_ops -EPERM not -EACCES?
Hi all, dom0_ops return -EACCES when the interface version in wrong. I think that an acm failure is closer to being non-priv''ed, which returns -EPERM. Wouldn''t want dom0 tools to report they were the wrong version just because ACM limited some operation, surely? Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (authored) diff -r e2d1c88d50f7 xen/common/dom0_ops.c
2005 Oct 12
1
[PATCH] Restore, comment, correct memory barriers in xenstored.
Keir moved barriers, Competence questions are raised: Correctness withers. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r 067b9aacb6c2 linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c Wed Oct 12 09:11:35 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c Thu Oct 13 01:18:26 2005 @@ -130,7
2005 Jan 04
3
Porting Xen...
All- I''m wondering if there is a guide or a general Getting Started for porting Xen to different architectures. I''m interested in supporting the arm platform. Any help or direction is greatly appreciated... Thanks! Carl - -- "There are 10 types of people in the world: Those who understand binary and those that don''t."
2005 Jan 05
2
Comiple fails for Xen 2.0.2
Changes in xen/arch/x86/domain.c in 2.0.2 break comiple for me with: ld --oformat elf32-i386 -T x86_32/xen.lds -N \ boot/x86_32.o /home/root/xen-2.0/xen/common/common.o /home/root/xen-2.0/xen/drivers/char/driver.o /home/root/xen-2.0/xen/drivers/acpi/driver.o /home/root/xen-2.0/xen/drivers/pci/driver.o /home/root/xen-2.0/xen/arch/x86/arch.o -o /home/root/xen-2.0/xen/xen-syms
2005 Jan 14
1
mkswap in guests
kaffe:/home/doogie# mkswap /dev/hda mkswap: Will not try to make swapdevice on ''%s'' Is this supposed to work? See my previous email as for the mapping. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well,
2005 Jan 09
2
Coral with Xen
Hi! Coral isn''t working from Xen. If you can please try it, maybe i''m just doing something wrong. However it works from outside Xen with the same setup. Can Xen cause this kind of DNS errors? Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/ or http://www.google.com.nyud.net:8090/ -- /Varga Péter/ ------------------------------------------------------- The
2005 Jan 01
1
Multiple partitions in a Guest OS
Hi, I was trying to run a guest OS with multiple partitions. I added a line like disk=[''phy:hda6,hda6,w''] in the configuration file. The disk was not mounted in the host OS. However, the kernel refuses to boot with an error message which says "kernel not syncing... attempted to kill init... rebooting...". When I remove that line, everything works. Is there
2005 Jan 13
1
iptables not working with XEN2.0 on Fedora Core 3
Hello, I have just installed XEN2.0 on a fresh installation of Fedora Core 3 and iptables does not work properly ===================================================================== [root@aquarius ~]# /etc/init.d/iptables start Applying iptables firewall rules: iptables-restore v1.2.11: iptables-restore: unable to initialize table ''filter'' Error occurred at line: 3 Try
2005 Jan 14
1
xen-unstable dom0/1 smp schedule while atomic
While running xen-unstable (2005-01-13 nightly) with dom0 and dom1 with CONFIG_SMP=y I got 271k of output... sshd was running in dom0 and I remotely initiated an scp from dom0 to another remote host (not dom1) Ill only post the first and last few "scheduling while atomic" entries, let me know if someone wants the whole trace. scheduling while atomic [schedule+1682/1696]
2005 Feb 09
1
RE: [PATCH 2/2] netfront skb padding
> It appears that when alloc''ing a skb, it is bring padded by > an arbitrarily > (and excessive) long value. The value for this padding > really only needs to > be 24. 24 = 14 for the ethernet header + 2 for the cache > alignment + 4 for > the CRC + 4 for the VLAN flags. Given that we''re allocating page sized buffers the current situation
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
Hi all, This is a trivial patch which adds the two fields to start_info_t for the shared page and event channel port for the share. Feel free to destroy this in any way. The python binding just fills zeros in for the moment, making it harmless. Mike Wray has a nicer version in his tree, but this is the minimal version. (Thanks to Mike for the .esp fix, too). Cheers, Rusty. diff -ur
2005 Jan 12
0
Exporting filesystem using nfs from xen0 kernel not working.
Hi , I am trying to export home directorie from a FC3 system, running kernel 2.6.10-xen0 from xen-2.0-testing.bk. When i try to mount the /home dit from a other host i get the following error. client: mount: xen:/home/xen/tmp failed, reason given by server: Permission denied server: xen rpc.mountd: authenticated mount request from client230.office.netland.nl:666 for /home/xen/tmp
2005 Jan 18
0
Should we move mailing list server (was LXR-type source code browsing)
Ian Pratt wrote: > I sometimes think about moving the list onto our own majordomo setup, > but it would be quite an upheaval for subscribers, particularly those > that have mail filters set up. What do people think? Happy with > sourceforge, or time to move? I''m all for moving - the lag is frustrating. As to the filters, mine is set on having the [xen-devel] tag in the
2005 Jan 13
0
Re: potentially nasty oops on startup
Hello, >On Sun, 5 Dec 2004, Rik van Riel wrote: > > > I"m getting the following oops on startup, and I"m not quite > > sure why. It looks nasty though, with an invalid page being > > mapped into a process, and a strange looking EIP ... > > > > do_wp_page: bogus page at address 00000449 > > VM: killing process kmodule > > Unable
2005 Jan 04
0
Creating initrd for Dom-0 on LVM
Hi, I have a XEN machine booting nicely on regular partitions and using LVM for the guest domains. As Now I am looking to convert another machine (Debian) to XEN, on which all but a /boot partitions are on LVM. The Debian mkinitrd tool is geared toward Debian kernels and is not useful in this case. I have also tried http://www.poochiereds.net/svn/lvm2/lvm2create_initrd, but I am unsure as to
2005 Jan 06
0
Questions regarding Interndomain communication
Hi All, I recently started exploring the Xen and was successfull in installing and running Xen along with ttylinux (test guest OS) on it. I had few questions regarding the same and I would appreciate if somebody could help me understand these. 1. The documentation describes inter-domain communication. My understanding is that Xen maintain two domains: dom0 for the control domain and dom1 for the
2005 Jan 19
0
French article about XEN
http://www.01net.com/article/263859.html Here a good article about the virtualization... we talk about XEN like an outsider Good news... Cdl, Antoine Nivard équipe support système 05.49.09.38.17 / Bureau 180 / Pré Doyen 2 / Niort ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
Some tidbits to make Xen (-unstable) compile with the latest 2.6 snapshot. No need for you to duplicate the work I already did. Signed-off-by: Rik van Riel <riel@redhat.com> --- linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c.bk7 2005-01-06 17:30:48.000000000 -0500 +++ linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c 2005-01-06 20:54:39.000000000 -0500 @@ -61,7 +61,6 @@ /* platform