similar to: Updated dom0 for pvops: now boots on 32-bit!

Displaying 20 results from an estimated 5000 matches similar to: "Updated dom0 for pvops: now boots on 32-bit!"

2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi, I've updated the dom0 pvops patches against 2.6.24, and they now have a new git home: http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git git://et.redhat.com/linux-2.6-dom0-pvops.git I'm maintaining the tree in this repo in two separate forms: * Development branch: The master branch is an ongoing, shareable development branch, currently including a fair
2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi, I've updated the dom0 pvops patches against 2.6.24, and they now have a new git home: http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git git://et.redhat.com/linux-2.6-dom0-pvops.git I'm maintaining the tree in this repo in two separate forms: * Development branch: The master branch is an ongoing, shareable development branch, currently including a fair
2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi, I've updated the dom0 pvops patches against 2.6.24, and they now have a new git home: http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git git://et.redhat.com/linux-2.6-dom0-pvops.git I'm maintaining the tree in this repo in two separate forms: * Development branch: The master branch is an ongoing, shareable development branch, currently including a fair
2010 Apr 28
1
Xen 4.0.0 pvops 2.6.31version 64 bit cannot install gplpv on a win2k3 server 32 bit
Hi everybody, I wanted to test the new hypervisor Xen 4.0.0 with the pvops kernel 2.6.31.13 version 64 bit No concerns regarding the compilation and installation, but after install a Windows 2003 server 32 bit I can''t install the drivers gplpv_2003x32_0.11.0.213.msi i had an error: "There is a problem with this Windows Installer package" see attachment Before, i had the
2010 Oct 21
0
Re: Re: [Fedora-xen] another xen build and pvops kernel
This one about pvops kernel 2.6.32.24 under Xen 4.0.1 on top of Ubuntu 10.10 Desktop http://bderzhavets.wordpress.com/2010/10/15/set-up-xen-4-0-1-libvirt-0-8-3-on-top-of-ubuntu-10-10-desktop/ Boris. --- On Thu, 10/21/10, Pasi Kärkkäinen <pasik@iki.fi> wrote: From: Pasi Kärkkäinen <pasik@iki.fi> Subject: Re: [Xen-users] Re: [Fedora-xen] another xen build and pvops kernel To:
2010 Jun 01
1
strange pvops problem
I compiled the pvops kernel like this : [root@localhost xen-4.0.0]# ls buildconfigs config Config.mk.orig dist extras install.sh Makefile README tools xen build-linux-2.6-pvops_x86_32 Config.mk COPYING docs file linux-2.6-pvops.git messages stubdom unmodified_drivers [root@localhost build-linux-2.6-pvops_x86_32]# make -j2 bzImage
2010 Jun 01
1
strange pvops problem
I compiled the pvops kernel like this : [root@localhost xen-4.0.0]# ls buildconfigs config Config.mk.orig dist extras install.sh Makefile README tools xen build-linux-2.6-pvops_x86_32 Config.mk COPYING docs file linux-2.6-pvops.git messages stubdom unmodified_drivers [root@localhost build-linux-2.6-pvops_x86_32]# make -j2 bzImage
2008 Mar 04
3
32-on-64 sysenter for pvops
I implemented sysenter for 32-on-64, since it seemed straightforward enough. It mostly works, but every now and again I get vcpus just hanging in blocked state, as if events are being lost or ignored. Its very similar to the symptoms that other people have reported against the pvops kernel, which I have not managed to reproduce. Perhaps using sysenter is exacerbating an existing bug...
2010 Sep 05
10
Step-by-step tutorial: Installing Xen 4.0.1 rpms on Fedora 13 with pvops Linux 2.6.32.x dom0 kernel
Hello, I just wrote a step-by-step tutorial how to install the latest Xen 4.0.1 hypervisor on Fedora 13 (x86_64) host from src.rpm packages, and the pvops dom0 kernel from git repository. Check it out: http://wiki.xensource.com/xenwiki/Fedora13Xen4Tutorial It also shows how to install various Xen PV guests using the native distro installers: - CentOS 5.5 - Fedora 13 - Ubuntu 10.04 LTS
2010 Sep 05
10
Step-by-step tutorial: Installing Xen 4.0.1 rpms on Fedora 13 with pvops Linux 2.6.32.x dom0 kernel
Hello, I just wrote a step-by-step tutorial how to install the latest Xen 4.0.1 hypervisor on Fedora 13 (x86_64) host from src.rpm packages, and the pvops dom0 kernel from git repository. Check it out: http://wiki.xensource.com/xenwiki/Fedora13Xen4Tutorial It also shows how to install various Xen PV guests using the native distro installers: - CentOS 5.5 - Fedora 13 - Ubuntu 10.04 LTS
2015 Apr 30
0
[PATCH 3/6] x86: introduce new pvops function clear_slowpath
To speed up paravirtualized spinlock handling when running on bare metal introduce a new pvops function "clear_slowpath". This is a nop when the kernel is running on bare metal. As the clear_slowpath function is common for all users add a new initialization function to set the pvops function pointer in order to avoid spreading the knowledge which function to use. Signed-off-by: Juergen
2009 Sep 22
2
[pvops-dom0]Let PV ops guest could handle Machine Check trap
Hi, Jeremy and all This small patch lets pv ops guest handle machine check trap. When non fatal mce error happens, xen will inject vMCE# to the impacted pv ops guest. This patch allows pv ops guest could receive machine check trap and enter its own machine check handler. Thanks & Regards, Criping >From 5efc12fe8214d55e2becc2c4b6ec4a30531d7b60 Mon Sep 17 00:00:00 2001 From: Liping Ke
2014 May 15
1
RFC: Use git am for patchqueue
OK, I've got a basic initial port of the xen package up to 4.4.0. But before I post that, I wanted to get comments on a new method of managing the Xen part of the patchqueue. You can find the RFC branch here: repo: http://github.com/gwd/sig-virt-xen branch: out/git-am-patchqueue-RFC-v1 The basic idea is to put as much as possible into a 'git am' file. This file can easily be
2010 Apr 17
1
X11 on AMD64 with Xen 4.0.0 and new pvops kernel - no X11
Dear All, I am currently trying out Xen 4.0.0 with Ubuntu Lucid as Dom 0 with a pv ps kernel, and I can get it to boot and run lucid as dom0 perfectly well in console mode, however, I am unable to start X11. Looking here I can see there are problems with pvops kernels and X11. http://wiki.xensource.com/xenwiki/XenPVOPSDRM . Would a summary of the page http://wiki.xensource.com/xenwiki/XenPVOPSDRM
2010 Jun 14
0
xen 4.0/2.6.32 pvops/fglrx
Hi does someone have fglrx running with xen4.0 and pvops 2.6.32 kernel? I can compile the fglrx module but after I start X it crashes (black screen) and I need to power off... Any tricks/hints? -- Greetz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Feb 03
0
pvops netconsole
Hi, Is netconsole supposed to work under pvops? When I try to enable it I get the following: Initialising Xen virtual ethernet driver. blkfront: xvda1: barriers enabled netconsole: local port 11111 netconsole: local IP 10.20.40.2 netconsole: interface eth1 netconsole: remote port 9514 netconsole: remote IP 10.20.50.2 netconsole: remote ethernet address 00:16:3e:00:50:02 netconsole: eth1
2010 May 05
0
fyi: libvirt issue with pvops kernel with patch
fyi: I just filed a bug report[1] for libvirt with a patch attached that allows libvirt/virsh/virt-manager/... to show storage stats with pvops kernel as well. Recently there was a switch from using /sys/devices/xen-backend to /sys/bus/xen-backend which led to libvirt being unable to get stats. For those using Debian just "apt-get source" libvirt sources, copy the patch to
2013 Nov 07
0
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
Hi guys, The PV ABI of xen will clear CR0.TS before trapping into the PV guest kernel's exception handler, so the exception handler in guest kernel runs with CR0.TS clear at the very beginning (which is different with on baremetal). In Xenolinux and mainline Linux kernel before 2.6.26 everything is fine since they don't sleep nor enable interrupts during the handler, however the current
2013 Nov 07
0
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
Hi guys, The PV ABI of xen will clear CR0.TS before trapping into the PV guest kernel's exception handler, so the exception handler in guest kernel runs with CR0.TS clear at the very beginning (which is different with on baremetal). In Xenolinux and mainline Linux kernel before 2.6.26 everything is fine since they don't sleep nor enable interrupts during the handler, however the current
2010 Dec 13
0
100% usage in udev kernel BUG at /root/xen-4.0.1/linux-2.6-pvops.git/arch/x86/xen/mmu.c:1885
Hello, I''m using Debian Lenny with Xen 4.0.1 with standard 2.6.32.25 kernel In my new server after some period of running I got 100% usage of udev process and I can''t stop it. I upgraded to the newest libc and udev but the problem is here again. Here dmesg and pastebin http://pastebin.com/JNJPFSHz [1] [229995.580221] ------------[ cut here