From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Fix users of xc_domain_getinfo() Date: Mon, 12 Aug 2013 18:31:41 +0100 Message-ID: <1376328703-30490-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel Cc: Andrew Cooper , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org xc_domain_getinfo() has an insane interface, so much so that most in-tree callers get it wrong. This series implements some fixes. It is RFC particularly to do with the issues of deprecating an API which is currently being used. Thoughts/suggestions appreciated. Signed-off-by: Andrew Cooper CC: Ian Campbell CC: Ian Jackson