From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpaDh-0007C0-Vt for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:09:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpaDf-0003Kc-9r for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:09:13 -0400 Received: from mail-vk0-f47.google.com ([209.85.213.47]:35632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpaDf-0003KY-5e for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:09:11 -0400 Received: by vkfw189 with SMTP id w189so61998915vkf.2 for ; Fri, 23 Oct 2015 04:09:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1445542623-31107-1-git-send-email-mst@redhat.com> References: <1445542623-31107-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Fri, 23 Oct 2015 12:08:51 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL] vhost: build fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 22 October 2015 at 20:37, Michael S. Tsirkin wrote: > The following changes since commit 3c23402d4032f69af44a87fdb8019ad3229a4f31: > > hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNT (2015-10-22 14:39:09 +0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to 7f4a930e64b9e69cd340395a7e4f0494aef4fcdd: > > vhost-user: fix up rhel6 build (2015-10-22 22:34:59 +0300) > > ---------------------------------------------------------------- > vhost: build fix > > Fix build breakages when using older gcc. > > Signed-off-by: Michael S. Tsirkin > > ---------------------------------------------------------------- > Michael S. Tsirkin (1): > vhost-user: fix up rhel6 build > > hw/virtio/vhost-user.c | 48 ++++++++++++++++++++++++------------------------ > 1 file changed, 24 insertions(+), 24 deletions(-) Applied, thanks. -- PMM