Bug 528018 - VM: one VM model to rule them all
Summary: VM: one VM model to rule them all
Status: NEW
Alias: None
Product: Tracecompass.Incubator
Classification: Tools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-01 09:09 EST by Genevieve Bastien CLA
Modified: 2017-12-01 09:09 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Genevieve Bastien CLA 2017-12-01 09:09:21 EST
Each VM analysis uses when building the same QemuKvmModel object, but they all need to add to their own data to it. So an analysis that needs this model, but is not run at the same time as the one who fills some part of it will not have it available.

Like the IHostModel, there should be a IVirtualHostsModel that would fetch information on VMs/container directly from the analyses that provide it, whether it needs to be built or not.

There is some unification to do there.