public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] small cleanups in MMU code
@ 2013-01-30 14:42 y
  0 siblings, 0 replies; 7+ messages in thread
From: y @ 2013-01-30 14:42 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti, xiaoguangrong, yoshikawa_takuya_b1

From: Gleb Natapov <gleb@redhat.com>

Any of those should not change functionality.

Gleb Natapov (6):
  KVM: MMU: make spte_is_locklessly_modifiable() more clear
  KVM: MMU: drop unneeded checks.
  KVM: MMU: set base_role.nxe during mmu initialization.
  KVM: MMU: drop superfluous min() call.
  KVM: MMU: drop superfluous is_present_gpte() check.
  Revert "KVM: MMU: split kvm_mmu_free_page"

 arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
 arch/x86/kvm/paging_tmpl.h |    3 ---
 arch/x86/kvm/x86.c         |    2 --
 3 files changed, 9 insertions(+), 28 deletions(-)

-- 
1.7.10.4


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

* Re: [PATCH 0/6] small cleanups in MMU code
       [not found] <1359556953-30673-1-git-send-email-y>
@ 2013-01-30 14:44 ` Gleb Natapov
  0 siblings, 0 replies; 7+ messages in thread
From: Gleb Natapov @ 2013-01-30 14:44 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti, xiaoguangrong, yoshikawa_takuya_b1

Something went wrong with git send-email. Ignore this one please.

On Wed, Jan 30, 2013 at 04:42:27PM +0200, y@redhat.com wrote:
> From: Gleb Natapov <gleb@redhat.com>
> 
> Any of those should not change functionality.
> 
> Gleb Natapov (6):
>   KVM: MMU: make spte_is_locklessly_modifiable() more clear
>   KVM: MMU: drop unneeded checks.
>   KVM: MMU: set base_role.nxe during mmu initialization.
>   KVM: MMU: drop superfluous min() call.
>   KVM: MMU: drop superfluous is_present_gpte() check.
>   Revert "KVM: MMU: split kvm_mmu_free_page"
> 
>  arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
>  arch/x86/kvm/paging_tmpl.h |    3 ---
>  arch/x86/kvm/x86.c         |    2 --
>  3 files changed, 9 insertions(+), 28 deletions(-)
> 
> -- 
> 1.7.10.4
> 
> --
> 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

--
			Gleb.

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

* [PATCH 0/6] small cleanups in MMU code
@ 2013-01-30 14:44 Gleb Natapov
  0 siblings, 0 replies; 7+ messages in thread
From: Gleb Natapov @ 2013-01-30 14:44 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti, xiaoguangrong, yoshikawa_takuya_b1

Any of those should not change functionality.

Gleb Natapov (6):
  KVM: MMU: make spte_is_locklessly_modifiable() more clear
  KVM: MMU: drop unneeded checks.
  KVM: MMU: set base_role.nxe during mmu initialization.
  KVM: MMU: drop superfluous min() call.
  KVM: MMU: drop superfluous is_present_gpte() check.
  Revert "KVM: MMU: split kvm_mmu_free_page"

 arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
 arch/x86/kvm/paging_tmpl.h |    3 ---
 arch/x86/kvm/x86.c         |    2 --
 3 files changed, 9 insertions(+), 28 deletions(-)

-- 
1.7.10.4


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

* Re: [PATCH 0/6] small cleanups in MMU code
       [not found] <51093178.a34b420a.7bdd.ffffe012SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2013-01-30 14:46 ` Asias He
  2013-01-30 14:50   ` Gleb Natapov
  0 siblings, 1 reply; 7+ messages in thread
From: Asias He @ 2013-01-30 14:46 UTC (permalink / raw)
  To: y; +Cc: kvm, mtosatti, xiaoguangrong, yoshikawa_takuya_b1

> On Wed, Jan 30, 2013 at 10:42 PM,  <y@redhat.com> wrote:

y@redhat.com ?

> From: Gleb Natapov <gleb@redhat.com>
>
> Any of those should not change functionality.
>
> Gleb Natapov (6):
>   KVM: MMU: make spte_is_locklessly_modifiable() more clear
>   KVM: MMU: drop unneeded checks.
>   KVM: MMU: set base_role.nxe during mmu initialization.
>   KVM: MMU: drop superfluous min() call.
>   KVM: MMU: drop superfluous is_present_gpte() check.
>   Revert "KVM: MMU: split kvm_mmu_free_page"
>
>  arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
>  arch/x86/kvm/paging_tmpl.h |    3 ---
>  arch/x86/kvm/x86.c         |    2 --
>  3 files changed, 9 insertions(+), 28 deletions(-)
>
> --
> 1.7.10.4
>
> --
> 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



-- 
Asias He

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

* Re: [PATCH 0/6] small cleanups in MMU code
  2013-01-30 14:46 ` [PATCH 0/6] small cleanups in MMU code Asias He
@ 2013-01-30 14:50   ` Gleb Natapov
  2013-01-31  0:23     ` Asias He
  0 siblings, 1 reply; 7+ messages in thread
From: Gleb Natapov @ 2013-01-30 14:50 UTC (permalink / raw)
  To: Asias He; +Cc: kvm, mtosatti, xiaoguangrong, yoshikawa_takuya_b1

On Wed, Jan 30, 2013 at 10:46:56PM +0800, Asias He wrote:
> > On Wed, Jan 30, 2013 at 10:42 PM,  <y@redhat.com> wrote:
> 
> y@redhat.com ?
> 
y not?

