From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEbqp-00016c-Sj for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEbqk-0005my-Qv for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:24:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEbqk-0005mr-FU for qemu-devel@nongnu.org; Mon, 13 Jul 2015 07:24:42 -0400 References: <1436439674-51226-1-git-send-email-cornelia.huck@de.ibm.com> <20150713110144.6b6befae.cornelia.huck@de.ibm.com> <55A39077.1060208@redhat.com> <20150713142240-mutt-send-email-mst@redhat.com> From: Paolo Bonzini Message-ID: <55A39FF5.9000408@redhat.com> Date: Mon, 13 Jul 2015 13:24:37 +0200 MIME-Version: 1.0 In-Reply-To: <20150713142240-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.4] qdev: fix 64 bit properties List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Cornelia Huck , qemu-devel@nongnu.org, kraxel@redhat.com On 13/07/2015 13:23, Michael S. Tsirkin wrote: > On Mon, Jul 13, 2015 at 12:18:31PM +0200, Paolo Bonzini wrote: >> >> >> On 13/07/2015 11:01, Cornelia Huck wrote: >>> On Thu, 9 Jul 2015 13:01:14 +0200 >>> Cornelia Huck wrote: >>> >>>> 64 bit props used 32 bit callbacks in two places, leading to broken >>>> feature bits on virtio (example: got 0x31000000000006d4 which is >>>> obviously bogus). Fix this. >>>> >>>> Fixes: fdba6d96 ("qdev: add 64bit properties") >>>> Signed-off-by: Cornelia Huck >>>> --- >>>> hw/core/qdev-properties.c | 2 +- >>>> include/hw/qdev-properties.h | 2 +- >>>> 2 files changed, 2 insertions(+), 2 deletions(-) >>> >>> Ping? I think this should go into 2.4-rc1. >> >> I'll queue it. >> >> Paolo > > No need, I already have it queued. Want to send an ack? Sure, Acked-by: Paolo Bonzini