qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 16/47] Return path: Source handling of return


From: David Gibson
Subject: Re: [Qemu-devel] [PATCH v4 16/47] Return path: Source handling of return path
Date: Mon, 3 Nov 2014 14:47:46 +1100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Oct 16, 2014 at 04:26:55PM +0800, zhanghailiang wrote:
> On 2014/10/4 1:47, Dr. David Alan Gilbert (git) wrote:
> >From: "Dr. David Alan Gilbert" <address@hidden>
[snip]

> >+        case MIG_RPCOMM_ACK:
> >+            tmp32 = be32_to_cpup((uint32_t *)buf);
> >+            DPRINTF("RP: Received ACK 0x%x", tmp32);
> >+            atomic_xchg(&ms->rp_state.latest_ack, tmp32);
> 
> I didn't see *ms->rp_state.latest_ack* been used elsewhere, what's it used 
> for?;)

Also, you don't appear to use tmp32 after that point, so what's the
reason for the exchange, rather than just an assignment?

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: pgpk_HpGHp_Fc.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]