mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
Normally, we care more about the current trace data than buffered old data. So, this patch set FLAG_CLEAR_BUF by default and adds one new option '-r' to unset the FLAG_CLEAR_BUF if we want to capture the buffered old data. --- v1 -> v2: Add 'deprecated' mark to '-c' option Tracked-On: #4175 Signed-off-by: Kaige Fu <kaige.fu@intel.com>