]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
added cpu_smm_update()
authorbellard <bellard>
Sun, 24 Sep 2006 18:48:23 +0000 (18:48 +0000)
committerbellard <bellard>
Sun, 24 Sep 2006 18:48:23 +0000 (18:48 +0000)
linux-user/main.c

index d1693110faf3f9ba6c0abe811033b8b43a0d0770..42f4a03506beddafe2f0ea32a74fdfb5ce6c3d66 100644 (file)
@@ -122,6 +122,10 @@ int64_t cpu_get_real_ticks(void)
 /***********************************************************/
 /* CPUX86 core interface */
 
+void cpu_smm_update(CPUState *env)
+{
+}
+
 uint64_t cpu_get_tsc(CPUX86State *env)
 {
     return cpu_get_real_ticks();