* where is the function paging32_page_fault() ?
@ 2014-02-28 8:24 ratheesh kannoth
2014-02-28 9:26 ` hitmoon
2014-02-28 14:07 ` Paolo Bonzini
0 siblings, 2 replies; 6+ messages in thread
From: ratheesh kannoth @ 2014-02-28 8:24 UTC (permalink / raw)
To: kvm
I downloaded kvm-17 (
http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
the function
definition in tar ball.
where is it defined. ???
Thanks,
Ratheesh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: where is the function paging32_page_fault() ?
2014-02-28 8:24 where is the function paging32_page_fault() ? ratheesh kannoth
@ 2014-02-28 9:26 ` hitmoon
2014-02-28 14:07 ` Paolo Bonzini
1 sibling, 0 replies; 6+ messages in thread
From: hitmoon @ 2014-02-28 9:26 UTC (permalink / raw)
To: ratheesh kannoth; +Cc: kvm
于 2014年02月28日 16:24, ratheesh kannoth 写道:
> I downloaded kvm-17 (
> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
> the function
> definition in tar ball.
>
> where is it defined. ???
>
>
> Thanks,
> Ratheesh
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
The paging32_page_fault was generated by macro FNAME in paging_tmpl.h.
You can have a look at it ;-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: where is the function paging32_page_fault() ?
2014-02-28 8:24 where is the function paging32_page_fault() ? ratheesh kannoth
2014-02-28 9:26 ` hitmoon
@ 2014-02-28 14:07 ` Paolo Bonzini
2014-02-28 15:45 ` ratheesh kannoth
1 sibling, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2014-02-28 14:07 UTC (permalink / raw)
To: ratheesh kannoth, kvm
Il 28/02/2014 09:24, ratheesh kannoth ha scritto:
> I downloaded kvm-17 (
> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
> the function
> definition in tar ball.
That's quite old. You should just look in the Linux source code for KVM
these days. It is in virt/kvm and arch/x86/kvm.
Paolo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: where is the function paging32_page_fault() ?
2014-02-28 14:07 ` Paolo Bonzini
@ 2014-02-28 15:45 ` ratheesh kannoth
2014-02-28 15:47 ` Paolo Bonzini
0 siblings, 1 reply; 6+ messages in thread
From: ratheesh kannoth @ 2014-02-28 15:45 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: kvm
On Fri, Feb 28, 2014 at 7:37 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 28/02/2014 09:24, ratheesh kannoth ha scritto:
>
>> I downloaded kvm-17 (
>> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
>> the function
>> definition in tar ball.
>
>
> That's quite old. You should just look in the Linux source code for KVM
> these days. It is in virt/kvm and arch/x86/kvm.
>
> Paolo
Ok.
Could you tell me , which kernel version will contain the function () ?
-Ratheesh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: where is the function paging32_page_fault() ?
2014-02-28 15:45 ` ratheesh kannoth
@ 2014-02-28 15:47 ` Paolo Bonzini
2014-02-28 15:50 ` ratheesh kannoth
0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2014-02-28 15:47 UTC (permalink / raw)
To: ratheesh kannoth; +Cc: kvm
Il 28/02/2014 16:45, ratheesh kannoth ha scritto:
> On Fri, Feb 28, 2014 at 7:37 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> Il 28/02/2014 09:24, ratheesh kannoth ha scritto:
>>
>>> I downloaded kvm-17 (
>>> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
>>> the function
>>> definition in tar ball.
>>
>>
>> That's quite old. You should just look in the Linux source code for KVM
>> these days. It is in virt/kvm and arch/x86/kvm.
>>
>> Paolo
>
> Ok.
>
> Could you tell me , which kernel version will contain the function () ?
All of them, in arch/x86/kvm/paging_tmpl.h.
Paolo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: where is the function paging32_page_fault() ?
2014-02-28 15:47 ` Paolo Bonzini
@ 2014-02-28 15:50 ` ratheesh kannoth
0 siblings, 0 replies; 6+ messages in thread
From: ratheesh kannoth @ 2014-02-28 15:50 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: kvm
On Fri, Feb 28, 2014 at 9:17 PM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 28/02/2014 16:45, ratheesh kannoth ha scritto:
>
>> On Fri, Feb 28, 2014 at 7:37 PM, Paolo Bonzini <pbonzini@redhat.com>
>> wrote:
>>>
>>> Il 28/02/2014 09:24, ratheesh kannoth ha scritto:
>>>
>>>> I downloaded kvm-17 (
>>>> http://downloads.sourceforge.net/kvm/kvm-17.tar.gz ). I could not find
>>>> the function
>>>> definition in tar ball.
>>>
>>>
>>>
>>> That's quite old. You should just look in the Linux source code for KVM
>>> these days. It is in virt/kvm and arch/x86/kvm.
>>>
>>> Paolo
>>
>>
>> Ok.
>>
>> Could you tell me , which kernel version will contain the function () ?
>
>
> All of them, in arch/x86/kvm/paging_tmpl.h.
>
> Paolo
Paolo,
Thanks a ton.
I was doing a simple "grep" so missed the same.
-Ratheesh
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-02-28 15:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 8:24 where is the function paging32_page_fault() ? ratheesh kannoth
2014-02-28 9:26 ` hitmoon
2014-02-28 14:07 ` Paolo Bonzini
2014-02-28 15:45 ` ratheesh kannoth
2014-02-28 15:47 ` Paolo Bonzini
2014-02-28 15:50 ` ratheesh kannoth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).