[Qemu-devel] [PULL 0/2] xtensa updates

Max Filippov posted 2 patches 7 years, 1 month ago
Only 0 patches received!
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(-)
[Qemu-devel] [PULL 0/2] xtensa updates
Posted by Max Filippov 7 years, 1 month ago
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(-)

-- 
Thanks.
-- Max

Re: [Qemu-devel] [PULL 0/2] xtensa updates
Posted by Peter Maydell 7 years, 1 month ago
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