Dave Hansen 6ad18fba05 KVM: Reduce stack usage in kvm_pv_mmu_op()
We're in a hot path.  We can't use kmalloc() because
it might impact performance.  So, we just stick the buffer that
we need into the kvm_vcpu_arch structure.  This is used very
often, so it is not really a waste.

We also have to move the buffer structure's definition to the
arch-specific x86 kvm header.

Signed-off-by: Dave Hansen <dave@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-10-15 10:15:18 +02:00
..
2008-08-20 13:19:52 -07:00
2008-10-14 10:23:27 -07:00
2008-09-19 12:44:54 -07:00
2008-10-15 10:15:18 +02:00
2008-10-13 09:35:14 +11:00
2008-08-31 16:00:42 +02:00
2008-10-09 21:33:02 +01:00
2008-10-03 10:04:10 +02:00