Re: [Qemu-devel] [RFC 0/3] Move notdirty handling to cputlb

2019-09-18 Thread David Hildenbrand
On 18.09.19 07:26, Richard Henderson wrote: > RFC because this doesn't work, and I don't quite understand why. > The only failing test is {i386,x86_64} pxe-test -- the other > migration tests that use notdirty all pass. > > Note that if you try to reproduce this on x86, you'll likely > have to --d

Re: [Qemu-devel] [RFC 0/3] Move notdirty handling to cputlb

2019-09-18 Thread Paolo Bonzini
On 18/09/19 07:26, Richard Henderson wrote: > RFC because this doesn't work, and I don't quite understand why. > The only failing test is {i386,x86_64} pxe-test -- the other > migration tests that use notdirty all pass. > > Note that if you try to reproduce this on x86, you'll likely > have to --d

[Qemu-devel] [RFC 0/3] Move notdirty handling to cputlb

2019-09-17 Thread Richard Henderson
RFC because this doesn't work, and I don't quite understand why. The only failing test is {i386,x86_64} pxe-test -- the other migration tests that use notdirty all pass. Note that if you try to reproduce this on x86, you'll likely have to --disable-kvm, as otherwise the pxe-test will skip tcg. An