From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxeLq-00082A-Un for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:48:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxeLp-0007SZ-OM for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:48:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxeLp-0007SN-Ar for qemu-devel@nongnu.org; Thu, 10 Mar 2011 06:48:17 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2ABmFcM030825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Mar 2011 06:48:15 -0500 From: Juan Quintela Date: Thu, 10 Mar 2011 12:47:36 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 00/32] VMState port of misc devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi This are the devices that conversion was trivial. Series is on top of my previous series: [PATCH 0/9] VMState infrastructure All coments from Blue Swirl have been addressed (thanks for them). Change for PCI Device from Isazu was not implemented because I can test that it work. I like the change but would prefer it to be independent of this series Later, Juan. Juan Quintela (32): vmstate: port adb_kbd vmstate: port adb_mouse vmstate: port ads7846 vmstate: port m48t59 vmstate: port mipsnet vmstate: port arm sp804 vmstate: port arm_timer vmstate: port sysborg_timer vmstate: port pmtimer vmstate: port syborg_rtc vmstate: port pxa2xx_keypad vmstate: port pl011 vmstate: port armv7m nvic vmstate: port stellaris i2c vmstate: port stellaris ssi bus vmstate: port stellaris sys vmstate: port pl022 ssp vmstate: port heathrow_pic vmstate: port cuda vmstate: port stellaris gptm vmstate: port pxa2xx_i2s vmstate: port pxa2xx_cm vmstate: port pxa2xx_mm vmstate: port pxa2xx_pm vmstate: port ppce500_pci vmstate: port ppc4xx_pci vmstate: port syborg_pointer vmstate: port stellaris_adc vmstate: port syborg_serial vmstate: port syborg_keyboard vmstate: port stellaris gamepad vmstate: stellaris use unused for placeholder entries hw/adb.c | 83 +++++--------- hw/ads7846.c | 41 +++---- hw/arm_timer.c | 66 ++++------- hw/armv7m_nvic.c | 39 ++---- hw/cuda.c | 116 +++++++----------- hw/heathrow_pic.c | 62 ++++------ hw/hw.h | 17 ++- hw/m48t59.c | 36 ++---- hw/mipsnet.c | 53 +++------ hw/pl011.c | 76 ++++-------- hw/pl022.c | 84 ++++++-------- hw/ppc4xx_pci.c | 80 ++++++------- hw/ppce500_pci.c | 87 ++++++-------- hw/ptimer.c | 59 +++------- hw/pxa2xx.c | 158 +++++++++---------------- hw/pxa2xx_keypad.c | 53 +++------ hw/stellaris.c | 323 +++++++++++++++++--------------------------------- hw/stellaris_input.c | 50 ++++---- hw/syborg_keyboard.c | 57 +++------ hw/syborg_pointer.c | 73 +++++------- hw/syborg_rtc.c | 34 ++---- hw/syborg_serial.c | 60 +++------- hw/syborg_timer.c | 46 +++----- qemu-timer.h | 2 - 24 files changed, 654 insertions(+), 1101 deletions(-) -- 1.7.4