Displaying 10 results from an estimated 10 matches for "xc_map_foreign_batch".
2010 Nov 02
4
Windows 2008 SBS suddenly disappearing on Xen 4.0.0
Hi all,
when running Windows 2008 SBS on Xen 4.0.0, it disappears after some time (longest time I had it running was 20 minutes). In /var/log/xen/qemu-dm-win1.log I find:
xc_map_foreign_batch: mmap failed: Cannot allocate memory
xc_map_foreign_bulk error 12
Anyone any idea how to troubleshoot this? The Hypervisor has 16 GB of RAM, currently 2 GB are allocated to Dom0. This specific DomU has 8 GB.
thx,
B.
_______________________________________________
Xen-users mailing list
Xen-us...
2009 Dec 01
7
SLES10SP2 (xen 3.2.x) vs SLES11 (xen 3.4.x)
I built a couple new servers on SLES11 because I needed to use USB.
Since SLES11 has xen 3.4 packages that seemed like the way to go. I''m
questioning the stability of the two new servers compared to my
SLES10SP2 servers. I''m also questioning the performance of Windows
domUs.
On Thanksgiving day one of my SLES11 servers running 7-8 domUs crashed
and restarted three times. Being
2011 Jun 27
9
Is there a way to map pv guest pseudo physical address into dom0?
Hi, all
I''m reading the code of QEMU''s virtio infrastructure (hw/virtio.c) and
Linux''s virtio driver (virtio_blk.c, virtio_net.c).
Virtio drivers utilize scatter gather infrastructure in the Linux
kernel. It stores the physical addresses in scatter list. In Xen''s hvm
case, QEMU can access guest address space with
cpu_physical_memory_map.
However, in
2008 Oct 17
4
Vista Ultimate 32-bit install - VNC woes
...; shared page at pfn effff
> buffered io page at pfn efffd
> Time offset set 7200
> Register xen platform.
> Done register platform.
> I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> xc_map_foreign_batch: mmap failed: Cannot allocate memory
> xc_map_foreign_batch error 12
''xm dmesg'' gives me a lot of these:
> (XEN) mm.c:645:d18 Non-privileged (18) attempt to map I/O space 00000000
> (XEN) mm.c:645:d18 Non-privileged (18) attempt to map I/O space 000000c0
> (XEN) mm.c:6...
2010 Dec 07
5
Smoothwall Appliance in Xen
...ffset set -205, added offset -1
Time offset set -206, added offset -1
Time offset set -207, added offset -1
Time offset set -208, added offset -1
I/O request not ready: 0, ptr: 0, port: c110, data: 8a03c, count: 1, size: 4
I/O request not ready: 0, ptr: 0, port: c110, data: 8a5ea, count: 1, size: 4
xc_map_foreign_batch: mmap failed: Cannot allocate memory
xc_map_foreign_bulk error 12
I''m not sure what flavor of linux it''s running as I did not build the
VM. It''s running 32bit kernel 2.6.16.60-6-smp.
Any ideas?
Thanks,
James
_______________________________________________
Xen-users...
2010 Dec 12
1
Crash with XEN 4.0 on Suse 11.3
...get a VM crash while trying to load a database. The "smaller" tables
are loading OK, but When I try a bigger one (#3 000 000 rows) the ASCII
dump file is #766 MB. When I try to load that table the machine crash
and I find always the same message in the "qemu....log'' file :
xc_map_foreign_batch: mmap failed: Cannot allocate memory
xc_map_foreign_bulk error 12
I try it with two different flavous of XEn ( 4.0.0 and 4.0.1).
In "/var/log/xen" some messages about VM''s crash :
[2010-12-12 19:37:36 4240] WARNING (image:559) domain com-ingres: device
model failure: pid 1252:...
2009 Jan 04
0
"xm migrate VM_ID dest_IP_addr --kemari" fails
...]:
/usr/lib/xen/bin/xc_kemari_restore 15 10 2 3 1 1 1
[2009-01-03 21:29:09 4814] INFO (XendCheckpoint:466) xc_kemari_restore
start: p2m_size = 100000
[2009-01-03 21:29:10 4814] INFO (XendCheckpoint:466) xc_kemari_restore:
shared_info_frame: f2000
[2009-01-03 21:29:10 4814] INFO (XendCheckpoint:466)
xc_map_foreign_batch: mmap failed: Cannot allocate memory
[2009-01-03 21:29:10 4814] INFO (XendCheckpoint:466) ERROR Internal
error: map batch failed
[2009-01-03 21:29:11 4814] INFO (XendCheckpoint:466) Restore exit with
rc=1
[2009-01-03 21:29:11 4814] DEBUG (XendDomainInfo:2420)
XendDomainInfo.destroy: domid=10
[2009-...
2007 Jan 11
0
[PATCH 6/8] HVM save restore: guest memory handling
...ERROR("Max batch size exceeded. Giving up.");
+ goto out;
+ }
+
+ if (!read_exact(io_fd, region_pfn_type, j*sizeof(unsigned long))) {
+ ERROR("Error when reading region pfn types");
+ goto out;
+ }
+
+ region_base = xc_map_foreign_batch(
+ xc_handle, dom, PROT_WRITE, region_pfn_type, j);
+
+ for ( i = 0; i < j; i++ )
+ {
+ void *page;
+
+ pfn = region_pfn_type[i];
+ if ( pfn > max_pfn )
+ {
+ ERROR("pfn out of range");
+...
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF,
adds PFN-GMFN table, HVM support, and adds experimental IA64 support.
- ELF format
Program header and note section are adopted.
- HVM domain support
To know the memory area to dump, XENMEM_set_memory_map is added.
XENMEM_memory_map hypercall is for current domain, so new one is created.
and hvm domain builder tell xen its
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and