From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMahW-00049e-Qj for qemu-devel@nongnu.org; Thu, 19 Sep 2013 05:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMahP-0003XQ-CF for qemu-devel@nongnu.org; Thu, 19 Sep 2013 05:39:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMahP-0003X5-5B for qemu-devel@nongnu.org; Thu, 19 Sep 2013 05:38:59 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8J9cw2s029209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 Sep 2013 05:38:58 -0400 From: Gerd Hoffmann Date: Thu, 19 Sep 2013 11:38:50 +0200 Message-Id: <1379583534-7831-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the spice patch queue. It elimitates qxl dependency on TARGET_PAGE_SIZE, so qemu can enter the "compile-once" pool. please pull, Gerd The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79: Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v74 for you to fetch changes up to 521e759cf1ca05fc59a8653e48f18f830edbda7e: qxl: compile only once (2013-09-18 11:13:29 +0200) ---------------------------------------------------------------- Gerd Hoffmann (4): qxl: define qxl operating on 4k pages qxl: simplify qxl_rom_size qxl: simplify page dirtying qxl: compile only once hw/display/Makefile.objs | 3 +-- hw/display/qxl.c | 12 +++++------- hw/display/qxl.h | 3 +++ 3 files changed, 9 insertions(+), 9 deletions(-)