[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 0/4] spapr:DRC cleanups (part I)
From: |
Bharata B Rao |
Subject: |
Re: [Qemu-ppc] [PATCH 0/4] spapr:DRC cleanups (part I) |
Date: |
Thu, 1 Jun 2017 09:36:46 +0530 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Thu, Jun 01, 2017 at 11:52:14AM +1000, David Gibson wrote:
> The code managing DRCs[0] has quite a few things that are more
> complicated than they need to be. In particular the object
> representing a DRC has a bunch of method pointers, despite the fact
> that there are currently no subclasses, and even if there were the
> method implementations would be unlikely to differ.
So you are getting rid of a few methods. How about other methods ?
Specially attach and detach which have incorporated all the logic needed
to handle logical and physical DRs into their implementations ?
Guess these will be follow in subequent parts ?
Regards,
Bharata.