qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: Fabien Chouteau <chouteau@adacore.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 1/6] Emulation of GRLIB GPTimer as defined in GRLIB IP Core User's Manual.
Date: Mon, 17 Jan 2011 19:45:13 +0000	[thread overview]
Message-ID: <AANLkTikzZdFrQnKeDxngc=MuUBY6dLO7eShVyfv63vTS@mail.gmail.com> (raw)
In-Reply-To: <4D342B4A.5040900@adacore.com>

On Mon, Jan 17, 2011 at 11:43 AM, Fabien Chouteau <chouteau@adacore.com> wrote:
> On 01/04/2011 07:46 PM, Blue Swirl wrote:
>>
>> On Mon, Jan 3, 2011 at 2:07 PM, Fabien Chouteau<chouteau@adacore.com>
>>  wrote:+}
>>>
>>> +static uint32_t grlib_gptimer_readl(void *opaque, target_phys_addr_t
>>> addr)
>>> +{
>>> +    GPTimerUnit *unit  = opaque;
>>> +    uint32_t     value = 0;
>>> +
>>> +    addr&= 0xff;
>>
>> Not needed.
>>
>
> When io-memory starts at 0x8000300 and its size is 48 bytes, Qemu gives me
> address like this one (for example):
>
> 0x320

Sorry, I was confused. This part is OK (except for the spacing).

  reply	other threads:[~2011-01-17 19:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03 14:06 [Qemu-devel] [PATCH v2 0/6] [RFC] New SPARC machine: Leon3 Fabien Chouteau
2011-01-03 14:07 ` [Qemu-devel] [PATCH v2 1/6] Emulation of GRLIB GPTimer as defined in GRLIB IP Core User's Manual Fabien Chouteau
2011-01-03 14:07   ` [Qemu-devel] [PATCH v2 2/6] Emulation of GRLIB IRQMP " Fabien Chouteau
2011-01-03 14:07     ` [Qemu-devel] [PATCH v2 3/6] Emulation of GRLIB APB UART " Fabien Chouteau
2011-01-03 14:07       ` [Qemu-devel] [PATCH v2 4/6] Header file for the GRLIB components Fabien Chouteau
2011-01-03 14:07         ` [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3 Fabien Chouteau
2011-01-03 14:07           ` [Qemu-devel] [PATCH v2 6/6] SPARCV8 asr17 register support Fabien Chouteau
2011-01-04 18:31             ` Blue Swirl
2011-01-04 18:56           ` [Qemu-devel] [PATCH v2 5/6] Emulation of Leon3 Blue Swirl
2011-01-17 16:01             ` Fabien Chouteau
2011-01-17 19:55               ` Blue Swirl
2011-01-04 19:04         ` [Qemu-devel] [PATCH v2 4/6] Header file for the GRLIB components Blue Swirl
2011-01-04 18:38       ` [Qemu-devel] [PATCH v2 3/6] Emulation of GRLIB APB UART as defined in GRLIB IP Core User's Manual Blue Swirl
2011-01-04 19:02     ` [Qemu-devel] [PATCH v2 2/6] Emulation of GRLIB IRQMP " Blue Swirl
2011-01-04 18:46   ` [Qemu-devel] [PATCH v2 1/6] Emulation of GRLIB GPTimer " Blue Swirl
2011-01-17 11:43     ` Fabien Chouteau
2011-01-17 19:45       ` Blue Swirl [this message]
2011-01-04 21:02 ` [Qemu-devel] [PATCH v2 0/6] [RFC] New SPARC machine: Leon3 Andreas Färber

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='AANLkTikzZdFrQnKeDxngc=MuUBY6dLO7eShVyfv63vTS@mail.gmail.com' \
    --to=blauwirbel@gmail.com \
    --cc=chouteau@adacore.com \
    --cc=qemu-devel@nongnu.org \
    /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 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).