Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-06 Thread Maxime Coquelin
On 09/06/2016 04:24 AM, Michael S. Tsirkin wrote: On Mon, Sep 05, 2016 at 04:01:30PM -0300, Eduardo Habkost wrote: On Mon, Sep 05, 2016 at 02:26:30PM +0200, Paolo Bonzini wrote: On 02/09/2016 20:59, Eduardo Habkost wrote: While trying to fix the original bug in v1, another bug was fixed by a

Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-05 Thread Michael S. Tsirkin
On Mon, Sep 05, 2016 at 04:01:30PM -0300, Eduardo Habkost wrote: > On Mon, Sep 05, 2016 at 02:26:30PM +0200, Paolo Bonzini wrote: > > On 02/09/2016 20:59, Eduardo Habkost wrote: > > > While trying to fix the original bug in v1, another bug was fixed > > > by accident: TCG initialization of dirty_lo

Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-05 Thread Eduardo Habkost
On Mon, Sep 05, 2016 at 02:26:30PM +0200, Paolo Bonzini wrote: > On 02/09/2016 20:59, Eduardo Habkost wrote: > > While trying to fix the original bug in v1, another bug was fixed > > by accident: TCG initialization of dirty_log_mask was broken when > > using memory backends. > > > > The fix, on th

Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-05 Thread Paolo Bonzini
On 02/09/2016 20:59, Eduardo Habkost wrote: > While trying to fix the original bug in v1, another bug was fixed > by accident: TCG initialization of dirty_log_mask was broken when > using memory backends. > > The fix, on the other hand, broke vhost-user-test because it > relied on TCG, even thou

Re: [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-05 Thread Markus Armbruster
Eduardo Habkost writes: > While trying to fix the original bug in v1, another bug was fixed > by accident: TCG initialization of dirty_log_mask was broken when > using memory backends. > > The fix, on the other hand, broke vhost-user-test because it > relied on TCG, even though TCG is incompatibl

[Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends

2016-09-02 Thread Eduardo Habkost
While trying to fix the original bug in v1, another bug was fixed by accident: TCG initialization of dirty_log_mask was broken when using memory backends. The fix, on the other hand, broke vhost-user-test because it relied on TCG, even though TCG is incompatible with vhost. This new version chang