From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtaaw-0002ES-AK for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:03:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtaat-0005Mb-IT for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:03:38 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:55443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtaat-00057N-00 for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:03:35 -0500 Received: by mail-we0-f173.google.com with SMTP id h12so3839005wer.4 for ; Sat, 04 Feb 2012 00:03:34 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 4 Feb 2012 09:03:29 +0100 Message-Id: <1328342612-25826-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Remove PROP_PTR, part 2/4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Part 1 is OMAP and is included in the qdev series. This one covers devices that should never have used PROP_PTR in the first place. The other parts will have to wait for QOMification of buses and CPUs. Paolo Bonzini (3): smbus: fix writes smbus_eeprom: remove PTR property vmmouse: replace PROP_PTR property with gpio pin to i8042 hw/pc.c | 7 +++---- hw/pc.h | 1 - hw/pckbd.c | 7 +++++-- hw/smbus.c | 11 +++++++---- hw/smbus.h | 4 ++-- hw/smbus_eeprom.c | 39 +++++++++++++++++++++------------------ hw/vmmouse.c | 11 +++-------- 7 files changed, 41 insertions(+), 39 deletions(-) -- 1.7.7.6