Displaying 20 results from an estimated 6000 matches similar to: "[PATCH 0/5] KVM paravirt_ops backend (v3)"
2007 May 30
6
[PATCH 0/3] KVM paravirt_ops implementation
This is the start of a paravirt_ops implementation for KVM. Most of it
was done by Ingo Molnar, I just moved things around a bit. I don't
think there's a measurable performance benefit just yet but there are a
few more optimizations that I think we can get in time for 2.6.23 that
will be measurable.
Regards,
Anthony Liguori
2007 May 30
6
[PATCH 0/3] KVM paravirt_ops implementation
This is the start of a paravirt_ops implementation for KVM. Most of it
was done by Ingo Molnar, I just moved things around a bit. I don't
think there's a measurable performance benefit just yet but there are a
few more optimizations that I think we can get in time for 2.6.23 that
will be measurable.
Regards,
Anthony Liguori
2007 Jun 17
10
[PATCH 0/5] KVM paravirt_ops implementation
Hi,
This patch series is an update of my previous paravirt_ops patches.
They are loosely based on Ingo's original paravirt_ops implementation
for KVM. Some of the changes since the last series include:
1) Switch to using CPUID 0x40000000 instead of using MSR writes to
discover shared memory area
2) Attempt to deal with SMP guests
3) Support for generic CR read caching
4) Support for
2007 Jun 17
10
[PATCH 0/5] KVM paravirt_ops implementation
Hi,
This patch series is an update of my previous paravirt_ops patches.
They are loosely based on Ingo's original paravirt_ops implementation
for KVM. Some of the changes since the last series include:
1) Switch to using CPUID 0x40000000 instead of using MSR writes to
discover shared memory area
2) Attempt to deal with SMP guests
3) Support for generic CR read caching
4) Support for
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all,
I've been working on a set of easy-to-run benchmarks for hypervisor
optimization called virtbench, and the latest commit adds Xen support.
http://ozlabs.org/~rusty/virtbench
http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2
>From the README:
# Build the code
make
# Set the guest kernel location and maybe more
vi ./SETTINGS
# Run the benchmark (local mode)
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all,
I've been working on a set of easy-to-run benchmarks for hypervisor
optimization called virtbench, and the latest commit adds Xen support.
http://ozlabs.org/~rusty/virtbench
http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2
>From the README:
# Build the code
make
# Set the guest kernel location and maybe more
vi ./SETTINGS
# Run the benchmark (local mode)
2007 May 14
17
[ANNOUNCE] virtbench now has xen support
Hi all,
I've been working on a set of easy-to-run benchmarks for hypervisor
optimization called virtbench, and the latest commit adds Xen support.
http://ozlabs.org/~rusty/virtbench
http://ozlabs.org/~rusty/virtbench/?archive/tip.tar.bz2
>From the README:
# Build the code
make
# Set the guest kernel location and maybe more
vi ./SETTINGS
# Run the benchmark (local mode)
2007 May 06
2
paravirt_ops queue rebased
I just rebased my paravirt_ops patch queue to current git. Looks like
almost all the pre-req patches are now in, which is nice.
The only missing thing from your patches was you sched_clock patches and
the sched_clock paravirt-op. Are there still problems with either your
sched_clock patch or the paravirt patch? Should I resubmit the
paravirt-sched_clock patch based on git?
The only other
2007 May 06
2
paravirt_ops queue rebased
I just rebased my paravirt_ops patch queue to current git. Looks like
almost all the pre-req patches are now in, which is nice.
The only missing thing from your patches was you sched_clock patches and
the sched_clock paravirt-op. Are there still problems with either your
sched_clock patch or the paravirt patch? Should I resubmit the
paravirt-sched_clock patch based on git?
The only other
2008 Jan 21
7
[PATCH 0/4] paravirt_ops-64 compile fixes
This series contain fixes to make the paravirt_ops code compile and boot
on x86_64.
This is a follow-up for the previous series from Glauber.
2008 Jan 21
7
[PATCH 0/4] paravirt_ops-64 compile fixes
This series contain fixes to make the paravirt_ops code compile and boot
on x86_64.
This is a follow-up for the previous series from Glauber.
2007 Apr 19
3
[RFC, PATCH 1/5] Paravirt_ops full patching.patch
Add 5-argument handling for paravirt ops patching of PAE functions.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r dbe11208916f include/asm-i386/paravirt.h
--- a/include/asm-i386/paravirt.h Thu Apr 19 11:40:55 2007 -0700
+++ b/include/asm-i386/paravirt.h Thu Apr 19 12:04:16 2007 -0700
@@ -308,10 +308,9 @@ unsigned paravirt_patch_insns(void *site
* return value handling from
2007 Apr 19
3
[RFC, PATCH 1/5] Paravirt_ops full patching.patch
Add 5-argument handling for paravirt ops patching of PAE functions.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r dbe11208916f include/asm-i386/paravirt.h
--- a/include/asm-i386/paravirt.h Thu Apr 19 11:40:55 2007 -0700
+++ b/include/asm-i386/paravirt.h Thu Apr 19 12:04:16 2007 -0700
@@ -308,10 +308,9 @@ unsigned paravirt_patch_insns(void *site
* return value handling from
2007 Aug 13
1
[PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 2166416..44768ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3519,6 +3519,9 @@ M: rusty@rustcorp.com.au
L: virtualization@lists.osdl.org
L: linux-kernel@vger.kernel.org
S: Supported
+F: arch/i386/kernel/paravirt.c
+F: include/asm-i386/paravirt.h
+F:
2007 Aug 13
1
[PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 2166416..44768ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3519,6 +3519,9 @@ M: rusty@rustcorp.com.au
L: virtualization@lists.osdl.org
L: linux-kernel@vger.kernel.org
S: Supported
+F: arch/i386/kernel/paravirt.c
+F: include/asm-i386/paravirt.h
+F:
2007 Apr 19
1
[RFC, PATCH 5/5] Paravirt_ops export.patch
Now that paravirt-ops is a fully patched, purely functional interface,
which appropriately generates bugs when patches fail to get applied,
it need no longer be exported to modules. Modules will be patched at
load time, and need no boot time fallback which references paravirt-ops.
Now, all traditional functionality which was inlined into modules before
is still available to modules with
2007 Apr 19
1
[RFC, PATCH 5/5] Paravirt_ops export.patch
Now that paravirt-ops is a fully patched, purely functional interface,
which appropriately generates bugs when patches fail to get applied,
it need no longer be exported to modules. Modules will be patched at
load time, and need no boot time fallback which references paravirt-ops.
Now, all traditional functionality which was inlined into modules before
is still available to modules with
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi,
This series of patches updates paravirt_ops in various ways. Some of the
changes are plain cleanups and improvements, and some add some interfaces
necessary for Xen.
The brief overview:
add-MAINTAINERS.patch - obvious
remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed
paravirt-nop.patch - mark nop operations consistently
paravirt-pte-accessors.patch - operations to pack/unpack
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi,
This series of patches updates paravirt_ops in various ways. Some of the
changes are plain cleanups and improvements, and some add some interfaces
necessary for Xen.
The brief overview:
add-MAINTAINERS.patch - obvious
remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed
paravirt-nop.patch - mark nop operations consistently
paravirt-pte-accessors.patch - operations to pack/unpack
2007 Apr 19
1
[RFC, PATCH 4/5] Paravirt_ops drop internal patches.patch
Some of these boot hooks do not need to be patched, in fact, it is better not
to patch them at all and thus keep them totally private.
Signed-off-by: Zachary Amsden <zach@vmware.com>
diff -r dba7b8b8e43d include/asm-i386/paravirt.h
--- a/include/asm-i386/paravirt.h Thu Apr 19 16:12:02 2007 -0700
+++ b/include/asm-i386/paravirt.h Thu Apr 19 16:16:19 2007 -0700
@@ -686,12 +686,12 @@ static