From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDtuw-0007KP-7U for qemu-devel@nongnu.org; Fri, 08 Mar 2013 04:48:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDtuq-0007z7-1u for qemu-devel@nongnu.org; Fri, 08 Mar 2013 04:48:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDtup-0007z2-QW for qemu-devel@nongnu.org; Fri, 08 Mar 2013 04:48:39 -0500 From: Stefan Hajnoczi Date: Fri, 8 Mar 2013 10:48:31 +0100 Message-Id: <1362736116-31460-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 22 February to 8 March 2013 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit 0bc472a9d6b80567c212023c5eae413f4dfb53ad: hw/nand.c: correct the sense of the BUSY/READY status bit (2013-03-07 09:27:11 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 5ccbb63abba9034b265a34282ccf4ae2164df501: osdep: replace setsockopt by qemu_setsockopt (2013-03-08 10:46:00 +0100) ---------------------------------------------------------------- Lei Li (2): Fix the wrong description in qemu manual osdep: replace setsockopt by qemu_setsockopt Michal Privoznik (1): configure: Require at least spice-protocol-0.12.3 Peter Maydell (1): pci_host: Drop write-only address_space field Stefan Berger (1): rng-random: Use qemu_open / qemu_close backends/rng-random.c | 4 ++-- configure | 2 +- hw/pci/pci_host.h | 1 - hw/piix_pci.c | 1 - hw/ppc/prep.c | 1 - qemu-options.hx | 2 +- util/osdep.c | 4 ++-- 7 files changed, 6 insertions(+), 9 deletions(-) -- 1.8.1.4