mirror of
https://github.com/qemu/qemu.git
synced 2025-10-31 20:44:16 +00:00
We have a bunch of helper functions that don't have any stubs for them in case we don't have CONFIG_KVM enabled. That didn't bite us so far, because gcc can optimize them out pretty well, but we should really provide them. Signed-off-by: Alexander Graf <agraf@suse.de> --- v1 -> v2: - use uint64_t for clockfreq |
||
|---|---|---|
| .. | ||
| cpu.h | ||
| helper_regs.h | ||
| helper.c | ||
| helper.h | ||
| kvm_ppc.c | ||
| kvm_ppc.h | ||
| kvm.c | ||
| machine.c | ||
| mfrom_table_gen.c | ||
| mfrom_table.c | ||
| op_helper.c | ||
| STATUS | ||
| translate_init.c | ||
| translate.c | ||