public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Let gcc to choose which registers to save
@ 2007-10-25 12:18 Laurent Vivier
       [not found] ` <11933147352304-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Laurent Vivier @ 2007-10-25 12:18 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Laurent Vivier

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 <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>

-------------------------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-26 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 12:18 [PATCH 0/4] Let gcc to choose which registers to save Laurent Vivier
     [not found] ` <11933147352304-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-25 12:18   ` [PATCH 1/4] Let gcc to choose which registers to save (vmx-x86_64) Laurent Vivier
     [not found]     ` <11933147352093-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-25 12:18       ` [PATCH 2/4] Let gcc to choose which registers to save (svm-x86_64) Laurent Vivier
     [not found]         ` <1193314735566-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-25 12:18           ` [PATCH 3/4] Let gcc to choose which registers to save (svm-i386) Laurent Vivier
     [not found]             ` <1193314735642-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-25 12:18               ` [PATCH 4/4] Let gcc to choose which registers to save (vmx-i386) Laurent Vivier
     [not found]                 ` <11933147351206-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-26 13:50                   ` Avi Kivity
2007-10-26 13:49   ` [PATCH 0/4] Let gcc to choose which registers to save Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox