Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2019-03-20 Thread Alex Bennée
Paolo Bonzini writes: > On 30/10/2018 13:21, Alex Bennée wrote: >> >> Paolo Bonzini writes: >> >>> This is a race that can happen when migrating TCG guests under load. >>> It was introduced by the change to run vCPUs outside the big QEMU >>> lock. >> >> Did this ever get re-spun? > > No, the i

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-10-30 Thread Paolo Bonzini
On 30/10/2018 13:21, Alex Bennée wrote: > > Paolo Bonzini writes: > >> This is a race that can happen when migrating TCG guests under load. >> It was introduced by the change to run vCPUs outside the big QEMU >> lock. > > Did this ever get re-spun? No, the issue is that *without MTTCG* all wor

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-10-30 Thread Alex Bennée
Paolo Bonzini writes: > This is a race that can happen when migrating TCG guests under load. > It was introduced by the change to run vCPUs outside the big QEMU > lock. Did this ever get re-spun? -- Alex Bennée

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-13 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > This is a race that can happen when migrating TCG guests under load. > It was introduced by the change to run vCPUs outside the big QEMU lock. That does seem to fix the case I was seeing on x86; rmmod kvm-intel taskset -c 0 bash export QTEST_QEMU_BIN

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-09 Thread Dr. David Alan Gilbert
* Paolo Bonzini (pbonz...@redhat.com) wrote: > This is a race that can happen when migrating TCG guests under load. > It was introduced by the change to run vCPUs outside the big QEMU lock. I can't yet confirming this fixes it; my test on the ARM box I was using are doing ... odd things - I've got

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-09 Thread no-reply
Hi, This series failed build test on ppcle host. Please find the details below. Type: series Message-id: 20180209104546.29401-1-pbonz...@redhat.com Subject: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-09 Thread no-reply
Hi, This series failed build test on ppcbe host. Please find the details below. Subject: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG Message-id: 20180209104546.29401-1-pbonz...@redhat.com Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked

Re: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-09 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180209104546.29401-1-pbonz...@redhat.com Subject: [Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked

[Qemu-devel] [PATCH 0/4] tcg: fix dirty bitmap race with MTTCG

2018-02-09 Thread Paolo Bonzini
This is a race that can happen when migrating TCG guests under load. It was introduced by the change to run vCPUs outside the big QEMU lock. Paolo Bonzini (4): memory: remove memory_region_test_and_clear_dirty memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot memory