All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Rolnik <mrolnik@gmail.com>
To: Richard Henderson <rth@twiddle.net>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores
Date: Sat, 2 Jul 2016 22:56:50 +0300	[thread overview]
Message-ID: <CAK4993h36Py2Wx7A_6PxMBtFvB+UBUAmdU0XADPPfUkDxOD_GA@mail.gmail.com> (raw)
In-Reply-To: <CAK4993jakvNJ56T0zMKzMXu-TNbLZUqgZSwd0oXDRVUHf67Zsg@mail.gmail.com>

for ADIW, SBIW instructions I modified address calculation.

On Sat, Jul 2, 2016 at 9:20 PM, Michael Rolnik <mrolnik@gmail.com> wrote:

> Hi Richard.
>
> I folded all my changes into prevous commits.
>
> 1. I meant EOR, which is actually XOR. Prevously it did not save the
> result into the register
> 2. my mistake I meant ORI and LDS and not ADIW, SBIW
> 3. when there is a call to tlb_fill for [0x0000: 0x0100) region it
>     a. sets env->fullwr
>     b. calls cpu_loop_exit_restore.
>     c. the whole block is retranslated and instead of st it generates
> helper_fullwr for each store within this TB.
>     d. helper_fullwr calls cpu_physical_memory_write
>     e. sample_io_write is called and register is changed since the whole
> thing is done from within a helper
>     f. this is tested.
>
>
> On Fri, Jul 1, 2016 at 10:09 PM, Richard Henderson <rth@twiddle.net>
> wrote:
>
>> On 07/01/2016 07:47 AM, Michael Rolnik wrote:
>>
>>> 5. translation bug fixes for ADIW, SBIW, XOR instructions
>>> 6. propper handling of cpu register writes though memory
>>>
>>
>> I don't see these changes in the patch set.
>>
>>
>> r~
>>
>
>
>
> --
> Best Regards,
> Michael Rolnik
>



-- 
Best Regards,
Michael Rolnik

  reply	other threads:[~2016-07-02 19:57 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-01 14:47 [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 01/10] target-avr: AVR cores support is added. 1. basic CPU structure 2. registers 3. no instructions 4. saving sreg, rampD, rampX, rampY, rampD, eind in HW representation saving cpu features Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 02/10] target-avr: adding AVR CPU features/flavors Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 03/10] target-avr: adding a sample AVR board Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 04/10] target-avr: adding instructions encodings Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 05/10] target-avr: adding AVR interrupt handling Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 06/10] target-avr: adding helpers for IN, OUT, SLEEP, WBR & unsupported instructions Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 07/10] target-avr: adding instruction decoder Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 08/10] target-avr: adding instruction translation Michael Rolnik
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 09/10] target-avr: updating translate.c to use instructions translation Michael Rolnik
2016-07-05 21:02   ` Peter Maydell
2016-07-01 14:47 ` [Qemu-devel] [PATCH v9 10/10] target-avr: decoder generator. currently not used by the build, can be used manually Michael Rolnik
2016-07-01 19:09 ` [Qemu-devel] [PATCH v9 00/10] 8bit AVR cores Richard Henderson
2016-07-02 18:20   ` Michael Rolnik
2016-07-02 19:56     ` Michael Rolnik [this message]
2016-07-05 18:15       ` Michael Rolnik
2016-07-05 19:54         ` Peter Maydell
2016-07-05 20:31           ` Michael Rolnik
2016-07-05 20:39             ` Peter Maydell
2016-07-05 21:51               ` Michael Rolnik
2016-07-05 21:04             ` Peter Maydell
2016-07-05 21:41               ` Michael Rolnik
2016-07-05 22:24                 ` Peter Maydell
2016-07-05 23:55                 ` Richard Henderson
2016-07-06  5:50                   ` Michael Rolnik
2016-07-06  9:19                   ` Peter Maydell
2016-07-06  9:36                     ` Michael Rolnik
2016-07-06  9:43                       ` Peter Maydell
2016-07-06  9:49                         ` Michael Rolnik
2016-07-06  9:54                           ` Peter Maydell
2016-07-06  9:58                             ` Michael Rolnik
2016-07-06  9:52                       ` Peter Maydell
2016-07-06  9:55                         ` Michael Rolnik
2016-07-06 10:03                           ` Peter Maydell
2016-07-06 10:04                             ` Michael Rolnik
2016-07-06 10:10                               ` Peter Maydell
2016-07-06 10:11                                 ` Michael Rolnik
2016-07-06 17:11                                   ` Michael Rolnik
2016-07-06 17:22                                     ` Peter Maydell
2016-07-06 17:22                                     ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2016-06-22  9:51 Michael Rolnik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK4993h36Py2Wx7A_6PxMBtFvB+UBUAmdU0XADPPfUkDxOD_GA@mail.gmail.com \
    --to=mrolnik@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.