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(-)