summary refs log tree commit diff stats
path: root/cpu-exec.c
diff options
context:
space:
mode:
authorChunyan Liu <cyliu@suse.com>2014-07-07 14:34:35 +0800
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2014-08-01 15:58:12 +0000
commitb33a5bbfbaab6c1ce653a8e3665a18ca67de1456 (patch)
tree5befef70c0f64c002c1018854898d2bd4dd50fb4 /cpu-exec.c
parent8677de2b4d26f8878b7414d540a6b2e139bc4d91 (diff)
downloadfocaccia-qemu-b33a5bbfbaab6c1ce653a8e3665a18ca67de1456.tar.gz
focaccia-qemu-b33a5bbfbaab6c1ce653a8e3665a18ca67de1456.zip
qemu: support xen hvm direct kernel boot
qemu side patch to support xen HVM direct kernel boot:
if -kernel exists, calls xen_load_linux(), which will read kernel/initrd
and add a linuxboot.bin or multiboot.bin option rom. The
linuxboot.bin/multiboot.bin will load kernel/initrd and jump to execute
kernel directly. It's working when xen uses seabios.

During this work, found the 'kvmvapic' is in option_rom list, it should
not be there in xen case. Set s->vapic_control = 0 in xen_apic_realize()
to handle that.

Signed-off-by: Chunyan Liu <cyliu@suse.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'cpu-exec.c')
0 files changed, 0 insertions, 0 deletions