nova: report vCPU prio & quantum in trace conn

Issue #4313
This commit is contained in:
Alexander Boettcher 2021-10-25 16:37:01 +02:00 committed by Christian Helmuth
parent b12b0ed93d
commit 74a8a801e4

View File

@ -92,7 +92,8 @@ Trace::Source::Info Vm_session_component::Vcpu::trace_source_info() const
warning("sc_ctrl failed res=", res);
return { _label, String<5>("vCPU"),
Trace::Execution_time(sc_time, sc_time),
Trace::Execution_time(sc_time, sc_time,
Nova::Qpd::DEFAULT_QUANTUM, _priority),
_location };
}