From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1belZu-0002hc-VI for qemu-devel@nongnu.org; Tue, 30 Aug 2016 12:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1belZq-0007Ut-OE for qemu-devel@nongnu.org; Tue, 30 Aug 2016 12:07:57 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:35734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1belZq-0007Ul-HY for qemu-devel@nongnu.org; Tue, 30 Aug 2016 12:07:54 -0400 Received: by mail-wm0-x244.google.com with SMTP id i5so3812689wmg.2 for ; Tue, 30 Aug 2016 09:07:54 -0700 (PDT) Received: from 640k.lan (dynamic-adsl-78-12-240-23.clienti.tiscali.it. [78.12.240.23]) by smtp.gmail.com with ESMTPSA id g184sm19383427wme.15.2016.08.30.09.07.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Aug 2016 09:07:52 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 30 Aug 2016 18:07:50 +0200 Message-Id: <1472573270-87099-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL v2 0/2] Last minute changes for 2.7.0-rc5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 135a972b45203ba992afc99ef4f061be8a5acae0: translate: early exit in tb_flush if there is no tcg (2016-08-30 13:30:55 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 336d5881a927cd80e8c0ff61c7f76b1433f91bb0: optionrom: cope with multiple -O options (2016-08-30 16:28:46 +0200) ---------------------------------------------------------------- * pc-bios/optionrom/Makefile fix for -O0 * revert socket_connect change ---------------------------------------------------------------- Paolo Bonzini (2): Revert "Change net/socket.c to use socket_*() functions" optionrom: cope with multiple -O options net/socket.c | 55 +++++++++++++++++++++++----------------------- pc-bios/optionrom/Makefile | 5 +---- 2 files changed, 29 insertions(+), 31 deletions(-) -- 1.8.3.1