| From: |
| Glauber de Oliveira Costa <gcosta-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> |
| To: |
| linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org |
| Subject: |
| [PATCH 0/7] (Re-)introducing pvops for x86_64 - Real pvops
work part |
| Date: |
| Wed, 31 Oct 2007 16:14:45 -0300 |
| Message-ID: |
| <1193858101367-git-send-email-gcosta@redhat.com> |
| Cc: |
| lguest-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, jeremy-TSDbQ3PG+2Y@public.gmane.org, jun.nakajima-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org,
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, ak-l3A5Bk7waGM@public.gmane.org,
virtualization-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org,
anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, mingo-X9Un+BFzKDI@public.gmane.org |
| Archive-link: |
| Article,
Thread
|
Hey folks,
This is the part-of-pvops-implementation-that-is-not-exactly-a-merge. Neat,
uh? This is the majority of the work.
The first patch in the series does not really belong here. It was already
sent to lkml separetedly before, but I'm including it again, for a very
simple reason: Try to test the paravirt patches without it, and you'll fail
miserably ;-) (and it was not yet included).
Other than that, I thank you all in advance for the review.
Have fun!