From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwJ0-0005UQ-3B for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDwIv-00046H-Qj for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDwIv-00046D-Iw for qemu-devel@nongnu.org; Fri, 08 Mar 2013 07:21:41 -0500 From: Stefan Hajnoczi Date: Fri, 8 Mar 2013 13:21:27 +0100 Message-Id: <1362745295-16398-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 v2 0/8] 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 I misplaced some patches by accident, this is the fixed pull request. 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 db2d5eba652ecb7420ac4ef79fc747ef391ad0d9: Fix the wrong description in qemu manual (2013-03-08 13:15:27 +0100) ---------------------------------------------------------------- Cole Robinson (1): rtc-test: Fix test failures with recent glib Jan Kiszka (1): configure: Create link to icon bitmap for out-of-tree builds Lei Li (2): osdep: replace setsockopt by qemu_setsockopt Fix the wrong description in qemu manual Michal Privoznik (1): configure: Require at least spice-protocol-0.12.3 Paolo Bonzini (1): lm32: remove unused function 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 | 3 ++- hw/milkymist-hw.h | 16 ---------------- hw/pci/pci_host.h | 1 - hw/piix_pci.c | 1 - hw/ppc/prep.c | 1 - qemu-options.hx | 2 +- tests/rtc-test.c | 4 ++-- util/osdep.c | 4 ++-- 9 files changed, 9 insertions(+), 27 deletions(-) -- 1.8.1.4