projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91dcf0
)
bsd-user: Don't overuse CPUState
author
Andreas Färber
<afaerber@suse.de>
Sat, 25 Feb 2012 03:29:56 +0000
(
04:29
+0100)
committer
Andreas Färber
<afaerber@suse.de>
Wed, 14 Mar 2012 21:20:24 +0000
(22:20 +0100)
Use CPU*State where applicable.
Signed-off-by: Andreas Färber <afaerber@suse.de>
bsd-user/main.c
patch
|
blob
|
history
diff --git
a/bsd-user/main.c
b/bsd-user/main.c
index c3af3950341c1ca20807992b3acfea7b27419b31..78533d52acf62dc1948413b5a9f98a0c84eb3b66 100644
(file)
--- a/
bsd-user/main.c
+++ b/
bsd-user/main.c
@@
-63,7
+63,7
@@
void gemu_log(const char *fmt, ...)
}
#if defined(TARGET_I386)
-int cpu_get_pic_interrupt(CPUState *env)
+int cpu_get_pic_interrupt(CPU
X86
State *env)
{
return -1;
}
@@
-109,7
+109,7
@@
void cpu_list_unlock(void)
/***********************************************************/
/* CPUX86 core interface */
-void cpu_smm_update(CPUState *env)
+void cpu_smm_update(CPU
X86
State *env)
{
}