]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Split x86-specific declaration from generic hardware ones
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 8 Sep 2020 15:55:29 +0000 (17:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
commitc834596f7916c3ec0719c1ab341186bae17ebba0
tree5885bc1070797ca39fcd2fe6cdbe6ef7a4e4b0f4
parent71f364b703119a319e6ac423c9446849d010abf3
hw/xen: Split x86-specific declaration from generic hardware ones

xen_hvm_init() is restricted to the X86 architecture.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908155530.249806-6-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc_piix.c
hw/i386/xen/xen-hvm.c
include/hw/xen/xen-x86.h [new file with mode: 0644]
include/hw/xen/xen.h
stubs/xen-hw-stub.c