1. 29 6月, 2009 1 次提交
  2. 19 6月, 2009 1 次提交
    • D
      extend the configuration parser for VMX syntax · 144276aa
      Daniel Veillard 提交于
      * qemud/qemud.c src/conf.c src/conf.h src/qemu_conf.c src/xen_unified.c
        src/xm_internal.c tests/conftest.c tests/xmconfigtest.c: extend
        the configuration parser for VMX syntax, patch by Matthias Bolte
      Daniel
      144276aa
  3. 16 6月, 2009 4 次提交
  4. 12 6月, 2009 1 次提交
  5. 11 6月, 2009 3 次提交
    • M
      Add qemu help string parsing tests · 1fbe229b
      Mark McLoughlin 提交于
      Signed-off-by: NMark McLoughlin <markmc@redhat.com>
      1fbe229b
    • M
      Detect newer qemu-kvm versions · 04cbe687
      Mark McLoughlin 提交于
      The KVM version string can be one of the following:
      
        - qemu-kvm-x.y.z in stable releases
        - kvm-XX for kvm versions up to kvm-85
        - qemu-kvm-devel-XX for kvm version kvm-86 and later
      
      There are only a few of places where we need to detect
      differences between KVM versions based on 0.9.1:
      
        1) VNET_HDR introduced in kvm-74
      
        2) -incoming tcp introduced in kvm-79
      
        3) -incoming exec introduced in kvm-80
      
        4) -incoming stdio in all earlier kvm versions
      
      With qemu-kvm-0.10.x, we can now assume that (1) is available
      if it's a KVM release, (2) and (3) is always available and
      (4) is never available.
      
      So, from now on we should only need to check the qemu version
      number and the "is_kvm" flag for detecting feature availability.
      We only need the KVM version number for older releases.
      Signed-off-by: NMark McLoughlin <markmc@redhat.com>
      04cbe687
    • M
      Re-factor qemu version parsing · 56ecebf2
      Mark McLoughlin 提交于
      This patch is purely re-factoring without any functional changes
      to make way for the next patch.
      
      The main thing achieved by the refactoring is that we now have
      easier access to the parenthesised string that KVM folks seem
      to delight in changing.
      Signed-off-by: NMark McLoughlin <markmc@redhat.com>
      56ecebf2
  6. 03 6月, 2009 1 次提交
  7. 29 5月, 2009 1 次提交
    • D
      PPC Qemu Machine Type update · 525c3d40
      Daniel Veillard 提交于
      * src/qemu_conf.c docs/schemas/domain.rng
        tests/capabilityschemadata/caps-qemu-kvm.xml: PPC Qemu Machine Type
        changed from g3bw to g3beige some time ago, patch by Thomas Baker
      Daniel
      525c3d40
  8. 28 5月, 2009 2 次提交
  9. 21 5月, 2009 2 次提交
  10. 18 5月, 2009 1 次提交
  11. 11 5月, 2009 2 次提交
  12. 08 5月, 2009 1 次提交
  13. 07 5月, 2009 1 次提交
    • D
      Changes needed for multiple graphics adapters · 7ee54d83
      Daniel Veillard 提交于
      * src/domain_conf.c src/domain_conf.h: parse and save multiple
        graphics elements instead of one, patch by Pritesh Kothari
      * src/qemu_conf.c src/qemu_driver.c: adapt the qemu/kvm driver for
        the new structures, patch by Pritesh Kothari
      * src/xend_internal.c src/xm_internal.c: same thing for Xen drivers
      Daniel
      7ee54d83
  14. 19 4月, 2009 1 次提交
  15. 16 4月, 2009 1 次提交
  16. 01 4月, 2009 1 次提交
  17. 27 3月, 2009 1 次提交
  18. 20 3月, 2009 1 次提交
  19. 16 3月, 2009 1 次提交
  20. 03 3月, 2009 6 次提交
  21. 06 2月, 2009 1 次提交
    • J
      remove remainder of offending strerror uses · bafd7389
      Jim Meyering 提交于
      * qemud/qemud.c (GET_CONF_STR): Use virStrerror, not strerror.
      * qemud/remote.c (remoteDispatchDomainBlockPeek): Likewise.
      (remoteDispatchDomainMemoryPeek, remoteDispatchAuthSaslInit): Likewise.
      (remoteDispatchAuthPolkit): Likewise.
      * src/lxc_container.c (lxcContainerAvailable): Likewise.
      * src/network_driver.c (networkStartNetworkDaemon): Likewise.
      (networkShutdownNetworkDaemon): Likewise.
      * src/qemu_conf.c (qemudExtractVersion, qemudNetworkIfaceConnect):
      * src/storage_conf.c (virStoragePoolLoadAllConfigs): Likewise.
      * src/storage_driver.c (storagePoolUndefine): Likewise.
      * src/uml_driver.c (umlStartup, umlStartVMDaemon): Likewise.
      * src/util.c (virFileReadAll): Likewise.
      * src/uuid.c (virUUIDGenerate): Likewise.
      * src/xen_internal.c (get_cpu_flags): Likewise.
      bafd7389
  22. 31 1月, 2009 4 次提交
  23. 30 1月, 2009 2 次提交