From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGiAu-00086h-8k for qemu-devel@nongnu.org; Tue, 25 Sep 2012 23:20:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGiAt-0005kx-Ce for qemu-devel@nongnu.org; Tue, 25 Sep 2012 23:20:36 -0400 Received: from ozlabs.org ([203.10.76.45]:47581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGiAt-0005jR-1Z for qemu-devel@nongnu.org; Tue, 25 Sep 2012 23:20:35 -0400 From: David Gibson Date: Wed, 26 Sep 2012 13:21:12 +1000 Message-Id: <1348629678-13182-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [0/6] Fill gaps in savevm support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org This is a series of fairly straightforward patches to fix some fairly obvious gaps in the set of helpers for VMStateDescription buffers. These just extend existing practice to some data types that didn't yet have helper functions, presumably because there were not yet any users. I have draft savevm support for the pseries machine in the works which need the various extensions here.