mbox

[PULL,for-2.4,0/1] qxl: allow to specify head limit to qxl driver

Message ID 1437060862-8595-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150716-1

Message

Gerd Hoffmann July 16, 2015, 3:34 p.m. UTC
Hi,

A single spice patch, adding a new parameter to specify the number
of heads for qxl (assuming spice-server version is new enough).

please pull,
  Gerd

The following changes since commit 2d5ee9e7a7dd495d233cf9613a865f63f88e3375:

  Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into staging (2015-07-16 10:40:23 +0100)

are available in the git repository at:


  git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150716-1

for you to fetch changes up to 567161fdd47aeb6987e700702f6bbfef04ae0236:

  qxl: allow to specify head limit to qxl driver (2015-07-16 17:31:05 +0200)

----------------------------------------------------------------
qxl: allow to specify head limit to qxl driver

----------------------------------------------------------------
Frediano Ziglio (1):
      qxl: allow to specify head limit to qxl driver

 hw/display/qxl.c | 26 +++++++++++++++++++++-----
 hw/display/qxl.h |  3 +++
 2 files changed, 24 insertions(+), 5 deletions(-)

Comments

Peter Maydell July 16, 2015, 5:30 p.m. UTC | #1
On 16 July 2015 at 16:34, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> A single spice patch, adding a new parameter to specify the number
> of heads for qxl (assuming spice-server version is new enough).
>
> please pull,
>   Gerd
>
> The following changes since commit 2d5ee9e7a7dd495d233cf9613a865f63f88e3375:
>
>   Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into staging (2015-07-16 10:40:23 +0100)
>
> are available in the git repository at:
>
>
>   git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150716-1
>
> for you to fetch changes up to 567161fdd47aeb6987e700702f6bbfef04ae0236:
>
>   qxl: allow to specify head limit to qxl driver (2015-07-16 17:31:05 +0200)
>
> ----------------------------------------------------------------
> qxl: allow to specify head limit to qxl driver
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM