Re: [PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages

2009-06-14 Thread Avi Kivity
Izik Eidus wrote: When slot is already allocted and being asked to be tracked we need to break the large pages. This code flush the mmu when someone ask a slot to start dirty bit tracking. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe

[PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages

2009-06-10 Thread Izik Eidus
When slot is already allocted and being asked to be tracked we need to break the large pages. This code flush the mmu when someone ask a slot to start dirty bit tracking. Signed-off-by: Izik Eidus iei...@redhat.com --- virt/kvm/kvm_main.c |2 ++ 1 files changed, 2 insertions(+), 0

Re: [PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages

2009-06-10 Thread Avi Kivity
Izik Eidus wrote: When slot is already allocted and being asked to be tracked we need to break the large pages. This code flush the mmu when someone ask a slot to start dirty bit tracking. Signed-off-by: Izik Eidus iei...@redhat.com --- virt/kvm/kvm_main.c |2 ++ 1 files changed, 2

Re: [PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages

2009-06-10 Thread Izik Eidus
Avi Kivity wrote: Izik Eidus wrote: When slot is already allocted and being asked to be tracked we need to break the large pages. This code flush the mmu when someone ask a slot to start dirty bit tracking. Signed-off-by: Izik Eidus iei...@redhat.com --- virt/kvm/kvm_main.c |2 ++ 1

[PATCH 1/2] kvm: fix dirty bit tracking for slots with large pages

2009-06-10 Thread Izik Eidus
When slot is already allocted and being asked to be tracked we need to break the large pages. This code flush the mmu when someone ask a slot to start dirty bit tracking. Signed-off-by: Izik Eidus iei...@redhat.com --- virt/kvm/kvm_main.c |2 ++ 1 files changed, 2 insertions(+), 0