Displaying 20 results from an estimated 7000 matches similar to: "failed to add gnttab to physmap"
2007 Jun 11
5
[PATCH][Linux] gnttab: make dma address conversion logic of gnttab dma arch specific.
This patch is cleaned up of the patch which was sent as
http://lists.xensource.com/archives/html/xen-devel/2007-06/msg00324.html
# HG changeset patch
# User yamahata@valinux.co.jp
# Date 1181545986 -32400
# Node ID 69e2dd4e06c405a92717c5f1818f5096e1dc0bcd
# Parent d5e0eb7dd069c0ffc1854da81aa143ccfb0ad66e
make dma address conversion logic of gnttab dma arch specific.
gnttab_dma_map_page() and
2008 Apr 09
1
physmap deallocation on balloon?
Greetings,
Currently, as I understand PV memory allocation,
the Guest''s pfn -> mfn physmap will get populated
on-demand as the guest uses more an more of its
memory reservation.
Is it possible to also make this go in the reverse direction?
For example: let''s say we have a guest that is mostly idle
and has a great deal of free memory and we decide to balloon
down the domain.
2010 Jun 28
0
xen be core: xen be core: can''t open gnttab device
Hi,
When running domUs with pygrub, I get errors:
....
xen be core: xen be core: can''t open gnttab device
can''t open gnttab device
xen be core: xen be core: can''t open gnttab device
can''t open gnttab device
xen be core: xen be core: can''t open gnttab device
.....
domUs start, but these errors continue on dom0
Configuration:
dom0:
Ubuntu 8.10
2007 Nov 26
0
[PATCH] [Mini-OS] Make gnttab allocation/free safe
Add a semaphore to protect gnttab_list from exhaustion, and disable
callbacks during allocation/free. Fix the network frontend accordingly.
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
diff -r bb961bda7eff extras/mini-os/gnttab.c
--- a/extras/mini-os/gnttab.c Sun Nov 25 21:24:48 2007 +0000
+++ b/extras/mini-os/gnttab.c Mon Nov 26 11:50:31 2007 +0000
@@ -18,6 +18,7 @@
2013 Oct 14
14
spice issue
Did something had chaqnged with spice code or settings. I just compiled
latest git of 4.4 unstable and I get is a black screen all I see is the
green boot image from server 2012 but I dont get blue windows logo and
window does not resize it stays black. I reverted back to older git
revision of 4.4 and everything is working fine with.
_______________________________________________
Xen-users
2006 Aug 29
10
mini-os: gnttab.c does not compile
Hello,
sorry to bother you with this: while trying to compile mini-os from
xen-unstable.hg, I noticed that compilation failed like this:
gcc -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format
-Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -m32
-march=i686 -g -Iinclude -Iinclude/x86 -Iinclude/x86/x86_32 -c gnttab.c
-o gnttab.o
gnttab.c: In Funktion »init_gnttab«:
2012 Mar 09
2
[PATCH] linux-2.6.18/gnttab: add deferred freeing logic
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/drivers/xen/core/gnttab.c
+++ b/drivers/xen/core/gnttab.c
@@ -35,6 +35,7 @@
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/seqlock.h>
+#include <linux/timer.h>
#include <xen/interface/xen.h>
#include <xen/gnttab.h>
#include <asm/pgtable.h>
@@ -183,35 +184,119 @@ int
2012 May 11
2
[PATCH] libxc: implement gnttab.set_max_grants for Linux
Legacy (non-pvops) gntdev drivers may require this operation to be
performed when the number of grants intended to be used simultaneously
exceeds a certain driver specific default limit, and qemu''s qdisk
driver is an example of needing to do so.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/tools/libxc/xc_linux_osdep.c
+++ b/tools/libxc/xc_linux_osdep.c
@@ -541,6 +541,27 @@
2012 Apr 05
0
[PATCH] xen/gnttab: add deferred freeing logic
Rather than just leaking pages that can''t be freed at the point where
access permission for the backend domain gets revoked, put them on a
list and run a timer to (infrequently) retry freeing them. (This can
particularly happen when unloading a frontend driver when devices are
still present, and the backend still has them in non-closed state or
hasn''t finished closing them yet.)
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
Hi all,
These days I installed xen 4.3 unstable from source and recompiled qemu upstream with spice support.
After xl create , the windows domU started successfully and spice client can visit the VDI. However, it display blue screen
before entering the windows welcome screen.
Is it a bug in current upstream qemu support?
My domU configuration file is:
builder =
2013 Aug 04
3
xen-4.4 unstable ?
I just wonder why xen 4.4 unstable presents it self as xen 4.3 unstable ?
boot message states 4.3 unstable and efi is 4.3 unstable? I wonder what is
the reason behind it ?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2012 Jun 29
3
xen sound card emulation
I have few instance of server 2008 running on xen. i want to configure them
to redirect sound. I guess I need xen to emulate sound card, Somone had
stated that they are working on patch that will support intel hda emulation
was this ever acomplished? Xen supports ac97 is there 64 bit driver for
ac97 on server 2008 ?
_______________________________________________
Xen-users mailing list
2013 Jun 30
3
XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM
System:
CPU''s: 2 x XEON X5450
Motherboard: http://www.intel.com/p/en_US/support/highlights/server/s5000psl/
RAM: 16GB DDR2 ECC
OS: Debian 7.0 64bit
If I attempt to use more than 3GB of RAM to the guest below (Windows 2008
server R2 64bit) it will end up with the following error message:
xl create win_2008_server_hvm.cfg
Parsing config from win_2008_server_hvm.cfg
xc: info: VIRTUAL
2012 Jul 12
5
best kernel
What is the best kernel to run? is it better to run 3.4.4 or one from xen
git?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Jul 01
0
[Fwd: Re: XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM]
> On Mon, Jul 01, 2013 at 12:12:31AM +0300, NiX wrote:
>> System:
>>
>> CPU''s: 2 x XEON X5450
>> Motherboard:
>> http://www.intel.com/p/en_US/support/highlights/server/s5000psl/
>> RAM: 16GB DDR2 ECC
>> OS: Debian 7.0 64bit
>>
>> If I attempt to use more than 3GB of RAM to the guest below (Windows
>> 2008
>> server R2
2013 Apr 18
3
Re: Perfectly consistent zero-downtime backup.
I had used dd to copy vm to hard drive . Once freenas runs on xen again i
am thinking about exporting iscsi and using dd to make copies
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2005 Nov 21
1
[PATCH][7/17] USB virt 2.6 split driver---gnttab channel
This patch implements the xenidc_channel interface using grant tables
but leaves the channel bring-up and tear-down sequencing to a derived
class (xenidc_gnttab_channel implements that). This code is part of the
implementation of the xenidc_endpoint used for interdomain communication
by the USB driver.
Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>
2013 Jan 20
10
iscsi on xen
I wonder if someone can point me in right directions. I have two dell
servers I setup iscsi so I have four 2 tb hard drives and i had used lvm
to create one big partiton and share it using iscsi. How I go about
assigning sections of iscsi for virtual hard drives . should go about
assigning Should I export the whole 8TB as one iscsi and then use lvm to
create smaller virtual disk. Or should I
2016 May 15
6
Ransomware?
I had to deal with ransomware at the end of April. One of the PCs on my
customer's network was infected by opening a realistic looking email
apparently from a genuine supplier to the company and personally addressed.
The infection occurred on Wednesday, but encryption of the server only took
place late on Friday afternoon, presumably having obtained encryption keys
from the criminals. The
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the
first time . I need kerbos authentication is possible to set it up on same
host as domain controller so ad users can take ownership of home folder
--
Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.