Re: [Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-25 Thread Christian Borntraeger
On 08/11/2016 05:41 AM, Emilio G. Cota wrote: > On Thu, Aug 11, 2016 at 10:45:02 +0200, Igor Mammedov wrote: >> On Wed, 10 Aug 2016 17:19:48 +0200 >> Paolo Bonzini wrote: >>> The patch makes sense, but I think we don't need to call qht_reset_size >>> at all. >>> >>> tb_flush should not do anything

Re: [Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-11 Thread Emilio G. Cota
On Thu, Aug 11, 2016 at 10:45:02 +0200, Igor Mammedov wrote: > On Wed, 10 Aug 2016 17:19:48 +0200 > Paolo Bonzini wrote: > > The patch makes sense, but I think we don't need to call qht_reset_size > > at all. > > > > tb_flush should not do anything if using KVM. There are several ways to > > do t

Re: [Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-11 Thread Igor Mammedov
On Wed, 10 Aug 2016 17:19:48 +0200 Paolo Bonzini wrote: CCing original author, here is his varinat how to fix it https://www.mail-archive.com/qemu-devel@nongnu.org/msg391790.html > On 10/08/2016 03:05, Brent W. Baccala wrote: > > Hi - > > > > This is a bug report that includes a patch. My und

Re: [Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-10 Thread Paolo Bonzini
On 10/08/2016 03:05, Brent W. Baccala wrote: > Hi - > > This is a bug report that includes a patch. My understanding of your > submission guidelines in that it should go to qemu-devel and not to the bug > tracker. Sorry if I didn't understand your procedures. > > I'm running qemu-system-i386

Re: [Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-10 Thread Igor Mammedov
This fixes regression caused by commit 909eaac9bbc that I've reported today: "Re: [Qemu-devel] [PULL 14/15] tb hash: track translated blocks with qht" On Tue, 9 Aug 2016 15:05:36 -1000 "Brent W. Baccala" wrote: > Hi - > > This is a bug report that includes a patch. My understanding of your

[Qemu-devel] [PATCH] correctly handle resize of empty hash tree

2016-08-10 Thread Brent W. Baccala
Hi - This is a bug report that includes a patch. My understanding of your submission guidelines in that it should go to qemu-devel and not to the bug tracker. Sorry if I didn't understand your procedures. I'm running qemu-system-i386 built from the master branch from git:// git.qemu-project.org