Re: [Qemu-devel] [PATCH 0/3] qht fixes

2016-10-06 Thread Paolo Bonzini
On 06/10/2016 00:34, Emilio G. Cota wrote: > Patch 1 fixes a warning that gcc may unnecessarily emit. > > Patch 2 fixes a real bug that sometimes shows up as a segfault in test-qht. > Daniel reported it yesterday on IRC; the trick to easily trigger it is to > run on RHEL6 (or CentOS6). > It is v

Re: [Qemu-devel] [PATCH 0/3] qht fixes

2016-10-06 Thread Dr. David Alan Gilbert
* Emilio G. Cota (c...@braap.org) wrote: > Patch 1 fixes a warning that gcc may unnecessarily emit. > > Patch 2 fixes a real bug that sometimes shows up as a segfault in test-qht. > Daniel reported it yesterday on IRC; the trick to easily trigger it is to > run on RHEL6 (or CentOS6). > It is very

[Qemu-devel] [PATCH 0/3] qht fixes

2016-10-05 Thread Emilio G. Cota
Patch 1 fixes a warning that gcc may unnecessarily emit. Patch 2 fixes a real bug that sometimes shows up as a segfault in test-qht. Daniel reported it yesterday on IRC; the trick to easily trigger it is to run on RHEL6 (or CentOS6). It is very likely that this is the test-qht failure that Peter r