Displaying 20 results from an estimated 9000 matches similar to: "Update and uninstall of xen 4 question"
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU.
Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
---
Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 183 insertions(+), 0 deletions(-)
create mode 100644
2008 May 28
0
[PATCH] ia64/xen: a recipe for using xen/ia64 with pv_ops.
Recipe for useing xen/ia64 with pv_ops domU.
Signed-off-by: Akio Takebe <takebe_akio at jp.fujitsu.com>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
Cc: Randy Dunlap <randy.dunlap at oracle.com>
---
Documentation/ia64/xen.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 183 insertions(+), 0 deletions(-)
create mode 100644
2008 May 28
0
I/O performance problem using LVM mirrors to back phy: devices
So, we just moved to some much faster hardware. intel q6600 CPU, 8Gb
unbuffered ECC, ICH7 sata (2x1TB disks) - and we were irritated
and puzzled to find that the new setup had really, really slow I/O.
The odd thing is that the performance is fine if you just mount the LV
directly from the Dom0... but if you xm block-attach it to the Dom0
and then mount it, you get 1/10th the speed.
we are
2012 Sep 11
12
Start xen on UEFI system with grub
2012 May 29
7
efibootmgr not working on xen-unstable booted on uefi system
I have installed dom0 Wheezy 64 bit on Dell PowerEdge T310 with kernel from
package and xen-unstable. System is in Uefi mode and booted with
grub-efi-amd64.
Booting without xen efibootmgr works, while with xen not, efivars kernel
module is loaded but show this message:
efibootmgr
Fatal: Couldn''t open either sysfs or procfs directories for accessing EFI
variables.
Try ''modprobe
2010 Mar 17
11
Checksumming problem in pv_ops dom0 kernel / netback
Hello,
I seem to be having some troubles regarding the latest 2.6.31.6 and 2.6.32.9 Xen dom0 pv_ops trees.
Our platform:
-Xen 3.4.3-rc3 (also tried 3.4.2 on 2.6.31.6 pv_ops dom0)
-2.6.32.9 pv_ops dom0 kernel, perhaps a week old checkout from xen/stable git (can provide changeset if requested).
-100+ domU''s, all PV.
Ever since we switched to a pv_ops dom0 kernel (we were using 2.6.26
2010 Mar 12
11
Jeremy''s git tags
Hi Everyone,
git noob. simple question, how do i get a previous release from
jeremy''s git repository?
Right now, I can get the latest (2.6.32.9) by doing the following:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
$ cd linux-2.6-xen
$ git pull
I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
did not print the tag
2010 Mar 12
11
Jeremy''s git tags
Hi Everyone,
git noob. simple question, how do i get a previous release from
jeremy''s git repository?
Right now, I can get the latest (2.6.32.9) by doing the following:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen
$ cd linux-2.6-xen
$ git pull
I tried doing a "git tag -l" when in linux-2.6-xen directory, but that
did not print the tag
2010 Jan 22
7
Is it possible that xenoprof active domain profiling using pvops jeremy''s kernel
my system configuration
xen 3.4.2, oprofile 0.9.5( xenoprof patched ), dom0( jeremy''s pvops
kernel 2.6.31.6 - patched dullor''s xenoprof patch ), domU( vanilla kernel
2.6.32 with paravirt enabled ), distribution( ubuntu 9.10 )
In passive mode, xenoprof seems to work well, opreport showed good
information.
but, in active mode, it seems not to be done correctly.
my command is
2010 Feb 17
1
pv_ops domu memory limit ?
Hi,
is there a memory limit for Linux pv_ops domU ?
On my Dom0 (2.6.31.6-dae-dom0-00751-g60e0545 / Xen 3.4.2-2) I have a
guest setup with 15600MB, when I start it, Linux (2.6.32.8) see only 8GB :
Feb 17 07:31:04 pacman kernel: [ 0.000000] Built 1 zonelists in Zone
order, mobility grouping on. Total pages: 2066366
On Dom0, I have CONFIG_XEN_MAX_DOMAIN_MEMORY=32
If I do a "xm
2023 Mar 08
3
[PATCH] x86/paravirt: convert simple paravirt functions to asm
All functions referenced via __PV_IS_CALLEE_SAVE() need to be assembler
functions, as those functions calls are hidden from gcc. In case the
kernel is compiled with "-fzero-call-used-regs" the compiler will
clobber caller-saved registers at the end of C functions, which will
result in unexpectedly zeroed registers at the call site of the
related paravirt functions.
Replace the C
2010 Jan 05
0
pv_ops dom0 kernel: /proc/cpuinfo shows 0.000 MHz
I just noticed something interesting with the pv_ops dom0 kernel that I
built from Jeremy''s git tree. When I run ''cat /proc/cpuinfo'' the output
shows the processors have 0.000 MHz. Everything runs fine I just
thought it was interesting.
processor : 3
vendor_id : AuthenticAMD
cpu family : 16
model : 4
model name : AMD Phenom(tm) II X4
2009 Dec 22
1
VMWare as Xen VM
Hi,
I am trying to install Vmware (Exsi 4.0) as a VM on Xen (VM-on-VM).
My platform is Intel S5500HC motherboard and Xeon E5502 processor, 4G Ram.
Xen 3.4.1, dom0 is linux 2.6.31.6 pv_ops kernel on FC12.
The Vmware installation was failing with "Failed to load lvmdriver" error.
On modifing the network model to e1000 (vif = [''type=ioemu, bridge=xenbr0,
model=e1000'' ])
2009 Mar 02
12
latest pv_ops dom0 (2.6.29-rc6) crashes / unhandled page fault
Hello.
log of the crashing boot process:
http://pasik.reaktio.net/xen/pv_ops-dom0-debug/pv_ops-dom0-bootlog-14-xen331-linux-2.6.29-rc6-crash.txt
2.6.29-rc5 based pv_ops dom0 works on the same computer.. with the same Xen version.
I tried with and without pci=nomsi.
adding ''noapic'' doesn''t seem to help (I need that with 2.6.29-rc5 to make it work).
Any ideas
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
plain text document attachment (xx-paravirt-boot.patch)
Boot up code modifications to get paravirt ops running.
Signed-off-by: Steven Rostedt srostedt@redhat.com
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Index: clean-start/arch/x86_64/kernel/head.S
===================================================================
--- clean-start.orig/arch/x86_64/kernel/head.S
+++
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 10/17] paravirt_ops - boot changes
plain text document attachment (xx-paravirt-boot.patch)
Boot up code modifications to get paravirt ops running.
Signed-off-by: Steven Rostedt srostedt@redhat.com
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Index: clean-start/arch/x86_64/kernel/head.S
===================================================================
--- clean-start.orig/arch/x86_64/kernel/head.S
+++
2010 May 11
2
No power down with pv_ops
Hi,
i''ve new hardware for my XEN server.
It boots pv_ops kernel now.
But with my pv_ops kernel the server doesn''t power off.
Even there isn''t this messages for it.
When i boot a 2.6.24 from Ubuntu it power off.
Regards,
Stefan Kuhne
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2018 Aug 10
0
[PATCH 04/10] x86/paravirt: use a single ops structure
Instead of using six globally visible paravirt ops structures combine
them in a single structure, keeping the original structures as
sub-structures.
This avoids the need to assemble struct paravirt_patch_template at
runtime on the stack each time apply_paravirt() is being called (i.e.
when loading a module).
Signed-off-by: Juergen Gross <jgross at suse.com>
---
arch/x86/hyperv/mmu.c
2007 Dec 10
19
[FW: FYI: The plan for Xen kernels in Fedora 9]
In the spirit of improving communication of Fedora Xen plans to the world,
below is a mail I recently circulated in the Fedora community about the
direction for Xen-ified kernels from Fedora 9 and onwards.
The short story, is that we intend to ship hypervisor & userspace based on
Xen 3.2.0 tree, and a kernel based on latest LKML pv_ops tree and patches
ontop of that to support Dom0 and
2009 Dec 17
0
trouble with pci passthrough on debian to hvm domain on intel dq35jo motherboard
im trying to do pcipassthrough to a hvm domain on xen 3.4.2 with jeremy''s
pv_ops dom0 kernel 2.6.31.6 on debian lenny. dom0 kernel indicates that
pciback cmdline options are unknown, but config shows
CONFIG_XEN_PCIDEV_BACKEND=y is compiled in. is pciback broken on this kernel
or something?
all relevant information i can think is here, let me know if theres anything
else you''d