>> +## >> +# @VMstatesQdevDevices >> +# >> +# list of qdevified devices that are registered with SaveStateEntry >> +# >> +# @device: list of qdevified device names > > > Should we use qdev on the name? Or just list of devices? My > understanding is that all devices are on this list, no? >
The problem is that there are some devices which have not been qdevified. So, that's why I used the term qdev. If you want, I can remove the term qdev. Sooner or later all the devices will be qdevified. >> + >> +-> { "execute": "query-qdev-devices" } >> +<- { "return": [ >> + { >> + "devices": [ "kvm-tpr-opt", "piix4_pm" ] > > Once here, can we change this to also include the device version? > > i.e. something like: > > "devices": [ [ "device": [ "name": "kvm-tpr-opt", "version", 15]]], ...] > > Or somesuch? > That is possible. Do you want any other information to be printed? -- ----- Sanidhya Kashyap