mbox

[PULL,00/10] Fixes for Cocoa backend

Message ID 1308014527-60251-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 June 14, 2011, 1:21 a.m. UTC
Hello,

I've collected a number of warning and usability fixes for the Cocoa frontend
and Darwin host. Please pull.

Cc: Blue Swirl <blauwirbel@gmail.com>

The following changes since commit 0b862cedf36d927818c50584ddd611b0370673df:

  configure: Detect and don't try to use older libcurl (2011-06-13 21:16:27 +0200)

are available in the git repository at:
  git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream

Alexandre Raymond (5):
  Fix compilation warning due to incorrectly specified type
  Cocoa: avoid displaying window when command-line contains '-h' or
    '-help'
  Remove warning in printf due to type mismatch
  configure: Fix check for fdatasync()
  Darwin: Fix compilation warning regarding the deprecated daemon()
    function

Andreas Färber (4):
  Fix libfdt warnings on Darwin
  cocoa: Provide central qemu_main() prototype
  cocoa: Revert dependency on VNC
  cocoa: Avoid warning related to multiple handleEvent: definitions

Tristan Gingold (1):
  cocoa: do not create a spurious window for -version

 Makefile.objs           |    2 +-
 audio/coreaudio.c       |    2 +-
 configure               |    8 +++++++-
 libfdt_env.h            |    8 ++------
 osdep.h                 |    1 +
 oslib-posix.c           |   16 ++++++++++++++++
 qemu-common.h           |    5 +++++
 qemu-nbd.c              |    2 +-
 target-lm32/translate.c |    2 +-
 ui/cocoa.m              |   25 ++++++++++++++++++-------
 10 files changed, 53 insertions(+), 18 deletions(-)

Comments

Blue Swirl June 15, 2011, 7:31 p.m. UTC | #1
On Tue, Jun 14, 2011 at 4:21 AM, Andreas Färber <andreas.faerber@web.de> wrote:
> Hello,
>
> I've collected a number of warning and usability fixes for the Cocoa frontend
> and Darwin host. Please pull.
>
> Cc: Blue Swirl <blauwirbel@gmail.com>

Thanks, pulled.

> The following changes since commit 0b862cedf36d927818c50584ddd611b0370673df:
>
>  configure: Detect and don't try to use older libcurl (2011-06-13 21:16:27 +0200)
>
> are available in the git repository at:
>  git://repo.or.cz/qemu/afaerber.git cocoa-for-upstream
>
> Alexandre Raymond (5):
>  Fix compilation warning due to incorrectly specified type
>  Cocoa: avoid displaying window when command-line contains '-h' or
>    '-help'
>  Remove warning in printf due to type mismatch
>  configure: Fix check for fdatasync()
>  Darwin: Fix compilation warning regarding the deprecated daemon()
>    function
>
> Andreas Färber (4):
>  Fix libfdt warnings on Darwin
>  cocoa: Provide central qemu_main() prototype
>  cocoa: Revert dependency on VNC
>  cocoa: Avoid warning related to multiple handleEvent: definitions
>
> Tristan Gingold (1):
>  cocoa: do not create a spurious window for -version
>
>  Makefile.objs           |    2 +-
>  audio/coreaudio.c       |    2 +-
>  configure               |    8 +++++++-
>  libfdt_env.h            |    8 ++------
>  osdep.h                 |    1 +
>  oslib-posix.c           |   16 ++++++++++++++++
>  qemu-common.h           |    5 +++++
>  qemu-nbd.c              |    2 +-
>  target-lm32/translate.c |    2 +-
>  ui/cocoa.m              |   25 ++++++++++++++++++-------
>  10 files changed, 53 insertions(+), 18 deletions(-)
>
> --
> 1.7.5.3
>
>