search for: config_xen_physdev_access

Displaying 8 results from an estimated 8 matches for "config_xen_physdev_access".

2005 Nov 03
6
domU device access : kernel problem
...sole on port 9618 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** ************ REMOTE CONSOLE EXITED ***************** .... eg : nothing at all this domain tries to boot from hda1 (lvm backed on dom0) and works fine with the kernel from 2.0.6 I noticed that in the default .config, the "CONFIG_XEN_PHYSDEV_ACCESS" was selected, so i tried disabling that and recompiled. Now the system comes up with no problems, but obviously, i have no access to my PCI device. Is there anything else i need to do besides: 1. hiding the pci''s from dom0 by specifing the pci = [ x,y,z ] in the config file and the...
2005 Aug 01
5
allocate_empty_lowmem_region hypervisor function
Hi, Is there a reason that the allocate_empty_lowmem_region() function in hypervisor.c is only available in Domain 0. It is only included if CONFIG_XEN_PHYSDEV_ACCESS is defined, however, when I remove this it seems to work fine in DomUs. Thanks, Ross _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar warning sometimes when doing xm commands: /usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API version mismatch for module xen.lowlevel.xc: This Python has API version 1012, module xen.lowlevel.xc has version 1011. import xen.lowlevel.xc /usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
...d64 UP machine. So far xen0 is working fine but there is a problem with mounting rootfs on xenU kernel. Is there something else that needs to be compiled into xenU 3.0 kernel? $ grep XEN kernel-xenU-x86_64-3.0.config CONFIG_XEN=y CONFIG_ARCH_XEN=y # XEN # CONFIG_XEN_PRIVILEGED_GUEST is not set # CONFIG_XEN_PHYSDEV_ACCESS is not set CONFIG_XEN_BLKDEV_GRANT=y CONFIG_XEN_BLKDEV_FRONTEND=y CONFIG_XEN_NETDEV_FRONTEND=y # CONFIG_XEN_NETDEV_GRANT_TX is not set # CONFIG_XEN_NETDEV_GRANT_RX is not set # CONFIG_XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER is not set # CONFIG_XEN_BLKDEV_TAP is not set # CONFIG_XEN_SHADOW_MODE is...
2005 Apr 19
3
RE: [Xen-devel] Run X in other domains?
> > I can see how you could start a very simple VGA-only Xserver -- by > > default dom0 happens to have access to the bottom 1MB of > memory, which > > is enough to get a VGA Xserver working. > > OK, I wasn''t familiar with this. However I''ve checked > XFree86.0.log from domain 0 for memory reports, and these two > lines indicate more than
2005 Dec 06
0
Compile time errors on xen 2.6.12.5
...ate_xen_proc_entry'' make: *** [.tmp_vmlinux1] Error 1 COMPILE CONFIG # # Automatically generated make config: don''t edit # Linux kernel version: 2.6.12.6.5-xen # Mon Dec 5 19:47:12 2005 # CONFIG_XEN=y CONFIG_ARCH_XEN=y CONFIG_NO_IDLE_HZ=y # # XEN # CONFIG_XEN_PRIVILEGED_GUEST=y CONFIG_XEN_PHYSDEV_ACCESS=y CONFIG_XEN_BLKDEV_BACKEND=y # CONFIG_XEN_BLKDEV_TAP_BE is not set CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_TPMDEV_FRONTEND is not set # CONFIG_XEN_TPMDEV_BACKEND is not set # CONFIG_XEN_BLKDEV_FRONTEND is not set # CONFIG_XEN_NETDEV_FRONTEND is not set # CONFIG_XEN_BLKDEV_TAP is not set # CONFIG_...
2005 Dec 15
3
VIA sata + Xen 3.0 boot lockup problems
Hello! I`m trying to boot a via sata machine with xen 3.0 with no sucess. It just freezes at this point: ********* ACPI: PCI Interrupt 0000:00:0f.0[B] -> Link [LNKB] -> GSI 10 (level,low) -> IRQ 10 sata_via (0000:00:0f.0): routed to hard irq line 10 ata1: SATA max UDMA/133 cmd 0xEFE0 ctl 0xEFAE bmdma 0xEF90 irq 10 ata2: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEFAA bmdma 0xEF98 irq 10 ata1:
2004 Nov 14
25
dom0 kernel crashes with kernel panic during boot
...200,8n1 module (hd0,0)/vmlinuz-2.6.9-xen0 root=/dev/hda3 ro console=ttyS0,115200n8 --- end --- and .config of dom0 (cleaned up by `grep -Ev "^#" /usr/src/linux-2.6.9-xen0/.config | cat -s`): --- begin --- CONFIG_XEN=y CONFIG_ARCH_XEN=y CONFIG_NO_IDLE_HZ=y CONFIG_XEN_PRIVILEGED_GUEST=y CONFIG_XEN_PHYSDEV_ACCESS=y CONFIG_XEN_BLKDEV_BACKEND=y CONFIG_XEN_NETDEV_BACKEND=y CONFIG_XEN_WRITABLE_PAGETABLES=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_FOREIGN_PAGES=y CONFIG_HAVE_ARCH_DEV_ALLOC_SKB=y CONFIG_X86=y CONFIG_EXPERIMENTAL=y CONFIG_BROKEN=y CONFIG_BROKEN_ON_SMP=y CONFIG_LOCALVERSION="" CONFIG_SWAP=y CONF...