1. 08 4月, 2013 1 次提交
  2. 03 4月, 2013 1 次提交
  3. 30 3月, 2013 1 次提交
  4. 28 3月, 2013 1 次提交
  5. 23 3月, 2013 1 次提交
  6. 22 3月, 2013 1 次提交
  7. 19 3月, 2013 2 次提交
  8. 13 3月, 2013 1 次提交
  9. 11 3月, 2013 1 次提交
  10. 08 3月, 2013 2 次提交
  11. 06 3月, 2013 1 次提交
    • P
      iscsi: look for pkg-config file too · 3c33ea96
      Paolo Bonzini 提交于
      Due to library conflicts, Fedora will have to put libiscsi in
      /usr/lib/iscsi.  Simplify configuration by using a pkg-config
      file.  The Fedora package will distribute one, and the patch
      to add it has been sent to upstream libiscsi as well.
      
      Cc: qemu-stable@nongnu.org
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      3c33ea96
  12. 05 3月, 2013 3 次提交
  13. 01 3月, 2013 2 次提交
  14. 27 2月, 2013 2 次提交
  15. 23 2月, 2013 2 次提交
  16. 22 2月, 2013 4 次提交
    • A
      ui/gtk: require at least GTK 2.18 and VTE 0.26 · 5cbb0828
      Anthony Liguori 提交于
      This gives us the bare amount of features we need.  We can add work arounds
      for older versions and lower the requirement but this should be a good
      starting point.
      Suggested-by: NDaniel Berrange <berrange@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      ---
      v1 -> v2
       - tremendous simplification suggested by danpb
      5cbb0828
    • A
      gtk: add translation support (v5) · 834574ea
      Anthony Liguori 提交于
      This includes a de_DE translation from Kevin Wolf and an it translation from
      Paolo Bonzini.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Kevin Wolf <kwolf@redhat.com>
      Cc: Stefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-8-git-send-email-aliguori@us.ibm.com
      834574ea
    • A
      ui: add basic GTK gui (v5) · a4ccabcf
      Anthony Liguori 提交于
      This is minimalistic and just contains the basic widget infrastructure.  The GUI
      consists of a menu and a GtkNotebook.  To start with, the notebook has its tabs
      hidden which provides a UI that looks very similar to SDL with the exception of
      the menu bar.
      
      The menu bar allows a user to toggle the visibility of the tabs.  Cairo is used
      for rendering.
      
      I used gtk-vnc as a reference.  gtk-vnc solves the same basic problems as QEMU
      since it was originally written as a remote display for QEMU.  So for the most
      part, the approach to rendering and keyboard handling should be pretty solid for
      GTK.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-4-git-send-email-aliguori@us.ibm.com
      a4ccabcf
    • A
      build: disable Wstrict-prototypes · 22bc9a46
      Anthony Liguori 提交于
      GTK won't build with strict-prototypes due to gtkitemfactory.h:
      
          /* We use () here to mean unspecified arguments. This is deprecated
           * as of C99, but we can't change it without breaking compatibility.
           * (Note that if we are included from a C++ program () will mean
           * (void) so an explicit cast will be needed.)
           */
          typedef	void	(*GtkItemFactoryCallback)  ();
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Message-id: 1361367806-4599-2-git-send-email-aliguori@us.ibm.com
      22bc9a46
  17. 19 2月, 2013 1 次提交
  18. 17 2月, 2013 1 次提交
    • R
      host-utils: Use __int128_t for mul[us]64 · f540166b
      Richard Henderson 提交于
      Replace some x86_64 specific inline assembly with something that
      all 64-bit hosts ought to optimize well.  At worst this becomes
      a call to the gcc __multi3 routine, which is no worse than our
      implementation in util/host-utils.c.
      
      With gcc 4.7, we get identical code generation for x86_64.  We
      now get native multiplication on ia64 and s390x hosts.  With minor
      improvements to gcc we can get it for ppc64 as well.
      Signed-off-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      f540166b
  19. 06 2月, 2013 1 次提交
  20. 02 2月, 2013 1 次提交
  21. 26 1月, 2013 1 次提交
  22. 22 1月, 2013 1 次提交
    • T
      vnc: added initial websocket protocol support · 7536ee4b
      Tim Hardeck 提交于
      This patch adds basic Websocket Protocol version 13 - RFC 6455 - support
      to QEMU VNC. Binary encoding support on the client side is mandatory.
      
      Because of the GnuTLS requirement the Websockets implementation is
      optional (--enable-vnc-ws).
      
      To activate Websocket support the VNC option "websocket"is used, for
      example "-vnc :0,websocket".
      The listen port for Websocket connections is (5700 + display) so if
      QEMU VNC is started with :0 the Websocket port would be 5700.
      As an alternative the Websocket port could be manually specified by
      using ",websocket=<port>" instead.
      
      Parts of the implementation base on Anthony Liguori's QEMU Websocket
      patch from 2010 and on Joel Martin's LibVNC Websocket implementation.
      Signed-off-by: NTim Hardeck <thardeck@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      7536ee4b
  23. 21 1月, 2013 1 次提交
  24. 16 1月, 2013 1 次提交
  25. 15 1月, 2013 1 次提交
  26. 14 1月, 2013 1 次提交
  27. 13 1月, 2013 4 次提交