Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host rtc sync #143

Open
wants to merge 2 commits into
base: celadon/r/mr0/stable
Choose a base branch
from

Commits on Feb 8, 2022

  1. Replace guest_time_keeping.sh with QMP client utility

    Now guest_time_keeping.sh just creates the QMP channel and passes
    control to guest_rtc_monitor utility.
    
    Tracked-On: OAM-100921
    Signed-off-by: Zhuocheng Ding <[email protected]>
    Signed-off-by: Swee Yee Fonn <[email protected]>
    dingzhc authored and sfonn committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    d5cde65 View commit details
    Browse the repository at this point in the history
  2. Add '--external-wakeup-mode' option to use host rtc

    Add --external-wakeup-mode option for start_civ.sh script.
    With this option, "-global mc146818rtc.external_wakeup=on"
    is passed to qemu-system-x86_64 commandline.
    
    This option should be used in tandem with
    --guest-pm-control and --guest-time-keep.
    
    Tracked-On: OAM-100922
    Signed-off-by: Zhuo Peng <[email protected]>
    Signed-off-by: Swee Yee Fonn <[email protected]>
    zhuopeng-sg authored and sfonn committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    244fa7f View commit details
    Browse the repository at this point in the history