Skip to content
  1. Jan 28, 2019
  2. Jan 26, 2019
  3. Jan 17, 2019
  4. Jan 16, 2019
  5. Jan 15, 2019
  6. Jan 08, 2019
  7. Jan 07, 2019
  8. Jan 04, 2019
  9. Jan 03, 2019
  10. Dec 20, 2018
  11. Dec 19, 2018
  12. Dec 15, 2018
  13. Nov 16, 2018
  14. Nov 02, 2018
  15. Sep 21, 2018
  16. Sep 19, 2018
    • Jakub Janků's avatar
      vdagentd: parse argv using GLib · 8df6120b
      Jakub Janků authored
      
      
      All command line options now have long names
      as they are required by GLib.
      
      So the supported command line options now are:
      
          -h, --help
      
          -d, --debug
          -s, --virtio-serial-port-path
          -S, --vdagentd-socket
          -u, --uinput-device
          -f, --fake-uinput
          -x, --foreground
          -o, --one-session
          -X, --disable-session-integration
      
      Change the types of some global variables that hold the options:
      - const char * --> gchar *
      - int          --> gboolean
      
      Define DEFAULT_UINPUT_DEVICE as "/dev/uinput",
      since there's already DEFAULT_VIRTIO_PORT_PATH, VDAGENTD_SOCKET.
      
      Signed-off-by: default avatarJakub Janků <jjanku@redhat.com>
      Acked-by: default avatarVictor Toso <victortoso@redhat.com>
      8df6120b
  17. Sep 13, 2018
  18. Sep 07, 2018
  19. Aug 28, 2018
Loading