mbox

[PULL,0/3] Cocoa fixes for 1.0

Message ID 1320177389-22498-1-git-send-email-andreas.faerber@web.de
State New
Headers show

Pull-request

git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream

Message

Andreas Färber Nov. 1, 2011, 7:56 p.m. UTC
Hello Anthony,

Please pull these Cocoa-related patches for 1.0.

For our long-standing uint16 compilation issue we are still in need of a
fully correct solution. Depending on what we come up with, we'll try to
squeeze it in between RCs or defer it to next.

Regards,
Andreas

The following changes since commit 2ff6458116546ced7ce00cc39423ee30b1477e67:
  Anthony Liguori (1):
        Merge remote-tracking branch 'kraxel/usb.29' into staging

are available in the git repository at:

  git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream

Andreas Färber (3):
      MAINTAINERS: Add Cocoa maintainer
      vl.c: Guard against GThread double-initialization
      cocoa: Close sheet after image file selection

 MAINTAINERS |    5 +++++
 ui/cocoa.m  |    2 ++
 vl.c        |    4 +++-
 3 files changed, 10 insertions(+), 1 deletions(-)

Comments

Anthony Liguori Nov. 1, 2011, 10:42 p.m. UTC | #1
On 11/01/2011 02:56 PM, Andreas Färber wrote:
> Hello Anthony,
>
> Please pull these Cocoa-related patches for 1.0.
>
> For our long-standing uint16 compilation issue we are still in need of a
> fully correct solution. Depending on what we come up with, we'll try to
> squeeze it in between RCs or defer it to next.
>
> Regards,
> Andreas
>
> The following changes since commit 2ff6458116546ced7ce00cc39423ee30b1477e67:
>    Anthony Liguori (1):
>          Merge remote-tracking branch 'kraxel/usb.29' into staging

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>
>    git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream
>
> Andreas Färber (3):
>        MAINTAINERS: Add Cocoa maintainer
>        vl.c: Guard against GThread double-initialization
>        cocoa: Close sheet after image file selection
>
>   MAINTAINERS |    5 +++++
>   ui/cocoa.m  |    2 ++
>   vl.c        |    4 +++-
>   3 files changed, 10 insertions(+), 1 deletions(-)
>
>