]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
x86: move more x86-generic functions out of PC files
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Dec 2019 13:14:40 +0000 (14:14 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:33:50 +0000 (19:33 +0100)
commit89a289c7e9fa857f8b0af0c5f060efa7c0ebe6ba
tree30bc787854cfdcf3feb46cba922d61723966fd4f
parent4ca8dabdb8b58349c309cfd9624d3f96172a752b
x86: move more x86-generic functions out of PC files

These are needed by microvm too, so move them outside of PC-specific files.
With this patch, microvm.c need not include pc.h anymore.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
12 files changed:
hw/i386/acpi-build.c
hw/i386/fw_cfg.c
hw/i386/fw_cfg.h
hw/i386/kvm/ioapic.c
hw/i386/microvm.c
hw/i386/pc.c
hw/i386/trace-events
hw/i386/x86.c
include/hw/i386/pc.h
include/hw/i386/x86.h
target/i386/kvm.c
target/i386/machine.c