diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:38 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
| commit | 4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4 (patch) | |
| tree | 14a18c0bbabec6838a919b8e06b01f9fb0156084 /include/qemu-common.h | |
| parent | 327adeecdde6f2b12ba32d0b886a720e40900b31 (diff) | |
| download | focaccia-qemu-4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4.tar.gz focaccia-qemu-4e40e89325dc9d70f2f58217d1dea8dd1e9f3ee4.zip | |
include: move page_size_init() to include/hw/core/cpu.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-28-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu-common.h')
| -rw-r--r-- | include/qemu-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index a271cac66a..65483f70d4 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -24,6 +24,4 @@ int qemu_main(int argc, char **argv, char **envp); #endif -void page_size_init(void); - #endif |