mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
stubs: fully replace qemu-tool.c and qemu-user.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4d4545743f
commit
5708fc6655
20 changed files with 138 additions and 167 deletions
9
stubs/cpu-get-icount.c
Normal file
9
stubs/cpu-get-icount.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
int use_icount;
|
||||
|
||||
int64_t cpu_get_icount(void)
|
||||
{
|
||||
abort();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue