This patch lets GCC to determine which registers to save when we
switch to/from a VCPU.
[PATCH 1/4] Let gcc to choose which registers to save (vmx-x86_64)
drivers/kvm/vmx.c | 21 +++++++++------------
1 files changed, 9 insertions(+), 12 deletions(-)
This patch lets GCC to determine which registers to save when we
switch to/from a VCPU in the case of intel x86_64.
[PATCH 2/4] Let gcc to choose which registers to save (svm-x86_64)
drivers/kvm/svm.c | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
This patch lets GCC to determine which registers to save when we
switch to/from a VCPU in the case of AMD x86_64.
[PATCH 3/4] Let gcc to choose which registers to save (svm-i386)
drivers/kvm/svm.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
This patch lets GCC to determine which registers to save when we
switch to/from a VCPU in the case of AMD i386
[PATCH 4/4] Let gcc to choose which registers to save (vmx-i386)
drivers/kvm/vmx.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
This patch lets GCC to determine which registers to save when we
switch to/from a VCPU in the case of intel i386.
Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel