mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
doc: update rest of hypervisor HLD sections
Transcode, edit, and upload HLD 0.7 section 3.10 (PM in hypervisor), 3.11 (Console, shell, vUART), 3.12 (Hypercall/VHM upcall), and 3.13 (Compile-time config) Also scan/replace UTF-8 punctuation missed in previous PRs. Add anchor targets in referenced docs. Tracked-on: #1648 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
97c8c16f6a
commit
ac5b46eba5
@@ -50,7 +50,7 @@ The timer softirq handler will check each expired timer on its
|
||||
timer_list. Before calling the expired timer callback handler, it will
|
||||
remove the timer from its logical cpu timer_list. After calling the
|
||||
timer callback handler, it will re-add the timer to the timer_list if
|
||||
it’s a periodic timer. If you want to modify a timer before it expires,
|
||||
it's a periodic timer. If you want to modify a timer before it expires,
|
||||
you should call del_timer to remove the timer from the timer_list, then
|
||||
call add_timer again after updating the timer fields.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user