aboutsummaryrefslogtreecommitdiff
path: root/accel/accel-user.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-10-20 09:41:10 +0800
committerAlistair Francis <alistair.francis@wdc.com>2021-10-22 23:35:47 +1000
commite2b3ef75445fc2342b00680dad7af3618dc69deb (patch)
tree771620fc0642cb172259ef8679c3c20dc601ad09 /accel/accel-user.c
parent56917307f4780535d319dedc8973361a5da76f7b (diff)
downloadqemu-e2b3ef75445fc2342b00680dad7af3618dc69deb.zip
qemu-e2b3ef75445fc2342b00680dad7af3618dc69deb.tar.gz
qemu-e2b3ef75445fc2342b00680dad7af3618dc69deb.tar.bz2
hw/riscv: sifive_e: Use MachineState::ram and MachineClass::default_ram_id
Using memory_region_init_ram(), which can't possibly handle vhost-user, and can't work as expected with '-numa node,memdev' options. Use MachineState::ram instead of manually initializing RAM memory region, as well as by providing MachineClass::default_ram_id to opt in to memdev scheme. While at it add check for user supplied RAM size and error out if it mismatches board expected value. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-id: 20211020014112.7336-5-bmeng.cn@gmail.com Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'accel/accel-user.c')
0 files changed, 0 insertions, 0 deletions