mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2459 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
130751ee24
commit
c5be9f0898
3 changed files with 15 additions and 2 deletions
|
@ -754,6 +754,8 @@ void page_unprotect_range(target_ulong data, target_ulong data_size);
|
|||
|
||||
#endif /* SINGLE_CPU_DEFINES */
|
||||
|
||||
CPUState *cpu_copy(CPUState *env);
|
||||
|
||||
void cpu_dump_state(CPUState *env, FILE *f,
|
||||
int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
|
||||
int flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue