[Xen-devel] (no subject)

2017-08-25 Thread Chao Gao
From 3aa2541108f28cfdf0f3bf47ddae9b762b73b532 Mon Sep 17 00:00:00 2001 From: Chao Gao Date: Mon, 7 Aug 2017 04:50:04 +0800 Subject: [PATCH v9] VT-d: use correct BDF for VF to search VT-d unit When SR-IOV is enabled, 'Virtual Functions' of a 'Physical Function' are under the

[Xen-devel] (no subject)

2017-07-27 Thread Manonmani
Is it possible to use VFB for paravirtualised Guest? How to display Domain-U in physical monitor? I have added vfb in my Guest configuration and it returns the following error : Parsing config from /etc/xen/arch_domU_1.cfg libxl: error: libxl_dm.c:1233:libxl__spawn_local_dm: device model

[Xen-devel] (no subject)

2017-07-26 Thread Raviprasad Gurikar
Hi . I am ravi student from Indian I working on the xen arm development . I have plan to run the xen arm on fastmodel. But I am getting problem in the rootfilesystem creation and debootstrap for this link https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/RootFilesystem.

[Xen-devel] (no subject)

2017-04-04 Thread Seraphime Kirkovski
Bcc: Subject: Re: [PATCH] libxc: fix segfault on uninitialized xch->fmem Reply-To: In-Reply-To: <20170404101507.lohlu5rbx4jq5...@citrix.com> On Tue, Apr 04, 2017 at 11:15:07AM +0100, Wei Liu wrote: > Since there are a few handles in xch, it would be better to

Re: [Xen-devel] (no subject)

2017-03-06 Thread George Dunlap
On Mon, Feb 27, 2017 at 6:12 PM, Dmitry Rockosov wrote: > Hi guys, > > Do you know when *recognized* Virtual Interrupt on VM-Entry will be > delivered if Virtual-Interrupt Delivery is enabled and interrupt delivery is > blocking by STI? > > Previously, VMM used

[Xen-devel] (no subject)

2017-02-27 Thread Dmitry Rockosov
Hi guys, Do you know when *recognized* Virtual Interrupt on VM-Entry will be delivered if Virtual-Interrupt Delivery is enabled and interrupt delivery is blocking by STI? Previously, VMM used Interrupt-Window, but as I see in XEN code, Interrupt-Window is not used when Virtual Interrupt Delivery

Re: [Xen-devel] (no subject)

2017-02-20 Thread Dario Faggioli
On Fri, 2017-02-17 at 22:47 +0530, dhara buch wrote: > Hello, > > I have installed Ubuntu 15.10 in which have installed Xen with > source. > > Booting is done with Xen as well as commands like xl infor, xl list > are also working fine. > > For creating Virtual Machine, I have installed Virtual

[Xen-devel] (no subject)

2017-02-17 Thread dhara buch
Hello, I have installed Ubuntu 15.10 in which have installed Xen with source. Booting is done with Xen as well as commands like xl infor, xl list are also working fine. For creating Virtual Machine, I have installed Virtual Machine Manager, but when I try to run it, it gives error as follows:

Re: [Xen-devel] (no subject)

2017-02-17 Thread Andrew Cooper
On 17/02/17 10:47, Norbert Manthey wrote: > Dear Xen developers, > > I would like to bring the attached two patches online, as they fix minor > defects > in the upstream code base. Thankyou for the fixes; they are both good. For future fixes, please can you CC the appropriate maintainers

[Xen-devel] (no subject)

2017-02-17 Thread Norbert Manthey
Dear Xen developers, I would like to bring the attached two patches online, as they fix minor defects in the upstream code base. Best, Norbert ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] (no subject)

2017-01-13 Thread David Howells
> -header-y += msr-index.h I see it on my desktop as /usr/include/asm/msr-index.h and it's been there at least four years - and as such it's part of the UAPI. I don't think you can remove it unless you can guarantee there are no userspace users. David

[Xen-devel] (no subject)

2017-01-13 Thread David Howells
Nicolas Dichtel wrote: > This header file is exported, thus move it to uapi. Exported how? > +#ifdef __INT32_TYPE__ > +#undef __INT32_TYPE__ > +#define __INT32_TYPE__ int > +#endif > + > +#ifdef __UINT32_TYPE__ > +#undef __UINT32_TYPE__ > +#define

Re: [Xen-devel] (no subject)

