Hi, all

I test virsh comand "domjobinfo"  on x86-i386 and PPC64 host. But Both get nothing.
# virsh version
Compiled against library: libvir 0.9.13
Using library: libvir 0.9.13
Using API: QEMU 0.9.13
Running hypervisor: QEMU 1.1.50

# virsh list
 Id    Name                           State
----------------------------------------------------
 21    f16-ppc-qcow2                  running
 22    f16-blkiotune                  running
 23    f16-device-attach              running

# virsh domjobinfo 21
Job type:         None 


But I have run two jobs on domain 21
[root@localhost ~]# jobs
[1]-  Stopped                 top
[2]+  Stopped                 vi install.log

I searched the domjobinfo patch gave by Daniel P. Berrange, he said " This series introduces 2 new APIs to allow long running jobs to be monitored and cancelled. "
Dose domjobinfo only monitor some special jobs in guest? Or does I miss something?

Thanks & Regards
Kimi Li