--- /dev/null
+diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c
+index e7a0d05..0a90f5f 100644
+--- a/xen/arch/x86/hvm/hvm.c
++++ b/xen/arch/x86/hvm/hvm.c
+@@ -2325,7 +2325,10 @@ static void hvm_s3_suspend(struct domain *d)
+ static void hvm_s3_resume(struct domain *d)
+ {
+ if ( test_and_clear_bool(d->arch.hvm_domain.is_s3_suspended) )
++ {
++ rtc_update_clock(d);
+ domain_unpause(d);
++ }
+ }
+
+ static int hvmop_set_isa_irq_level(
tboot-xen-fixes-01082010.patch
guest-os-controlled-brightness-support
xenpm-use-pkgconfig
+rtc-update-clock-upon-resume-from-s3