qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] c95e30: Reenable -Wstrict-prototypes


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c95e30: Reenable -Wstrict-prototypes
Date: Fri, 22 Feb 2013 15:30:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c95e3080a44946ac5739542b549f5a10ee4ec377
      
https://github.com/qemu/qemu/commit/c95e3080a44946ac5739542b549f5a10ee4ec377
  Author: Kevin Wolf <address@hidden>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M configure
    M ui/gtk.c

  Log Message:
  -----------
  Reenable -Wstrict-prototypes

One part of this patch reverts commit 22bc9a46, which disabled the
warning. The rest of it deals with the warning by adding a #pragma for
newer gcc and by disabling -Werror for compilers that can't deal with
the #pragma.

Signed-off-by: Kevin Wolf <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 28d2e5b27d538d94d2489d657b563c58b4d69bc4
      
https://github.com/qemu/qemu/commit/28d2e5b27d538d94d2489d657b563c58b4d69bc4
  Author: Stefan Weil <address@hidden>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M configure
    M ui/gtk.c

  Log Message:
  -----------
  ui/gtk: Support versions of VTE before 0.26

This is needed for current Debian stable (Squeeze).

VTE versions before 0.26 did not support VtePty.

Lower the version requirement and use alternate code which works for Debian.

Signed-off-by: Stefan Weil <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 104092825ac3274d16ffc35b7ef9ac8c636e1c48
      
https://github.com/qemu/qemu/commit/104092825ac3274d16ffc35b7ef9ac8c636e1c48
  Author: Stefan Weil <address@hidden>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M po/de_DE.po
    M po/it.po
    M po/messages.po
    M ui/gtk.c

  Log Message:
  -----------
  ui/gtk: Use menu item from stock for full screen

This reduces the required translations and gives a nicer menu
with an icon.

The full screen menu item is no longer a check menu item.
A checked item is not visible in full screen mode,
so it is not needed for this special menu item.

Signed-off-by: Stefan Weil <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 30e8f22b7bc6694b9abea43f45db6fd5be4df429
      
https://github.com/qemu/qemu/commit/30e8f22b7bc6694b9abea43f45db6fd5be4df429
  Author: Jan Kiszka <address@hidden>
  Date:   2013-02-22 (Fri, 22 Feb 2013)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: Rename File to Machine menu and add pause, reset and power down items

This adds basic guest control commands to the "Machine" menu - a nice
added-value for the GTK UI.

We use "pause" as the term for stopping the machine here. So reword also
the related caption tag.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/5cbb08283789...30e8f22b7bc6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]