From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqqJY-0006Uv-Ka for qemu-devel@nongnu.org; Fri, 08 May 2015 18:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqqJU-0005Xu-Ks for qemu-devel@nongnu.org; Fri, 08 May 2015 18:00:12 -0400 From: Michael Tokarev Date: Sat, 9 May 2015 01:00:00 +0300 Message-Id: Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 2015-05-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Michael Tokarev Here's a next trivial-patches tree pull request. There aren't many patches this time, but one of them (replacing assert with g_assert) is a build fix. Please consider applying. Thanks, /mjt The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979: hw/ptimer: Do not artificially limit timers when using icount (2015-05-08 17:15:23 +1000) are available in the git repository at: git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-05-09 for you to fetch changes up to 0caef8f6df4a9426bd6333ab843ce51ce005d7d0: docs: update BLOCK_IMAGE_CORRUPTED documentation (2015-05-08 14:11:10 +0300) ---------------------------------------------------------------- trivial patches for 2015-05-09 ---------------------------------------------------------------- Alberto Garcia (1): docs: update BLOCK_IMAGE_CORRUPTED documentation Gonglei (1): xhci: remove unused code Michael Tokarev (1): glib-compat.h: change assert to g_assert Thomas Huth (1): Remove various unused functions zhanghailiang (1): sheepdog: fix resource leak with sd_snapshot_create backends/tpm.c | 11 ----------- block/sheepdog.c | 1 + docs/qmp/qmp-events.txt | 5 +++-- hw/usb/hcd-xhci.c | 1 - include/glib-compat.h | 6 +++--- include/sysemu/iothread.h | 1 - include/sysemu/tpm_backend_int.h | 2 -- iothread.c | 12 ------------ qapi/block-core.json | 2 +- 9 files changed, 8 insertions(+), 33 deletions(-)