From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yR0-000295-65 for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9yQw-0001La-0z for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yQv-0001LJ-RL for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:35:25 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 753DC50144 for ; Mon, 6 Jun 2016 17:35:25 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-64.ams2.redhat.com [10.36.112.64]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u56HZNDg025291 for ; Mon, 6 Jun 2016 13:35:24 -0400 From: Paolo Bonzini Date: Mon, 6 Jun 2016 19:35:09 +0200 Message-Id: <1465234520-11160-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/11] Misc changes for 2016-06-06 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 76462405809d29bab65a3699686998ba124ab942: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-1' into staging (2016-06-06 17:02:42 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to ada3d3ba63016bcd33c42f84bcc982a249768e36: avx2 configure: Use primitives in test (2016-06-06 19:18:34 +0200) ---------------------------------------------------------------- * max-ram-below-4g improvement (Gerd) * escc fix (xiaoqiang) * ESP fix (Prasad) * scsi-disk tweaks/fix (me) * PKGVERSION improvement (Fam) * -vnc man improvement (Robert) * AVX2 configure fixes (Dave) ---------------------------------------------------------------- First attempt using Docker testing, let's see if I'm better now at doing pull requests... Paolo Dr. David Alan Gilbert (2): Make avx2 configure test work with -O2 avx2 configure: Use primitives in test Fam Zheng (3): tests: Rename tests/Makefile to tests/Makefile.include Makefile: Add a "FORCE" target Makefile: Derive "PKGVERSION" from "git describe" by default Gerd Hoffmann (1): pc: allow raising low memory via max-ram-below-4g option Paolo Bonzini (2): scsi: mark TYPE_SCSI_DISK_BASE as abstract scsi-disk: add missing break Prasad J Pandit (1): scsi: esp: check TI buffer index before read/write Robert Ho (1): vnc: list the 'to' parameter of '-vnc' in the qemu man page xiaoqiang zhao (1): hw/char: QOM'ify escc.c (fix) Makefile | 26 +++++++++++++-- configure | 15 ++++++--- hw/char/escc.c | 12 ++++--- hw/i386/pc.c | 2 +- hw/i386/pc_piix.c | 61 +++++++++++++++++++++++------------- hw/scsi/esp.c | 20 ++++++------ hw/scsi/scsi-disk.c | 2 ++ linux-user/main.c | 1 + qemu-img.c | 1 + qemu-options.hx | 7 +++++ qmp.c | 1 + scripts/create_config | 4 --- tests/{Makefile => Makefile.include} | 0 util/cutils.c | 8 +---- vl.c | 1 + 15 files changed, 104 insertions(+), 57 deletions(-) rename tests/{Makefile => Makefile.include} (100%) -- 2.5.5