2017-01-03 Thread Stefano Stabellini
On Wed, 28 Dec 2016, Ronald Rojas wrote: > The first 57 commits are merged from previous work done by > George Dunlap at (https://github.com/gwd/schedbench) and > implement manipulating Cpu pool. The last 2 commits merge > his work onto the Xen tree and implement finding system > information

[Xen-devel] (no subject)

2016-12-28 Thread Ronald Rojas
The first 57 commits are merged from previous work done by George Dunlap at (https://github.com/gwd/schedbench) and implement manipulating Cpu pool. The last 2 commits merge his work onto the Xen tree and implement finding system information and throwing errors. CC: xen-devel

[Xen-devel] (no subject)

2016-11-28 Thread Ronald Rojas
Create a Makefile for the golang xenlight project, which will allow users to access libxl functionality in Golang. Makefile rules were also added to tools/Makefile for the project to be built and installed. A template Golang file was also created for the project to be properly built.

Re: [Xen-devel] (no subject)

2016-10-31 Thread Ian Jackson
George Dunlap writes ("Re:"): > On 07/07/16 12:03, Dario Faggioli wrote: > > So, you're saying I should change both Xen, xentrace_format and > > xenalyze.c all at once, in the same patch, right? ... > I think it often does make sense to check things out by component. And > of course before

[Xen-devel] (no subject)

2016-07-17 Thread 姚 忠将
Recently , I made a test to compare the performance of I/O between xen project and xenserver. I found the performance of xenserver is much better than that of xen project . I want to find the reason why xenserver is better so I search through google.com. On the website

Re: [Xen-devel] (no subject)

2016-07-07 Thread Dario Faggioli
On Thu, 2016-07-07 at 13:48 +0100, George Dunlap wrote: > On 07/07/16 12:03, Dario Faggioli wrote: > > On Thu, 2016-07-07 at 10:36 +0100, George Dunlap wrote: > > > Could you re-send this with the trace change moved from the > > > previous > > > patch to this patch? > > > > > So, you're saying I

Re: [Xen-devel] (no subject)

2016-07-07 Thread George Dunlap
On 07/07/16 12:03, Dario Faggioli wrote: > On Thu, 2016-07-07 at 10:36 +0100, George Dunlap wrote: >> On Sat, Jun 18, 2016 at 12:12 AM, Dario Faggioli >> wrote: >>> >>> in both xenalyze and formats (for xentrace_format). >>> >>> In particular, in xenalyze, now that we

Re: [Xen-devel] (no subject)

2016-07-07 Thread Dario Faggioli
On Thu, 2016-07-07 at 10:36 +0100, George Dunlap wrote: > On Sat, Jun 18, 2016 at 12:12 AM, Dario Faggioli > wrote: > > > > in both xenalyze and formats (for xentrace_format). > > > > In particular, in xenalyze, now that we have the precision > > of the fixed point

[Xen-devel] (no subject)

2016-07-07 Thread George Dunlap
On Sat, Jun 18, 2016 at 12:12 AM, Dario Faggioli wrote: > in both xenalyze and formats (for xentrace_format). > > In particular, in xenalyze, now that we have the precision > of the fixed point load values in the tracepoint, show both > the raw value and the (easier to

[Xen-devel] (no subject)

2016-05-19 Thread Roger Pau Monné
, Ian Jackson , Jan Beulich , Konrad Rzeszutek Wilk , Stefano Stabellini , Tim Deegan , Wei Liu Bcc: Subject: Bump library names just

Re: [Xen-devel] (no subject)

2016-03-20 Thread Safa Hamza
i solve the problem On Thu, Mar 17, 2016 at 1:20 PM, Safa Hamza wrote: > i'm trying to run xen on omap5 and installing some guests .. it seems it > works and a xen boot dom0 as shown the screen shot > but with this arago project i can't download any package ..all commands

[Xen-devel] (no subject)

2016-03-19 Thread Safa Hamza
i'm trying to run xen on omap5 and installing some guests .. it seems it works and a xen boot dom0 as shown the screen shot but with this arago project i can't download any package ..all commands such as apt-get ,update ... are not found i tried to have another file system but its not working ..

[Xen-devel] (no subject)

2016-02-25 Thread Ayushi Arora
Hello, As asked of in the previous mail, I tried compiling Xen from source. I am not sure whether we can ask questions for the task given, but I have been stuck at it from yesterday. I followed all the steps, and wherever there was some problem, I looked up that in wiki of Xen, but after building

[Xen-devel] (no subject)

2015-12-07 Thread Ian Jackson
I'm intending to be able to do database schema updates. But I don't want to play around with such code on a live database. So I need a test database. Thus, a yak: arrangements to make a test database. As I say, I have tested this and it now does the right things in, apparently, the right

[Xen-devel] (no subject)

2015-01-06 Thread Konrad Rzeszutek Wilk
I am proposing to put this in the 'staging-4.5' tree but would appreciate an English speaker to take a look and make sure it sounds good. Thank you. ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] (no subject)

2014-12-19 Thread Minalkumar Patel
i got daily patch emails from xen-devel but i don't need on this email address so how to deactivate it please tell me___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

Re: [Xen-devel] (no subject)

2014-12-19 Thread Ian Campbell
On Fri, 2014-12-19 at 17:53 +0800, Minalkumar Patel wrote: i got daily patch emails from xen-devel but i don't need on this email address so how to deactivate it please tell me Please visit http://lists.xen.org/cgi-bin/mailman/options/xen-devel Ian.