aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/x86-cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini1-0/+97
Keep the basic X86MachineState definition in x86.c. Move out functions that are only needed by other files: x86-common.c for the pc and microvm machines, x86-cpu.c for those used by accelerator code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-ID: <20240509170044.190795-11-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>