mbox

[PULL] qemu-sparc update

Message ID 20140923221126.GA13410@kentang.lan
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

Message

Mark Cave-Ayland Sept. 23, 2014, 10:11 p.m. UTC
Hi Peter,

This update contains the TCX framebuffer hardware acceleration patch for sun4m. Please pull.


ATB,

Mark.


The following changes since commit 769188d3bbf95ce8d96a335624234dad083f4db6:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into staging (2014-09-23 14:43:47 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to 55d7bfe2293c854a1ddb54ca00672b7b8e3eebbb:

  tcx: Implement hardware acceleration (2014-09-23 22:23:14 +0100)

----------------------------------------------------------------
tcx: Implement hardware acceleration

----------------------------------------------------------------
Mark Cave-Ayland (1):
      tcx: Implement hardware acceleration

 hw/display/tcx.c |  677 ++++++++++++++++++++++++++++++++++++++++++++----------
 hw/sparc/sun4m.c |   56 +++--
 2 files changed, 596 insertions(+), 137 deletions(-)

Comments

Peter Maydell Sept. 24, 2014, 1:30 p.m. UTC | #1
On 23 September 2014 15:11, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> Hi Peter,
>
> This update contains the TCX framebuffer hardware acceleration patch for sun4m. Please pull.
>
>
> ATB,
>
> Mark.
>
>
> The following changes since commit 769188d3bbf95ce8d96a335624234dad083f4db6:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into staging (2014-09-23 14:43:47 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
>
> for you to fetch changes up to 55d7bfe2293c854a1ddb54ca00672b7b8e3eebbb:
>
>   tcx: Implement hardware acceleration (2014-09-23 22:23:14 +0100)
>
> ----------------------------------------------------------------
> tcx: Implement hardware acceleration
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM