1. 23 12月, 2016 3 次提交
  2. 09 12月, 2016 2 次提交
  3. 25 11月, 2016 2 次提交
  4. 22 11月, 2016 1 次提交
  5. 15 11月, 2016 1 次提交
  6. 27 10月, 2016 2 次提交
  7. 22 10月, 2016 1 次提交
  8. 21 10月, 2016 3 次提交
    • N
      vz: set something in disk driver name · bdaf5e80
      Nikolay Shirokovskiy 提交于
      Absent driver name attribute is invalid xml. Which in turn makes
      unusable 'virsh edit' for example. The value does not make
      much sense and ignored on input so nobody will hurt.
      bdaf5e80
    • N
      vz: add serial number to disk devices · d6e3af62
      Nikolay Shirokovskiy 提交于
      vz sdk supports setting serial number only for disk devices.
      Getting serial upon cdrom(for example) is error however
      setting is just ignored. Let's check for disk device
      explicitly for clarity in both cases.
      
      Setting serial number for other devices is ignored
      with an info note just as before.
      
      We need usual conversion from "" to NULL in direction
      vz sdk -> libvirt, because "" is not valid for libvirt
      and "" means unspecifiend in vz sdk which is NULL for libvirt.
      d6e3af62
    • M
      vz: set localhost as vnc address · 97b31f86
      Mikhail Feoktistov 提交于
      We should set localhost as vnc address in case of empty string.
      Because Virtuozzo sets 0.0.0.0 as default vnc address.
      97b31f86
  9. 20 10月, 2016 1 次提交
    • J
      qemu: Introduce qemuDomainChardevPrivatePtr · 5f2a1327
      John Ferlan 提交于
      Modeled after the qemuDomainHostdevPrivatePtr (commit id '27726d8c'),
      create a privateData pointer in the _virDomainChardevDef to allow storage
      of private data for a hypervisor in order to at least temporarily store
      secret data for usage during qemuBuildCommandLine.
      
      NB: Since the qemu_parse_command (qemuParseCommandLine) code is not
      expecting to restore the secret data, there's no need to add code
      code to handle this new structure there.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      5f2a1327
  10. 12 10月, 2016 1 次提交
  11. 26 9月, 2016 3 次提交
  12. 26 8月, 2016 5 次提交
  13. 24 8月, 2016 8 次提交
  14. 19 8月, 2016 6 次提交
  15. 07 8月, 2016 1 次提交