Re: [Qemu-devel] [PATCH] Enable async page faults

2013-07-09 Thread Andreas Färber
Am 09.07.2013 17:47, schrieb Dominik Dingel: > S390 can also use async page faults, to enhance guest scheduling. > But in the case of live migration we want to disable the feature and know > if there are still notifications in flight. > > Signed-off-by: Dominik Dingel > --- > target-s390x/kvm.c

[Qemu-devel] [PATCH] Enable async page faults

2013-07-09 Thread Dominik Dingel
S390 can also use async page faults, to enhance guest scheduling. But in the case of live migration we want to disable the feature and know if there are still notifications in flight. Signed-off-by: Dominik Dingel --- target-s390x/kvm.c | 42 ++ 1 file cha