From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: libxl: locally attaching disk Date: Tue, 14 May 2013 16:41:47 +0200 Message-ID: <51924D2B.5010806@citrix.com> References: <4B45B535F7F6BE4CB1C044ED5115CDDE01541F4E95C5@LONPMAILBOX01.citrite.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B45B535F7F6BE4CB1C044ED5115CDDE01541F4E95C5@LONPMAILBOX01.citrite.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Thanos Makatos Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 14/05/13 15:42, Thanos Makatos wrote: > FYI modifying the "if (got == ds->wanted)" to "if (got >= ds->wanted)" in devstate_watch_callback (libxl_event.c) resolves the problem. Is this a correct solution or will it break stuff? (There are some checks missing). I don't think this is the right solution, see my reply to the other thread.