From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5XBk-0004uo-Gx for qemu-devel@nongnu.org; Thu, 18 Jun 2015 06:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5XBf-00088E-Dp for qemu-devel@nongnu.org; Thu, 18 Jun 2015 06:36:52 -0400 Received: from mail-yh0-f42.google.com ([209.85.213.42]:36449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5XBf-000882-AG for qemu-devel@nongnu.org; Thu, 18 Jun 2015 06:36:47 -0400 Received: by yhan67 with SMTP id n67so53097445yha.3 for ; Thu, 18 Jun 2015 03:36:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1434569795-10524-1-git-send-email-mst@redhat.com> References: <1434569795-10524-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Thu, 18 Jun 2015 11:36:26 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/10] virtio, pci fixes, enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 17 June 2015 at 20:38, Michael S. Tsirkin wrote: > OK things seem to be calming down nicely. > Here's to an uneventful 2.4! > > The following changes since commit 4ebc736e9938a7e88ecc785734b17145bf802a56: > > i386/acpi-build: fix PXB workarounds for unsupported BIOSes (2015-06-11 12:40:30 +0200) > > 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 e352ced61b6030232338de59fd3fc69633b0755b: > > vhost: enable vhost without without MSI-X (2015-06-17 21:27:40 +0200) > > ---------------------------------------------------------------- > virtio, pci fixes, enhancements > > Most notably this includes virtio cross-endian patches. > > Signed-off-by: Michael S. Tsirkin Hi. I'm afraid this fails to build for OSX: LINK arm-softmmu/qemu-system-arm Undefined symbols for architecture x86_64: "_tap_fd_set_vnet_be", referenced from: _tap_set_vnet_be in tap.o "_tap_fd_set_vnet_le", referenced from: _tap_set_vnet_le in tap.o thanks -- PMM