> > From: Gleb Natapov <gleb@redhat.com>
> >
> > Any of those should not change functionality.
> >
> > Gleb Natapov (6):
> >   KVM: MMU: make spte_is_locklessly_modifiable() more clear
> >   KVM: MMU: drop unneeded checks.
> >   KVM: MMU: set base_role.nxe during mmu initialization.
> >   KVM: MMU: drop superfluous min() call.
> >   KVM: MMU: drop superfluous is_present_gpte() check.
> >   Revert "KVM: MMU: split kvm_mmu_free_page"
> >
> >  arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
> >  arch/x86/kvm/paging_tmpl.h |    3 ---
> >  arch/x86/kvm/x86.c         |    2 --
> >  3 files changed, 9 insertions(+), 28 deletions(-)
> >
> > --
> > 1.7.10.4
> >
> > --
> > 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
> 
> 
> 
> -- 
> Asias He
> --
> 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

--
			Gleb.

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

* Re: [PATCH 0/6] small cleanups in MMU code
  2013-01-30 14:50   ` Gleb Natapov
@ 2013-01-31  0:23     ` Asias He
  2013-01-31  5:03       ` Gleb Natapov
  0 siblings, 1 reply; 7+ messages in thread
From: Asias He @ 2013-01-31  0:23 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: kvm, mtosatti, xiaoguangrong, yoshikawa_takuya_b1

On Wed, Jan 30, 2013 at 10:50 PM, Gleb Natapov <gleb@redhat.com> wrote:
> On Wed, Jan 30, 2013 at 10:46:56PM +0800, Asias He wrote:
>> > On Wed, Jan 30, 2013 at 10:42 PM,  <y@redhat.com> wrote:
>>
>> y@redhat.com ?
>>
> y not?

This address surprises me a bit ;-)

>> > From: Gleb Natapov <gleb@redhat.com>
>> >
>> > Any of those should not change functionality.
>> >
>> > Gleb Natapov (6):
>> >   KVM: MMU: make spte_is_locklessly_modifiable() more clear
>> >   KVM: MMU: drop unneeded checks.
>> >   KVM: MMU: set base_role.nxe during mmu initialization.
>> >   KVM: MMU: drop superfluous min() call.
>> >   KVM: MMU: drop superfluous is_present_gpte() check.
>> >   Revert "KVM: MMU: split kvm_mmu_free_page"
>> >
>> >  arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
>> >  arch/x86/kvm/paging_tmpl.h |    3 ---
>> >  arch/x86/kvm/x86.c         |    2 --
>> >  3 files changed, 9 insertions(+), 28 deletions(-)
>> >
>> > --
>> > 1.7.10.4
>> >
>> > --
>> > 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
>>
>>
>>
>> --
>> Asias He
>> --
>> 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
>
> --
>                         Gleb.

-- 
Asias He

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

* Re: [PATCH 0/6] small cleanups in MMU code
  2013-01-31  0:23     ` Asias He
@ 2013-01-31  5:03       ` Gleb Natapov
  0 siblings, 0 replies; 7+ messages in thread
From: Gleb Natapov @ 2013-01-31  5:03 UTC (permalink / raw)
  To: Asias He; +Cc: kvm, mtosatti, xiaoguangrong, yoshikawa_takuya_b1

On Thu, Jan 31, 2013 at 08:23:55AM +0800, Asias He wrote:
> On Wed, Jan 30, 2013 at 10:50 PM, Gleb Natapov <gleb@redhat.com> wrote:
> > On Wed, Jan 30, 2013 at 10:46:56PM +0800, Asias He wrote:
> >> > On Wed, Jan 30, 2013 at 10:42 PM,  <y@redhat.com> wrote:
> >>
> >> y@redhat.com ?
> >>
> > y not?
> 
> This address surprises me a bit ;-)
> 
That is what happens when you press y without reading what git asks you :(

> >> > From: Gleb Natapov <gleb@redhat.com>
> >> >
> >> > Any of those should not change functionality.
> >> >
> >> > Gleb Natapov (6):
> >> >   KVM: MMU: make spte_is_locklessly_modifiable() more clear
> >> >   KVM: MMU: drop unneeded checks.
> >> >   KVM: MMU: set base_role.nxe during mmu initialization.
> >> >   KVM: MMU: drop superfluous min() call.
> >> >   KVM: MMU: drop superfluous is_present_gpte() check.
> >> >   Revert "KVM: MMU: split kvm_mmu_free_page"
> >> >
> >> >  arch/x86/kvm/mmu.c         |   32 +++++++++-----------------------
> >> >  arch/x86/kvm/paging_tmpl.h |    3 ---
> >> >  arch/x86/kvm/x86.c         |    2 --
> >> >  3 files changed, 9 insertions(+), 28 deletions(-)
> >> >
> >> > --
> >> > 1.7.10.4
> >> >
> >> > --
> >> > 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
> >>
> >>
> >>
> >> --
> >> Asias He
> >> --
> >> 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
> >
> > --
> >                         Gleb.
> 
> -- 
> Asias He

--
			Gleb.

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

end of thread, other threads:[~2013-01-31  5:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <51093178.a34b420a.7bdd.ffffe012SMTPIN_ADDED_BROKEN@mx.google.com>
2013-01-30 14:46 ` [PATCH 0/6] small cleanups in MMU code Asias He
2013-01-30 14:50   ` Gleb Natapov
2013-01-31  0:23     ` Asias He
2013-01-31  5:03       ` Gleb Natapov
2013-01-30 14:44 Gleb Natapov
     [not found] <1359556953-30673-1-git-send-email-y>
2013-01-30 14:44 ` Gleb Natapov
  -- strict thread matches above, loose matches on Subject: below --
2013-01-30 14:42 y

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