* [PATCH V2 0/7]: PVH: PV guest with extensions
@ 2012-10-11 21:49 Mukesh Rathor
2012-10-12 9:18 ` [Xen-devel] " Ian Campbell
2012-10-15 16:15 ` Ian Campbell
0 siblings, 2 replies; 5+ messages in thread
From: Mukesh Rathor @ 2012-10-11 21:49 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk, Xen-devel@lists.xensource.com,
linux-kernel
Hi guys,
Ok, I've made all the changes from prev RFC patch submissions. Tested
all the combinations. The patches are organized slightly differently
from prev version because of the nature of changes after last review. I
am building xen patch just for the corresponding header file changes.
Following that I'll refresh xen tree, debug, test, and send patches.
For linux kernel mailing list introduction, PVH is a PV guest that can
run in an HVM container, uses native pagetables, uses callback vector,
native IDT, and native syscalls.
They were built on top of 89d0307af2b9957d59bfb2a86aaa57464ff921de
commit.
thanks,
Mukesh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xen-devel] [PATCH V2 0/7]: PVH: PV guest with extensions
2012-10-11 21:49 [PATCH V2 0/7]: PVH: PV guest with extensions Mukesh Rathor
@ 2012-10-12 9:18 ` Ian Campbell
2012-10-12 21:18 ` Mukesh Rathor
2012-10-15 16:15 ` Ian Campbell
1 sibling, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2012-10-12 9:18 UTC (permalink / raw)
To: Mukesh Rathor
Cc: Konrad Rzeszutek Wilk, Xen-devel@lists.xensource.com,
linux-kernel@vger.kernel.org
On Thu, 2012-10-11 at 22:49 +0100, Mukesh Rathor wrote:
> Hi guys,
>
> Ok, I've made all the changes from prev RFC patch submissions. Tested
> all the combinations. The patches are organized slightly differently
> from prev version because of the nature of changes after last review. I
> am building xen patch just for the corresponding header file changes.
> Following that I'll refresh xen tree, debug, test, and send patches.
>
> For linux kernel mailing list introduction, PVH is a PV guest that can
> run in an HVM container, uses native pagetables, uses callback vector,
> native IDT, and native syscalls.
>
> They were built on top of 89d0307af2b9957d59bfb2a86aaa57464ff921de
> commit.
I took a (fairly quick) look. I had a few comments but overall looks
pretty good, thanks!
I'm constantly amazed by how small this patchset is. I suspect you are
going to make up for it in the hypervisor side ;-)
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xen-devel] [PATCH V2 0/7]: PVH: PV guest with extensions
2012-10-12 9:18 ` [Xen-devel] " Ian Campbell
@ 2012-10-12 21:18 ` Mukesh Rathor
0 siblings, 0 replies; 5+ messages in thread
From: Mukesh Rathor @ 2012-10-12 21:18 UTC (permalink / raw)
To: Ian Campbell
Cc: Konrad Rzeszutek Wilk, Xen-devel@lists.xensource.com,
linux-kernel@vger.kernel.org
On Fri, 12 Oct 2012 10:18:31 +0100
Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Thu, 2012-10-11 at 22:49 +0100, Mukesh Rathor wrote:
> > Hi guys,
> >
> > Ok, I've made all the changes from prev RFC patch submissions.
> > Tested all the combinations. The patches are organized slightly
> > differently from prev version because of the nature of changes
> > after last review. I am building xen patch just for the
> > corresponding header file changes. Following that I'll refresh xen
> > tree, debug, test, and send patches.
> >
> > For linux kernel mailing list introduction, PVH is a PV guest that
> > can run in an HVM container, uses native pagetables, uses callback
> > vector, native IDT, and native syscalls.
> >
> > They were built on top of 89d0307af2b9957d59bfb2a86aaa57464ff921de
> > commit.
>
> I took a (fairly quick) look. I had a few comments but overall looks
> pretty good, thanks!
>
> I'm constantly amazed by how small this patchset is. I suspect you are
> going to make up for it in the hypervisor side ;-)
Hehe... yes! The patch has become almost half since I first got it
working. Each review trims it down :).
thanks
Mukesh
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xen-devel] [PATCH V2 0/7]: PVH: PV guest with extensions
2012-10-11 21:49 [PATCH V2 0/7]: PVH: PV guest with extensions Mukesh Rathor
2012-10-12 9:18 ` [Xen-devel] " Ian Campbell
@ 2012-10-15 16:15 ` Ian Campbell
2012-10-15 22:49 ` Mukesh Rathor
1 sibling, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2012-10-15 16:15 UTC (permalink / raw)
To: Mukesh Rathor
Cc: Konrad Rzeszutek Wilk, Xen-devel@lists.xensource.com,
linux-kernel@vger.kernel.org
On Thu, 2012-10-11 at 22:49 +0100, Mukesh Rathor wrote:
> Hi guys,
>
> Ok, I've made all the changes from prev RFC patch submissions. Tested
> all the combinations. The patches are organized slightly differently
> from prev version because of the nature of changes after last review. I
> am building xen patch just for the corresponding header file changes.
> Following that I'll refresh xen tree, debug, test, and send patches.
>
> For linux kernel mailing list introduction, PVH is a PV guest that can
> run in an HVM container, uses native pagetables, uses callback vector,
> native IDT, and native syscalls.
>
> They were built on top of 89d0307af2b9957d59bfb2a86aaa57464ff921de
> commit.
Are they in a git branch anywhere?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xen-devel] [PATCH V2 0/7]: PVH: PV guest with extensions
2012-10-15 16:15 ` Ian Campbell
@ 2012-10-15 22:49 ` Mukesh Rathor
0 siblings, 0 replies; 5+ messages in thread
From: Mukesh Rathor @ 2012-10-15 22:49 UTC (permalink / raw)
To: Ian Campbell
Cc: Konrad Rzeszutek Wilk, Xen-devel@lists.xensource.com,
linux-kernel@vger.kernel.org
On Mon, 15 Oct 2012 17:15:43 +0100
Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Thu, 2012-10-11 at 22:49 +0100, Mukesh Rathor wrote:
> > Hi guys,
> >
> > Ok, I've made all the changes from prev RFC patch submissions.
> > Tested all the combinations. The patches are organized slightly
> > differently from prev version because of the nature of changes
> > after last review. I am building xen patch just for the
> > corresponding header file changes. Following that I'll refresh xen
> > tree, debug, test, and send patches.
> >
> > For linux kernel mailing list introduction, PVH is a PV guest that
> > can run in an HVM container, uses native pagetables, uses callback
> > vector, native IDT, and native syscalls.
> >
> > They were built on top of 89d0307af2b9957d59bfb2a86aaa57464ff921de
> > commit.
>
> Are they in a git branch anywhere?
>
not in a public accessible location. we are very close to getting this
done (it appears ;)), and once konrad puts in his tree it should be
publicly available.
thanks
mukesh
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-10-15 22:49 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 21:49 [PATCH V2 0/7]: PVH: PV guest with extensions Mukesh Rathor
2012-10-12 9:18 ` [Xen-devel] " Ian Campbell
2012-10-12 21:18 ` Mukesh Rathor
2012-10-15 16:15 ` Ian Campbell
2012-10-15 22:49 ` Mukesh Rathor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).