Re: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement

2016-11-12 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement Message-id

Re: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement

2016-11-09 Thread Alex Bennée
Paolo Bonzini writes: > On 09/11/2016 15:57, Alex Bennée wrote: >> The one outstanding question is how to deal with the TLB flush >> semantics of the various guest architectures. Currently flushes to >> other vCPUs will happen at the end of their currently executing >> Translation Block which co

Re: [Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement

2016-11-09 Thread Paolo Bonzini
On 09/11/2016 15:57, Alex Bennée wrote: > The one outstanding question is how to deal with the TLB flush > semantics of the various guest architectures. Currently flushes to > other vCPUs will happen at the end of their currently executing > Translation Block which could mean the originating vCPU

[Qemu-devel] [PATCH v6 00/19] Remaining MTTCG Base patches and ARM enablement

2016-11-09 Thread Alex Bennée
Hi, A chunk of the MTTCG work was merged for 2.8 so this constitutes what is left for the next cycle. The changes are minor except for a new patch to reduce BQL contention on ARM during yield/wfi instructions. I've also taken the time to update the design document which now covers all the solutio