* [Qemu-devel] [PULL 0/6] target-xtensa queue
@ 2013-07-29 15:16 Max Filippov
2013-08-05 19:12 ` Max Filippov
0 siblings, 1 reply; 3+ messages in thread
From: Max Filippov @ 2013-07-29 15:16 UTC (permalink / raw)
To: qemu-devel; +Cc: Blue Swirl, Max Filippov, Anthony Liguori
Hello Blue/Antony,
Please pull my current target-xtensa patch queue. There's a number of
assorted fixes, new testcase and performance optimization patch.
Changes since 2013-07-21: trivial rebase.
The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1:
Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500)
are available in the git repository at:
git://github.com/OSLL/qemu-xtensa.git tags/20130729-xtensa
for you to fetch changes up to 908c67fca4b2c12a9b2336aa9c188f84468b60b7:
target-xtensa: check register window inline (2013-07-29 18:35:45 +0400)
----------------------------------------------------------------
xtensa queue 2013-07-29
----------------------------------------------------------------
Andreas Färber (1):
tests/tcg/xtensa: Fix out-of-tree build
Max Filippov (5):
target-xtensa: add extui unit test
target-xtensa: add fallthrough markers
target-xtensa: avoid double-stopping at breakpoints
target-xtensa: don't generate dead code to access invalid SRs
target-xtensa: check register window inline
configure | 5 ++--
target-xtensa/cpu.h | 4 +++
target-xtensa/op_helper.c | 5 ++++
target-xtensa/translate.c | 67 ++++++++++++++++++++++++++++---------------
tests/tcg/xtensa/Makefile | 21 ++++++++------
tests/tcg/xtensa/test_extui.S | 26 +++++++++++++++++
6 files changed, 94 insertions(+), 34 deletions(-)
create mode 100644 tests/tcg/xtensa/test_extui.S
--
1.8.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/6] target-xtensa queue
2013-07-29 15:16 [Qemu-devel] [PULL 0/6] target-xtensa queue Max Filippov
@ 2013-08-05 19:12 ` Max Filippov
2013-08-05 20:15 ` Anthony Liguori
0 siblings, 1 reply; 3+ messages in thread
From: Max Filippov @ 2013-08-05 19:12 UTC (permalink / raw)
To: qemu-devel; +Cc: Blue Swirl, Max Filippov, Anthony Liguori
On Mon, Jul 29, 2013 at 7:16 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
> Hello Blue/Antony,
>
> Please pull my current target-xtensa patch queue. There's a number of
> assorted fixes, new testcase and performance optimization patch.
> Changes since 2013-07-21: trivial rebase.
Ping?
> The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1:
>
> Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500)
>
> are available in the git repository at:
>
> git://github.com/OSLL/qemu-xtensa.git tags/20130729-xtensa
>
> for you to fetch changes up to 908c67fca4b2c12a9b2336aa9c188f84468b60b7:
>
> target-xtensa: check register window inline (2013-07-29 18:35:45 +0400)
>
> ----------------------------------------------------------------
> xtensa queue 2013-07-29
>
> ----------------------------------------------------------------
> Andreas Färber (1):
> tests/tcg/xtensa: Fix out-of-tree build
>
> Max Filippov (5):
> target-xtensa: add extui unit test
> target-xtensa: add fallthrough markers
> target-xtensa: avoid double-stopping at breakpoints
> target-xtensa: don't generate dead code to access invalid SRs
> target-xtensa: check register window inline
>
> configure | 5 ++--
> target-xtensa/cpu.h | 4 +++
> target-xtensa/op_helper.c | 5 ++++
> target-xtensa/translate.c | 67 ++++++++++++++++++++++++++++---------------
> tests/tcg/xtensa/Makefile | 21 ++++++++------
> tests/tcg/xtensa/test_extui.S | 26 +++++++++++++++++
> 6 files changed, 94 insertions(+), 34 deletions(-)
> create mode 100644 tests/tcg/xtensa/test_extui.S
>
> --
> 1.8.1.4
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/6] target-xtensa queue
2013-08-05 19:12 ` Max Filippov
@ 2013-08-05 20:15 ` Anthony Liguori
0 siblings, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2013-08-05 20:15 UTC (permalink / raw)
To: Max Filippov, qemu-devel; +Cc: Blue Swirl
Max Filippov <jcmvbkbc@gmail.com> writes:
> On Mon, Jul 29, 2013 at 7:16 PM, Max Filippov <jcmvbkbc@gmail.com> wrote:
>> Hello Blue/Antony,
>>
>> Please pull my current target-xtensa patch queue. There's a number of
>> assorted fixes, new testcase and performance optimization patch.
>> Changes since 2013-07-21: trivial rebase.
>
> Ping?
Pulled. Thanks.
Regards,
Anthony Liguori
>
>> The following changes since commit fdc43322c978d78e79e692872dcec7b4f6a447f1:
>>
>> Merge remote-tracking branch 'sstabellini/xen-130729' into staging (2013-07-29 07:30:31 -0500)
>>
>> are available in the git repository at:
>>
>> git://github.com/OSLL/qemu-xtensa.git tags/20130729-xtensa
>>
>> for you to fetch changes up to 908c67fca4b2c12a9b2336aa9c188f84468b60b7:
>>
>> target-xtensa: check register window inline (2013-07-29 18:35:45 +0400)
>>
>> ----------------------------------------------------------------
>> xtensa queue 2013-07-29
>>
>> ----------------------------------------------------------------
>> Andreas Färber (1):
>> tests/tcg/xtensa: Fix out-of-tree build
>>
>> Max Filippov (5):
>> target-xtensa: add extui unit test
>> target-xtensa: add fallthrough markers
>> target-xtensa: avoid double-stopping at breakpoints
>> target-xtensa: don't generate dead code to access invalid SRs
>> target-xtensa: check register window inline
>>
>> configure | 5 ++--
>> target-xtensa/cpu.h | 4 +++
>> target-xtensa/op_helper.c | 5 ++++
>> target-xtensa/translate.c | 67 ++++++++++++++++++++++++++++---------------
>> tests/tcg/xtensa/Makefile | 21 ++++++++------
>> tests/tcg/xtensa/test_extui.S | 26 +++++++++++++++++
>> 6 files changed, 94 insertions(+), 34 deletions(-)
>> create mode 100644 tests/tcg/xtensa/test_extui.S
>>
>> --
>> 1.8.1.4
>
>
>
> --
> Thanks.
> -- Max
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-05 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 15:16 [Qemu-devel] [PULL 0/6] target-xtensa queue Max Filippov
2013-08-05 19:12 ` Max Filippov
2013-08-05 20:15 ` Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).