Displaying 20 results from an estimated 70 matches for "config_xen_privileged_guest".
2013 Mar 22
1
xen: how does XEN_PRIVILEGED_GUEST work?
...Kconfig entry is preceded with this comment:
# Dummy symbol since people have come to rely on the PRIVILEGED_GUEST
# name in tools.
What does that mean?
2) On a related note: can anyone please explain commit
7c1bfd685bcdc822ab1d7411ea05c82bd2a7b260 ("xen/pci: Fix compiler error
when CONFIG_XEN_PRIVILEGED_GUEST is not set.") and commit
c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe ("xen/trace: Fix compile error
when CONFIG_XEN_PRIVILEGED_GUEST is not set"). Do they perhaps fix
problems in code not mainlined?
Paul Bolle
2013 Mar 22
1
xen: how does XEN_PRIVILEGED_GUEST work?
...Kconfig entry is preceded with this comment:
# Dummy symbol since people have come to rely on the PRIVILEGED_GUEST
# name in tools.
What does that mean?
2) On a related note: can anyone please explain commit
7c1bfd685bcdc822ab1d7411ea05c82bd2a7b260 ("xen/pci: Fix compiler error
when CONFIG_XEN_PRIVILEGED_GUEST is not set.") and commit
c00c8aa2d976e9ed1d12a57b42d6e9b27efb7abe ("xen/trace: Fix compile error
when CONFIG_XEN_PRIVILEGED_GUEST is not set"). Do they perhaps fix
problems in code not mainlined?
Paul Bolle
2006 Jul 28
6
[PATCH] ia64 buildconfig update
...set
@@ -1513,7 +1516,7 @@ CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_XEN_DEVMEM is not set
-# CONFIG_XEN_REBOOT is not set
+CONFIG_XEN_REBOOT=y
# CONFIG_XEN_SMPBOOT is not set
CONFIG_XEN_INTERFACE_VERSION=0x00030202
@@ -1523,13 +1526,16 @@ CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PRIVILEGED_GUEST=y
# CONFIG_XEN_UNPRIVILEGED_GUEST is not set
CONFIG_XEN_PRIVCMD=y
+CONFIG_XEN_XENBUS_DEV=y
CONFIG_XEN_BACKEND=y
-# CONFIG_XEN_PCIDEV_BACKEND is not set
CONFIG_XEN_BLKDEV_BACKEND=y
-CONFIG_XEN_XENBUS_DEV=y
# CONFIG_XEN_BLKDEV_TAP is not set
# CONFIG_XEN_NETDEV_PI...
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:
2010 Jul 20
3
pci.backhide
....8-xen, 2.6.18.8-xen0)
The Operating System to Compile xen was Debian Lenny and the Dom0 os.
Without passing Hardware in a DomU, the Domu shuts down clean and the Dom0 keeps running.
This is the Xen part of my config, and i can''t find the mistake to solve my problem.
Robert
#
# XEN
#
CONFIG_XEN_PRIVILEGED_GUEST=y
# CONFIG_XEN_UNPRIVILEGED_GUEST is not set
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_XENBUS_DEV=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_BLKDEV_TAP2=y
CONFIG_XEN_BLKBACK_PAGEMAP=y
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
#...
2012 Jan 03
3
Problem with DomU, gentoo, xen-4.1.1
...(R) CPU E31270 @ 3.40GHz GenuineIntel GNU/Linux
# xl list
Name ID Mem VCPUs State Time(s)
Domain-0 0 3045 8 r----- 1060.0
DomU .config:
# cat /usr/src/linux/.config | grep XEN
# CONFIG_XEN is not set
# CONFIG_XEN_PRIVILEGED_GUEST is not set
# cat /xen/gentoo.vm
kernel = "/xen/gentoo-3.0.6" <----- DomU kernel
memory = 1024
name = "gentoo"
disk = [''file:/xen/disks/gentoo-root.img,sda1,w''] <---- Image with Gentoo
root = "/dev/sda1 ro"
vcpus = 2
# xl creat...
2010 Aug 21
3
suggest improvements in my doc to compile Xen from sources
...n sysfs (NEW)
(256) Number of guest devices (NEW)
Xen version compatibility (4.0.0
and later) --->
After xen confiuration, please make sure that .config has the
following parameter configuration:
* CONFIG_XEN=y
* CONFIG_XEN_MAX_DOMAIN_MEMORY=32
* CONFIG_XEN_SAVE_RESTORE=y
* CONFIG_XEN_DOM0=y
* CONFIG_XEN_PRIVILEGED_GUEST=y
* CONFIG_XEN_PCI=y
* CONFIG_PCI_XEN=y
* CONFIG_XEN_BLKDEV_FRONTEND=m
* CONFIG_NETXEN_NIC=m
* CONFIG_XEN_NETDEV_FRONTEND=m
* CONFIG_XEN_KBDDEV_FRONTEND=m
* CONFIG_HVC_XEN=y
* CONFIG_XEN_FBDEV_FRONTEND=m
* CONFIG_XEN_BALLOON=y
* CONFIG_XEN_SCRUB_PAGES=y
* CONFIG_XEN_DEV_EVTCHN=y
* CONFIG_XEN_BACKEN...
2011 May 20
1
Help! Xen dom0 kernel-2.6.38 shows blank screen!
...=all
module /archlinux/vmlinuz26-my ro root=/dev/disk/by-label/ROOT panic=30
resume=/dev/disk/by-label/RW resume_offset=2750468 console=tty0
console=hvc0 earlyprintk=xen
module /archlinux/kernel26-my.img
My dom0 kernel compilation options (grep -i xen .config):
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_PCI_XEN=y
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_NETXEN_NIC=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_KBDDEV_FRONTEND=y
CONFIG_HVC_XEN=y
CONFIG_XEN_FBDEV...
2013 Apr 26
6
ubuntu13.04 host and ubuntu13.04 guest how to config the pvscsi
Hi, everyone!
We google a lot, but can''t find how to config the pvscsi on our ubuntu13.04 PV on HVM.There are some links
http://wiki.xen.org/wiki/Paravirtualized_SCSI
http://wiki.xen.org/wiki/Xen_Configuration_File_Options
And we use the config option above
Configure PVSCSI devices
vscsi = [ ''/dev/sdc, 0:0:0:0'' ]
I pass sdc to the hvm, but in our pvhvm (ubuntu13.04)
2005 Nov 03
6
domU device access : kernel problem
Hi all,
I have a little question about a problem i''m experiencing with the new xen 2.0.7:
I installed in on a debian box, dom0 starts with no problem, also the domains i copied over from my 2.0.6 box start rightaway
BUT:
i needed a custom kernel (i want to play with PCI device acces in domU) so i grabbed the 2.0.7 source
and compiled the 2.6.11-domU kernel (with the standard config)
2010 Jul 19
0
prob boot xen-4 2.6.32 megaraid
...h 3.4 and 4.0
- 2.6.32 seen to have problem with megaraid/apic
What can i do?
regards Torsten
- latest config:
# egrep "APIC|ACPI_PROCFS|PRIV|CONFIG_X86_(32|64)|MEGARAID" .config |
grep "^C
ONFIG"
CONFIG_X86_32=y
CONFIG_X86_32_SMP=y
CONFIG_X86_32_LAZY_GS=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y
------------------------------------------
[7]
http://pkill.info/b/1535/setting-up-xen-pvops-dom0-on-fedora-x...
2012 Nov 25
2
Cannot open root device xvda1 or unknown-block(0,0)
...a1 ro"
extra = "3" # runlevel
memory = 5000
disk = [ ''phy:/dev/md1,xvda1,w'' ]
# vif = [ ''ip=78.46.97.66, vifname=veth1'' ] # none for now
Here are some details on the Dom0 kernel (grepping for "xen"):
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_PCI_XEN=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_BLKDEV_FRONTEND is not set
CONFIG_XEN_BLKDEV_BACKEND=y
# CONFIG_XEN_NETDEV_FRONTEND is not set
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
CO...
2007 Dec 03
3
domU does not see the pci nic - pci passthrough
Hi all!
I want to assign a physical network card (e100) to a domU:
I think Dom0 is ok but domU does not recognize the pci nic.
into DomU I don''t know wath should I see: I have nothing in dmesg nor in
messages...
Into Dom0 I have
this modules.conf:
options pciback hide=(0000:03: 08.0)
install e100 /sbin/modprobe pciback; /sbin/modprobe --ignore-install e100
This is dmesg:
pciback
2005 Oct 10
2
A xenu kernel 2.6.11 with physical access to a PCI netcard.
I just compile one kernel to the domU but cant see the PCI netcard, i
hide the card from dom0
physdev_dom0_hide=''(00:11.0)'' and added to the domU config pci = [
''0,11,0'' ] and dint work.. any howto to do that?
- ariel
ariel en BSDlatino . org
ariel en ferreras . info
http://www.BSDlatino.org
http://ariel.BSDlatino.org
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
...#39;'m trying to run Xen 3.0 on my amd64 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...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...up some code by simply removing it. Also remove
XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0.
I compile tested this on a latest pull using an F16 config. The compile
succeeded and ''make oldconfig'' only removed these two options as
expected.
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
arch/x86/include/asm/xen/pci.h | 21 +--------------------
arch/x86/pci/xen.c | 6 ------
arch/x86/xen/Kconfig | 10 ----------
arch/x86/xen/Makefile | 3 +--
arch/x86/xen/xen-ops.h |...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...up some code by simply removing it. Also remove
XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0.
I compile tested this on a latest pull using an F16 config. The compile
succeeded and ''make oldconfig'' only removed these two options as
expected.
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
arch/x86/include/asm/xen/pci.h | 21 +--------------------
arch/x86/pci/xen.c | 6 ------
arch/x86/xen/Kconfig | 10 ----------
arch/x86/xen/Makefile | 3 +--
arch/x86/xen/xen-ops.h |...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...up some code by simply removing it. Also remove
XEN_PRIVILEGED_GUEST as it''s just an alias for XEN_DOM0.
I compile tested this on a latest pull using an F16 config. The compile
succeeded and ''make oldconfig'' only removed these two options as
expected.
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
Signed-off-by: Andrew Jones <drjones@redhat.com>
---
arch/x86/include/asm/xen/pci.h | 21 +--------------------
arch/x86/pci/xen.c | 6 ------
arch/x86/xen/Kconfig | 10 ----------
arch/x86/xen/Makefile | 3 +--
arch/x86/xen/xen-ops.h |...
2008 Nov 17
1
#505517 [grub-pc] Dosen't handle xen dom0 kernel automagically [PATCH]
package grub-pc
tag 505517 patch upstream
thanks
Le jeudi 13 novembre 2008 09:36:03, vous avez ?crit?:
> Hi,
>
> Willing to try Xen, I installed "xen-linux-system-2.6.26-1-xen-amd64",
> which came with a bunch of packages?
>
> When I tried to boot the corresponding image, I got an error in Grub.
>
> AFAIK and from what I gathered on the web, the entry
2008 Apr 08
0
dom0 - tar: Skipping to next header
...FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
CONFIG_SCx200=m
CONFIG_K8_NB=y
#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set
CONFIG_XEN=y
CONFIG_XEN_INTERFACE_VERSION=0x00030205
#
# XEN
#
CONFIG_XEN_PRIVILEGED_GUEST=y
# CONFIG_XEN_UNPRIVILEGED_GUEST is not set
CONFIG_XEN_PRIVCMD=y
CONFIG_XEN_XENBUS_DEV=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_NETDEV_BACKEND=y
# CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set
CONFIG_XEN_NETDEV_LOOPBACK=y
CONFIG_XEN_PCIDEV_BACKEND=...