From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My1YD-000298-LN for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:57:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My1Y8-00027E-3h for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:57:48 -0400 Received: from [199.232.76.173] (port=47806 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My1Y7-000278-PR for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:57:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42694) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My1Y6-0008Gy-EG for qemu-devel@nongnu.org; Wed, 14 Oct 2009 06:57:43 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9EAvfe2022772 for ; Wed, 14 Oct 2009 06:57:41 -0400 From: Juan Quintela Date: Wed, 14 Oct 2009 12:57:12 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Port usb-uhci to VMState List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 1st add num_ports to UCHIState Then port it to VMSTate. Just mechanical translation. Juan Quintela (2): usb-uhci: Add num_ports_vmstate to UHCIState usb-uhci: port to vmstate hw/usb-uhci.c | 85 +++++++++++++++++++++++++-------------------------------- 1 files changed, 37 insertions(+), 48 deletions(-)