mbox

[PULL,for,2.9,0/2] target/xtensa fixes

Message ID 1489774711-27746-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://github.com/OSLL/qemu-xtensa.git tags/20170317-xtensa

Message

Max Filippov March 17, 2017, 6:18 p.m. UTC
Hi Peter,

please pull the following two fixes for the target/xtensa.

The following changes since commit dd4d2578215cd380f40a38028a9904e15b135ef3:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170309-1' into staging (2017-03-09 13:16:05 +0000)

are available in the git repository at:

  git://github.com/OSLL/qemu-xtensa.git tags/20170317-xtensa

for you to fetch changes up to f289bb091e6876df2e0e3481cb414c277695a405:

  target/xtensa: fix semihosting argc/argv implementation (2017-03-11 14:59:03 -0800)

----------------------------------------------------------------
target/xtensa fixes for 2.9:

- fix build failure when FDT support is not enabled;
- correctly pass command line arguments to semihosting guests.

----------------------------------------------------------------
Max Filippov (2):
      target/xtensa: xtfpga: load DTB only when FDT support is enabled
      target/xtensa: fix semihosting argc/argv implementation

 hw/xtensa/xtfpga.c          |  9 +++++++++
 target/xtensa/xtensa-semi.c | 49 +++++++++++++++++++++++++++++++++------------
 2 files changed, 45 insertions(+), 13 deletions(-)

Comments

Peter Maydell March 18, 2017, 6:21 p.m. UTC | #1
On 17 March 2017 at 18:18, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull the following two fixes for the target/xtensa.
>
> The following changes since commit dd4d2578215cd380f40a38028a9904e15b135ef3:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170309-1' into staging (2017-03-09 13:16:05 +0000)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20170317-xtensa
>
> for you to fetch changes up to f289bb091e6876df2e0e3481cb414c277695a405:
>
>   target/xtensa: fix semihosting argc/argv implementation (2017-03-11 14:59:03 -0800)
>
> ----------------------------------------------------------------
> target/xtensa fixes for 2.9:
>
> - fix build failure when FDT support is not enabled;
> - correctly pass command line arguments to semihosting guests.
>
> ----------------------------------------------------------------
> Max Filippov (2):
>       target/xtensa: xtfpga: load DTB only when FDT support is enabled
>       target/xtensa: fix semihosting argc/argv implementation
>
>  hw/xtensa/xtfpga.c          |  9 +++++++++
>  target/xtensa/xtensa-semi.c | 49 +++++++++++++++++++++++++++++++++------------
>  2 files changed, 45 insertions(+), 13 deletions(-)

Applied, thanks.

-- PMM