similar to: Kernel memory initialisation

Displaying 20 results from an estimated 200 matches similar to: "Kernel memory initialisation"

2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg man page. It documents the new set of options introduced over the last few weeks. Signed-off-by: Sean Dague <sean@dague.net> Diffstat output: xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+) diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5 ---
2007 Jul 04
1
adding lvm root example to xmdomain.cfg.5
--- xen-common-3.0.3-0/docs/man/xmdomain.cfg.pod.5 2006-11-02 16:45:36.000000000 +0000 +++ xen-common-3.0.3-0-cjac/docs/man/xmdomain.cfg.pod.5 2007-07-04 20:58:22.000000000 +0000 @@ -274,7 +274,16 @@ =item I<LVM Root> -FIXME: write me + kernel = '/boot/vmlinuz-2.6-xen' + ramdisk = '/boot/initrd.img-2.6.18-4-xen-686' + memory = '16' + root =
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-1 Severity: normal Tags: patch Manpages that are provided with the source are not included with the utilities. Use perl-doc package at build-time to generate appropriate manpages and dh_manpages to install them in the appropriate locations. diff -urN xen-3.0-3.0.3-0/debian/control xen-3.0-3.0.3-0.new/debian/control --- xen-3.0-3.0.3-0/debian/control
2006 Oct 07
1
Bug#391606: xen-utils-common: doesn't ship referenced man pages
Package: xen-utils-common Version: 3.0+hg11624-1 Severity: normal Hi, the executable /usr/sbin/xm refers to the man pages xm(1) and xmdomain.cfg(5). As far as I can see, Debian doesn't ship the respective upstream man pages available at http://xensource.com/ . Since Debian packages should ship man pages for executables, it would be a good idea to include those. Thanks, bye, Roland --
2007 Oct 09
0
Bug#391606: xen-utils-common: doesn't ship referenced man pages
Hi, the package currently contains /usr/share/man/man1/xm.pod.1.gz /usr/share/man/man5/xmdomain.cfg.pod.5.gz which isn't exactly what we want. bye, Roland
2011 Dec 15
4
using maxmem
Hi, I am using xen 4.0.1 from debian Squeeze repositories and dom0 has kernel 2.6.32-5-xen-amd64(also stock debian). I wanted to set a high value to maxmem in my xmdomain.cfg vm config files so that I can increase memory as needed without rebooting. Unfortunately as soon as I set this paramater I see really wiered things. For example, I am trying to install a windows HVM guest. When maxmem is
2007 Nov 24
2
Several xen problems in Debian Etch
Hi folks, before I flood the bug tracking system, I just want to send you a list of problems I encountered when using xen under Debian Etch (i386 on Intel Core2 Duo E6750). Shall I open a seperate bug report for each of the items below or are some of them features that are known to be missing in the xen release? - A HVM domain does not start when using a physical disk without specifing the
2014 Dec 05
2
Debian patches for Xen 4.5.0 (RC3)
(I hope this is the right address to send this message to.) I've spent the last few days getting Xen 4.5.0 RC3 to form up Debian packages, adapting the files from xen-4.4.1-4. Would you guys like my patches? It was a non-trivial exercise, especially because of commit 2c96ecb1, which invalidated a huge chunk of the quilt patches. I thought it might save you some effort when 4.5.0 is finally
2011 Jul 14
0
kernel 2.6.39.3 / xen 4.2 unstable / drbd 8.3.9
hi folks, i have now a squeeze box, 2.6.39.3, xen 4.2 unstable running. for a remus sync, I need the disks (lvm) to besynced which I wanted to do with drbd protocol D. I downloaded the source from git://aramis.nss.cs.ubc.ca/drbd-8.3-remus drbd-8.3-remus page and made: (http://remusha.wikidot.com/configuring-and-installing-remus) git clone git://aramis.nss.cs.ubc.ca/drbd-8.3-remus drbd-8.3-remus
2012 Sep 13
3
[ANNOUNCE] Final release candidate for Xen 4.2.0
Folks, A final RC has been tagged in the xen-4.2 branch: http://xenbits.xen.org/hg/staging/xen-4.2-testing.hg (tag ''4.2.0-rc5'') We plan to call the 4.2.0 release on Monday, with no further modifications. So please test this "GA preview"! -- Keir
2006 May 04
2
WEBrick initialisation problem
I am new to Ruby so I thought the best way to get into it would be to follow the ONLamp "Rolling with Ruby on Rails" intro. I followed the instructions to the letter and everything work just great, very impressive:-). A couple of days later when I went back to it I got the following message when trying to start the WEBrick server. U:\RoRProjects\cookbook>ruby script\server =>
2006 Mar 11
0
Adding elements to a sortable after initialisation
1. Is it possible to add elements to a sortable after the sortable has become active? I guess just inserting new li elements into the list won''t be enough, is there a way to tell the sortable that it has a new element? 2. Can I change the containment settings of a sortable after it is active? I want to add sortables dynamically and want to enable moving sortables between this new
2011 Jun 14
0
[PATCH] ipconfig: do_pkt_recv() refix ret initialisation
fix: usr/kinit/ipconfig/main.c: In function ?ipconfig_main?: usr/kinit/ipconfig/main.c:350:7: warning: ?ret? may be used uninitialized in this function [-Wuninitialized] usr/kinit/ipconfig/main.c:346:6: note: ?ret? was declared here I think the initialisation change in 6df362216a2e5beb4f29feafeabc630034a76914 was unintentional. Cc: Ulrich Dangel <uli at spamt.net> Signed-off-by:
2008 Feb 22
1
[PATCH] IGET: Remove initialisation of read_inode() super op from BTRFS
Remove the initialisation of read_inode() super op from BTRFS as it has been dropped. Signed-off-by: David Howells <dhowells@redhat.com> --- fs/btrfs/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index a46300c..612a34f 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -462,7 +462,6 @@ static struct
2010 Feb 25
0
[PATCH] drm/nv50: Remove redundant/incorrect ctxvals initialisation.
11c/004 offset corresponds to PGRAPH reg 0x400828, and is initialised earlier anyway by both our ctxprog generator and blob ctxvals. It's actually incorrect with the generator, since we use different layout on pre-NVA0. Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/nv50_graph.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff
2012 Nov 13
0
Problem with DisplayPort initialisation with 3.7-rc3 and recent git
Hi all, This is really just a friendly nudge related to the bug I filed here: https://bugs.freedesktop.org/show_bug.cgi?id=56615. Basically the problem is related to DisplayPort initialisation since when I have an external monitor plugged into the DisplayPort then even X on the in-built LCD fails to start. Reboot with the DisplayPort unplugged and local X starts without a problem. I'm
2014 Sep 07
0
drm/nve0/disp: Fix HDMI InfoFrame initialisation.
Hi. (sorry for non-threaded reply, I expected to receive my own "git send-email"-generated post) This patch is an RFC, with at least 3 things to change before it could be committed: - commented-out NV84_DISP_SOR_HDMI_PWR_STATE_ON test: what is this needed for ? I couldn't find an equivalent in my trace, but maybe I just didn't do what is needed to generate these writes -
2001 Jan 09
0
AW: fatal: PRNG initialisation failed
Joe Warren-Meeks [SMTP:joe at hole-in-the.net] wrote: > open("/usr/local/etc/ssh_prng_cmds", O_RDONLY) = 3 open of the command file succeeded. > brk(0x000E6DB8) = 0 "malloc" in user land, i.e. sshd > brk(0x000E8DB8) = 0 "malloc" in user land, i.e. sshd > fstat64(3, 0xFFBEECD8)
2016 Oct 03
0
[PATCH 3/4] virtio_blk: Delete an unnecessary initialisation in init_vq()
On Tue, Sep 13, 2016 at 1:14 PM, SF Markus Elfring <elfring at users.sourceforge.net> wrote: > From: Markus Elfring <elfring at users.sourceforge.net> > Date: Tue, 13 Sep 2016 13:43:50 +0200 > > The local variable "err" will be set to an appropriate value > by a following statement. > Thus omit the explicit initialisation at the beginning. > >
2016 Oct 03
0
[PATCH 3/4] virtio_blk: Delete an unnecessary initialisation in init_vq()
On Tue, Sep 13, 2016 at 1:14 PM, SF Markus Elfring <elfring at users.sourceforge.net> wrote: > From: Markus Elfring <elfring at users.sourceforge.net> > Date: Tue, 13 Sep 2016 13:43:50 +0200 > > The local variable "err" will be set to an appropriate value > by a following statement. > Thus omit the explicit initialisation at the beginning. > >