mbox

[PULL,0/3] hw/display: qomify vga cards

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

Pull-request

git://git.kraxel.org/qemu tags/pull-vga-20150519-1

Message

Gerd Hoffmann May 19, 2015, 10:44 a.m. UTC
Hi,

This little update qomifies the vga cards.

please pull,
  Gerd

The following changes since commit 62bf3df432d93fa6eb0f355c460d6d784b7cbc1a:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging (2015-05-18 20:23:16 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-vga-20150519-1

for you to fetch changes up to 176c324febd76d6f164347583f5af35b3cb4e5fb:

  vga-pci: QOMify (2015-05-19 11:40:01 +0200)

----------------------------------------------------------------
hw/display: qomify vga cards

----------------------------------------------------------------
Gonglei (3):
      cirrus_vga: QOMify
      qxl: QOMify
      vga-pci: QOMify

 hw/display/cirrus_vga.c |  8 ++++++--
 hw/display/qxl.c        | 44 ++++++++++++++++++++++++++------------------
 hw/display/qxl.h        |  3 +++
 hw/display/vga-pci.c    | 48 ++++++++++++++++++++++++++++++------------------
 4 files changed, 65 insertions(+), 38 deletions(-)

Comments

Peter Maydell May 19, 2015, 1:10 p.m. UTC | #1
On 19 May 2015 at 11:44, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> This little update qomifies the vga cards.
>
> please pull,
>   Gerd
>
> The following changes since commit 62bf3df432d93fa6eb0f355c460d6d784b7cbc1a:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150518-3' into staging (2015-05-18 20:23:16 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-vga-20150519-1
>
> for you to fetch changes up to 176c324febd76d6f164347583f5af35b3cb4e5fb:
>
>   vga-pci: QOMify (2015-05-19 11:40:01 +0200)
>
> ----------------------------------------------------------------
> hw/display: qomify vga cards
>

Applied, thanks.

-- PMM