]> xenbits.xensource.com Git - libvirt.git/commit
Add new domblkinfo command to virsh
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 27 Apr 2010 19:31:58 +0000 (20:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 Apr 2010 16:21:32 +0000 (17:21 +0100)
commit7703c2c90a46c26df1bc804d770c726ceb526b9b
treea07412378006ea6379b1eb0da1cd5bd6f8ce4212
parentdb57a7bed852042e449dc622bf403e33e6d8d733
Add new domblkinfo command to virsh

  virsh # domblkinfo demoguest /dev/hda2
  Capacity:       1048576000
  Allocation:     104857600
  Physical:       104857600

* tools/virsh.c: Implement domblkinfo command mapping to the
  new virDomainGetBlockInfo API
tools/virsh.c
tools/virsh.pod