hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()

xen_hvm_init() is only meanful to initialize a X86/PC machine,
rename it as xen_hvm_init_pc().

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908155530.249806-3-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Philippe Mathieu-Daudé 2020-09-08 17:55:26 +02:00 committed by Paolo Bonzini
parent 9cb54b18e8
commit 5650ac00d7
4 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ void xen_register_framebuffer(MemoryRegion *mr)
{
}
void xen_hvm_init(PCMachineState *pcms, MemoryRegion **ram_memory)
void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory)
{
}