public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: "Dong, Eddie" <eddie.dong-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: [PATCH]  lighweight VM Exit
Date: Thu, 17 May 2007 17:54:14 +0300	[thread overview]
Message-ID: <464C6C96.9090202@qumranet.com> (raw)
In-Reply-To: <10EA09EFD8728347A513008B6B0DA77A0174CB56-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>

Dong, Eddie wrote:
> Avi Kivity wrote:
>   
>>> Here it is.
>>>
>>>       
>> It's broken; your binutils is probably too old.
>>
>>
>>     
>>> Can u also send me your bootstrap and flat so that I can try here?
>>> Thx,eddie
>>>       
> Avi:
> 	Using yout vmexit.flat, it can work with my patch smoothly. Is
> this the one you see problems?
>   

Yes.  I'll try again, maybe there was some other issue.

Oh, I'm running with CONFIG_PREEMPT, maybe that's the cause.

> 	From the source of vmexit.flat, it is so simple (just do cpuid
> to test VM Exit cost) that I can't image it will cause problem with my
> patch since kernel build for both 32 on 64 and 64 on 64 work fine (with
>   
>> 1M VM Exit) with my patch.
>>     
>
> 	BTW, with following modification:
> diff --git a/user/Makefile b/user/Makefile
> diff --git a/user/flat.lds b/user/flat.lds
> index ff9693c..7dd922c 100644
> --- a/user/flat.lds
> +++ b/user/flat.lds
> @@ -8,6 +8,8 @@ SECTIONS
>      . = ALIGN(4K);
>      .data : { *(.data) }
>      . = ALIGN(16);
> +    .rodata : { *(.rodata) }
> +    . = ALIGN(16);
>      .bss : { *(.bss) }
>      . = ALIGN(4K);
>      edata = .;
>
>   

I applied this, thanks.

> 	I can get a looks like correct vmexit.flat at least for 64 bits.
> But i386 make test/vmexit.flat get following warning, is this normal?
>
> [root@vt32-pae user]# i386 make test/vmexit.flat
> gcc -I /root/avi/word/kvm-userspace/kernel/include -MMD -MF
> test/.vmexit.d -g -fomit-frame-pointer -Wall -m32 -nostdlib -o
> test/vmexit.flat -Wl,-T,flat.lds test/vmexit.o test/cstart.o
> test/printf.o
> /usr/bin/ld: warning: i386:x86-64 architecture of input file
> `test/vmexit.o' is incompatible with i386 output
> /usr/bin/ld: warning: i386:x86-64 architecture of input file
> `test/printf.o' is incompatible with i386 output
>   

You need to clean the old .o files first.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

  parent reply	other threads:[~2007-05-17 14:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <10EA09EFD8728347A513008B6B0DA77A014E8AB5@pdsmsx411.ccr.corp.intel.com>
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A014E8AB5-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-16 16:04   ` [PATCH] lighweight VM Exit Avi Kivity
     [not found]     ` <464B2B89.3060009-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-17 14:22       ` Dong, Eddie
     [not found]         ` <10EA09EFD8728347A513008B6B0DA77A0174CB56-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-17 14:54           ` Avi Kivity [this message]
     [not found]             ` <464C6C96.9090202-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-17 15:56               ` Avi Kivity
2007-05-14 14:57 [PATCH] lighweight VM Exit (was:RE: guest state leak into host) Dong, Eddie
     [not found] ` <10EA09EFD8728347A513008B6B0DA77A016FBD91-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-14 15:14   ` [PATCH] lighweight VM Exit Avi Kivity
     [not found]     ` <46487CD7.8070408-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 15:34       ` Christoph Hellwig
2007-05-15  6:10       ` Dong, Eddie
     [not found]         ` <10EA09EFD8728347A513008B6B0DA77A016FC1F2-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-15  7:39           ` Avi Kivity
     [not found]             ` <464963A3.7090505-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-15 10:12               ` Dong, Eddie
     [not found]                 ` <10EA09EFD8728347A513008B6B0DA77A016FC3CD-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-15 13:48                   ` Dong, Eddie
     [not found]                     ` <10EA09EFD8728347A513008B6B0DA77A016FC419-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-16  8:35                       ` Avi Kivity
     [not found]                         ` <464AC26D.8040901-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-16 15:23                           ` Dong, Eddie
     [not found]                             ` <10EA09EFD8728347A513008B6B0DA77A014E8AB2-wq7ZOvIWXbNpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-05-16 15:40                               ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=464C6C96.9090202@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=eddie.dong-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox