]> xenbits.xensource.com Git - qemu-xen.git/commit
hvf: Split up hv_vm_create logic per arch
authorDanny Canter <danny_canter@apple.com>
Fri, 13 Sep 2024 14:31:46 +0000 (15:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Sep 2024 14:31:46 +0000 (15:31 +0100)
commit2c760670af5f013d99d50f627275a482fd491e3f
tree88cd1798ac2ee4532125b24e1b4dcdcbcb8a5c85
parent81e3d93a9e3b3baa0e73e674ca3d1b93a672cc6d
hvf: Split up hv_vm_create logic per arch

This is preliminary work to split up hv_vm_create
logic per platform so we can support creating VMs
with > 64GB of RAM on Apple Silicon machines. This
is done via ARM HVF's hv_vm_config_create() (and
other APIs that modify this config that will be
coming in future patches). This should have no
behavioral difference at all as hv_vm_config_create()
just assigns the same default values as if you just
passed NULL to the function.

Signed-off-by: Danny Canter <danny_canter@apple.com>
Message-id: 20240828111552.93482-3-danny_canter@apple.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c
include/sysemu/hvf_int.h
target/arm/hvf/hvf.c
target/i386/hvf/hvf.c