Re: Large array in KVM

2007-12-07 Thread Vlad GALU
On 12/6/07, Sonja Milicic <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I'm working on a kernel module that needs to maintain a large structure > in memory. As this structure could grow too big to be stored in memory, > it would be good to offload parts of it to the disk. What would be the > best w

RE: Large array in KVM

2007-12-07 Thread Gerald Heinig
> On Fri, Dec 07, 2007 at 10:43:00AM +0100, Gerald Heinig wrote: > > Hi Sonja, > > > > > Hi everyone. > > > > > > I'm working on a kernel module that needs to maintain a large > > structure > > > in memory. As this structure could grow too big to be stored in > > memory, > > > it would be good to o

Re: Large array in KVM

2007-12-07 Thread Ivan Voras
Gerald Heinig wrote: > How about implementing your code as a system call, which is called from > a process that maps a large file into memory, as you suggested above. What if the code is a device driver? signature.asc Description: OpenPGP digital signature

RE: Large array in KVM

2007-12-07 Thread Gerald Heinig
> Gerald Heinig wrote: > > > How about implementing your code as a system call, which is called from > > a process that maps a large file into memory, as you suggested above. > > What if the code is a device driver? I'm just assuming it isn't a device driver. Sonja (the original poster) just me

Re: Large array in KVM

2007-12-07 Thread Daniel O'Connor
On Fri, 7 Dec 2007, Ivan Voras wrote: > Gerald Heinig wrote: > > How about implementing your code as a system call, which is called > > from a process that maps a large file into memory, as you suggested > > above. > > What if the code is a device driver? Then the client process can do some leg wo

Re: Overlap in PCI memory ranges

2007-12-07 Thread Coleman Kane
Andrey V. Elsukov wrote: > Coleman Kane wrote: >> My apologies. The lines *should* read (mem ranges overlap): >> >> atapci0: port >> 0x9000-0x9007,0x9008-0x900b,0x9010-0x9017,0x5018-0x501b,0x5020-0x502f >> mem 0xd0609000-0xd06093ff irq 16 at device 18.0 on pci0 >> . >> pcm0: mem >> 0xd0608000

Re: AMD64 depenguinator?

2007-12-07 Thread Thierry Herbelot
Le Friday 07 December 2007, Stanislaw Halik a écrit : > Heya, > > I'd like to use depenguinator > to get rid of Linux on my > dedicated servers. This one only works for IA-32 and my machines are > mostly AMD64. > > Could you please share an AMD64 depengui

RE: Large array in KVM

2007-12-07 Thread Gerald Heinig
Hi Sonja, > Hi everyone. > > I'm working on a kernel module that needs to maintain a large structure > in memory. As this structure could grow too big to be stored in memory, > it would be good to offload parts of it to the disk. What would be the > best way to do this? Could using a memory-mappe

Re: Added native socks support to libc in FreeBSD 7

2007-12-07 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Raffaele De Lorenzo wrote: > Hi, > i added a native (client) Socks V4/V5 support inside FreeBSD libc > library. The work is based of my project (see > http://csocks.altervista.org) CSOCKS. > You can get it here: > > http://csocks.altervista.org/

Re: Large array in KVM

2007-12-07 Thread Jeremy Chadwick
On Fri, Dec 07, 2007 at 10:43:00AM +0100, Gerald Heinig wrote: > Hi Sonja, > > > Hi everyone. > > > > I'm working on a kernel module that needs to maintain a large > structure > > in memory. As this structure could grow too big to be stored in > memory, > > it would be good to offload parts of it