From efbf29b6816416731e5dc420901a90430b6ea92d Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 21 Sep 2011 20:00:18 +0000 Subject: Document softmmu templates Add some comments to describe each file. Signed-off-by: Blue Swirl --- softmmu_template.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'softmmu_template.h') diff --git a/softmmu_template.h b/softmmu_template.h index c2df9ec..ae0ccf2 100644 --- a/softmmu_template.h +++ b/softmmu_template.h @@ -1,6 +1,11 @@ /* * Software MMU support * + * Generate helpers used by TCG for qemu_ld/st ops and code load + * functions. + * + * Included from target op helpers and exec.c. + * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or -- cgit v1.1