From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7Iuc-0000yf-1a for qemu-devel@nongnu.org; Tue, 23 Jun 2015 03:46:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7Iub-0007hM-8n for qemu-devel@nongnu.org; Tue, 23 Jun 2015 03:46:29 -0400 Sender: Paolo Bonzini Message-ID: <55890ECC.9040305@redhat.com> Date: Tue, 23 Jun 2015 09:46:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1435024385-9084-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1435024385-9084-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] fix two overflow problems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, mst@redhat.com On 23/06/2015 03:53, arei.gonglei@huawei.com wrote: > From: Gonglei > > > Gonglei (2): > virito-pci: fix OVERRUN problem > qdev: fix OVERFLOW_BEFORE_WIDEN > > hw/core/qdev-properties.c | 2 +- > hw/virtio/virtio-pci.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > I queued these two patches in case the maintainers do not pick them up quickly. Paolo