1. 07 1月, 2019 1 次提交
  2. 09 7月, 2018 1 次提交
  3. 20 12月, 2016 1 次提交
  4. 25 3月, 2014 1 次提交
  5. 12 7月, 2013 1 次提交
  6. 11 7月, 2013 1 次提交
  7. 11 5月, 2013 1 次提交
  8. 05 3月, 2013 1 次提交
    • J
      hellolibvirt: Adjust code to use new APIs · b421c35c
      John Ferlan 提交于
      Change the order of some conditions and use the AllDomains API to get
      a list of all the active and defined domains, then use the Active and
      Name API's in order to print.
      
      This changes here adjust the output from:
      
      Attempting to connect to hypervisor
      Connected to hypervisor at "qemu:///system"
      Hypervisor: "QEMU" version: 0.32.656
      There are 0 active and 2 inactive domains
      Inactive domains:
        foo
        bar
      Disconnected from hypervisor
      
      to
      
      Attempting to connect to hypervisor
      Connected to hypervisor at "qemu:///system"
      Hypervisor: "QEMU" version: 0.32.656
      There are 0 active and 2 inactive domains
             foo (non-active)
             bar (non-active)
      Disconnected from hypervisor
      b421c35c
  9. 27 2月, 2009 1 次提交
    • D
      New example program · 66780313
      Daniel Veillard 提交于
      * Makefile.am configure.in examples/hellolibvirt/Makefile.am
        examples/hellolibvirt/hellolibvirt.c: new trivial example program
        by David Allan
      Daniel
      66780313