1. 28 6月, 2016 1 次提交
  2. 27 6月, 2016 1 次提交
  3. 26 6月, 2016 16 次提交
  4. 20 6月, 2016 1 次提交
  5. 17 6月, 2016 1 次提交
  6. 15 6月, 2016 2 次提交
  7. 11 6月, 2016 6 次提交
  8. 10 6月, 2016 2 次提交
    • D
      nodeinfo: rename all CPU APIs to have a virHostCPU prefix · 4053350b
      Daniel P. Berrange 提交于
      In preparation for moving all the CPU related APIs out of
      the nodeinfo file, give them a virHostCPU name prefix.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      4053350b
    • D
      nodeinfo: remove sysfs_prefix from all methods · 08ea852c
      Daniel P. Berrange 提交于
      Nearly all the methods in the nodeinfo file are given a
      'const char *sysfs_prefix' parameter to override the
      default sysfs path (/sys/devices/system). Every single
      caller passes in NULL for this, except one use in the
      unit tests. Furthermore this parameter is totally
      Linux-specific, when the APIs are intended to be cross
      platform portable.
      
      This removes the sysfs_prefix parameter and instead gives
      a new method linuxNodeInfoSetSysFSSystemPath for use by
      the test suite.
      
      For two of the methods this hardcodes use of the constant
      SYSFS_SYSTEM_PATH, since the test suite does not need to
      override the path for thos methods.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      08ea852c
  9. 09 6月, 2016 1 次提交
    • P
      vnc: add support for listen type 'socket' · acc83afe
      Pavel Hrdina 提交于
      VNC graphics already supports sockets but only via 'socket' attribute.
      This patch coverts that attribute into listen type 'socket'.
      
      For backward compatibility we need to handle listen type 'socket' and 'socket'
      attribute properly to support old XMLs and new XMLs.  If both are provided they
      have to match, if only one of them is provided we need to be able to parse that
      configuration too.
      
      To not break migration back to old libvirt if the socket is provided by user we
      need to generate migratable XML without the listen element and use only 'socket'
      attribute.
      Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
      acc83afe
  10. 24 5月, 2016 1 次提交
  11. 20 5月, 2016 1 次提交
  12. 19 5月, 2016 3 次提交
  13. 18 5月, 2016 2 次提交
  14. 17 5月, 2016 2 次提交