From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLIlw-0002bb-1u for qemu-devel@nongnu.org; Fri, 31 Jul 2015 18:27:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLIlr-00048A-9T for qemu-devel@nongnu.org; Fri, 31 Jul 2015 18:27:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLIlr-000480-45 for qemu-devel@nongnu.org; Fri, 31 Jul 2015 18:27:19 -0400 From: John Snow Date: Fri, 31 Jul 2015 18:27:13 -0400 Message-Id: <1438381635-11949-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PULL for-2.4 0/2] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, jsnow@redhat.com The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688: bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100) are available in the git repository at: https://github.com/jnsnow/qemu.git tags/ide-pull-request for you to fetch changes up to 91ced514461e1a533bfb9e2eea32bd7df678b1cd: ahci: fix ICC mask definition (2015-07-31 16:39:20 -0400) ---------------------------------------------------------------- Hopefully the last two minor fixes from me for 2.4. There's a mapping leak in MacIO, but I think given the timeframe that this is 2.4.1/2.5 work. The first fixes TRIM support for MacIO which we accidentally culled, and the second quiets a Clang analysis warning. ---------------------------------------------------------------- Aurelien Jarno (1): macio: re-add TRIM support John Snow (1): ahci: fix ICC mask definition hw/ide/ahci.h | 2 +- hw/ide/macio.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) -- 2.1.0