From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3hSp-0007EP-JU for qemu-devel@nongnu.org; Mon, 07 Nov 2016 05:47:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3hSo-0004ja-MU for qemu-devel@nongnu.org; Mon, 07 Nov 2016 05:47:43 -0500 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:47500) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3hSo-0004hx-Fi for qemu-devel@nongnu.org; Mon, 07 Nov 2016 05:47:42 -0500 From: Peter Maydell Date: Mon, 7 Nov 2016 10:47:29 +0000 Message-Id: <1478515653-6361-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/4] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Hajnoczi Hi; here's the last target-arm pull request before I go off on holiday -- four fairly minor bug fixes. Hopefully it merges without problems, because I won't be around tomorrow to do a respin :-) thanks -- PMM The following changes since commit 9226682a401f34b10fd79dfe17ba334da0800747: Merge remote-tracking branch 'sstabellini/tags/xen-20161102-tag' into staging (2016-11-04 09:26:24 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20161107 for you to fetch changes up to 9706e0162d2405218fd7376ffdf13baed8569a4b: hw/i2c/bitbang_i2c: Handle NACKs from devices (2016-11-07 10:01:15 +0000) ---------------------------------------------------------------- target-arm queue: * bitbang_i2c: Handle NACKs from devices * Fix corruption of CPSR when SCTLR.EE is set * nvic: set pending status for not active interrupts * char: cadence: check baud rate generator and divider values ---------------------------------------------------------------- Julian Brown (1): Fix corruption of CPSR when SCTLR.EE is set Marcin Krzeminski (1): nvic: set pending status for not active interrupts Peter Maydell (1): hw/i2c/bitbang_i2c: Handle NACKs from devices Prasad J Pandit (1): char: cadence: check baud rate generator and divider values hw/char/cadence_uart.c | 15 +++++++++++++++ hw/i2c/bitbang_i2c.c | 19 +++++++++++++++---- hw/intc/arm_gic.c | 22 ++++++++++++++++++++-- target-arm/helper.c | 2 +- 4 files changed, 51 insertions(+), 7 deletions(-)