mbox

[PULL,0/1] pixman: fix qemu_default_pixman_format (32bpp non-native endian)

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

Pull-request

git://git.kraxel.org/qemu tags/pull-console-20141002-1

Message

Gerd Hoffmann Oct. 2, 2014, 7:54 a.m. UTC
Hi,

Fix pixman format bug.

please pull,
  Gerd

The following changes since commit 29429c7244c73eefada3d0ec6dd30c5698782d08:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929' into staging (2014-09-30 11:02:06 +0100)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-console-20141002-1

for you to fetch changes up to 89ec031b09c81821e349c364575fad652395cf94:

  pixman: fix qemu_default_pixman_format (32bpp non-native endian) (2014-09-30 13:34:04 +0200)

----------------------------------------------------------------
pixman: fix qemu_default_pixman_format (32bpp non-native endian)

----------------------------------------------------------------
Gerd Hoffmann (1):
      pixman: fix qemu_default_pixman_format (32bpp non-native endian)

 ui/qemu-pixman.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Oct. 2, 2014, 2:01 p.m. UTC | #1
On 2 October 2014 08:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Fix pixman format bug.
>
> please pull,
>   Gerd
>
> The following changes since commit 29429c7244c73eefada3d0ec6dd30c5698782d08:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929' into staging (2014-09-30 11:02:06 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-console-20141002-1
>
> for you to fetch changes up to 89ec031b09c81821e349c364575fad652395cf94:
>
>   pixman: fix qemu_default_pixman_format (32bpp non-native endian) (2014-09-30 13:34:04 +0200)
>
> ----------------------------------------------------------------
> pixman: fix qemu_default_pixman_format (32bpp non-native endian)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM