mbox

[PULL,0/2] xtensa updates

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

Pull-request

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

Message

Max Filippov March 6, 2017, 10:37 p.m. UTC
Hi Peter,

please pull the following batch of updates for target/xtensa.

The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:

  Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)

are available in the git repository at:

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

for you to fetch changes up to cb3825b9afdb1800cef1be9c9a732c803d8bb29e:

  target/xtensa: add two missing headers to core import script (2017-02-23 10:50:56 -0800)

----------------------------------------------------------------
target/xtensa updates:

- instantiate local memories in xtensa sim machine;
- add two missing include files to xtensa core importing script.

----------------------------------------------------------------
Max Filippov (2):
      target/xtensa: sim: instantiate local memories
      target/xtensa: add two missing headers to core import script

 hw/xtensa/sim.c              |  40 ++++++++---
 target/xtensa/cpu.h          |  16 +++++
 target/xtensa/import_core.sh |   2 +
 target/xtensa/overlay_tool.h | 160 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 209 insertions(+), 9 deletions(-)

Comments

Peter Maydell March 7, 2017, 1:07 p.m. UTC | #1
On 6 March 2017 at 22:37, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hi Peter,
>
> please pull the following batch of updates for target/xtensa.
>
> The following changes since commit 10f25e4844cb9b3f02fb032f88051dd5b65b4206:
>
>   Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170222' into staging (2017-02-23 09:59:40 +0000)
>
> are available in the git repository at:
>
>   git://github.com/OSLL/qemu-xtensa.git tags/20170306-xtensa
>
> for you to fetch changes up to cb3825b9afdb1800cef1be9c9a732c803d8bb29e:
>
>   target/xtensa: add two missing headers to core import script (2017-02-23 10:50:56 -0800)
>
> ----------------------------------------------------------------
> target/xtensa updates:
>
> - instantiate local memories in xtensa sim machine;
> - add two missing include files to xtensa core importing script.
>
> ----------------------------------------------------------------
> Max Filippov (2):
>       target/xtensa: sim: instantiate local memories
>       target/xtensa: add two missing headers to core import script
>

Applied, thanks.

-- PMM