From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THD8M-0005lp-Qn for qemu-devel@nongnu.org; Thu, 27 Sep 2012 08:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THD8I-0005re-S3 for qemu-devel@nongnu.org; Thu, 27 Sep 2012 08:24:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THD8I-0005rR-HC for qemu-devel@nongnu.org; Thu, 27 Sep 2012 08:23:58 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8RCNvsJ020108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 08:23:57 -0400 From: Gerd Hoffmann Date: Thu, 27 Sep 2012 14:23:51 +0200 Message-Id: <1348748634-16665-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] console cleanup patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Initial small console cleanup patches, broken out of the fbdev patch series. cheers, Gerd Gerd Hoffmann (3): console: QLIST-ify display change listeners. console: add unregister_displaychangelistener console: move set_mouse + cursor_define callbacks console.c | 2 +- console.h | 119 ++++++++++++++++++++++++++++++++++++---------------- hw/jazz_led.c | 2 +- hw/qxl-render.c | 2 +- hw/vga.c | 10 ++-- hw/vmware_vga.c | 11 +++-- hw/xenfb.c | 2 +- ui/sdl.c | 8 ++-- ui/spice-display.c | 4 +- ui/vnc.c | 8 ++-- vl.c | 38 +++++++++++------ 11 files changed, 132 insertions(+), 74 deletions(-)