mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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:
parent
9cb54b18e8
commit
5650ac00d7
4 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ qemu_irq *xen_interrupt_controller_init(void);
|
|||
|
||||
void xenstore_store_pv_console_info(int i, struct Chardev *chr);
|
||||
|
||||
void xen_hvm_init(PCMachineState *pcms, MemoryRegion **ram_memory);
|
||||
void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory);
|
||||
|
||||
void xen_register_framebuffer(struct MemoryRegion *mr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue