Re: QEMU RAM allocation function fails

2020-11-05 Thread Wayne Li
The RAM region was just too big. I made it smaller and the VM didn't crash and moved past that point. On Thu, Nov 5, 2020 at 1:58 PM Dr. David Alan Gilbert wrote: > > * Wayne Li (waynli...@gmail.com) wrote: > > Dear QEMU list members, > > > > We developed a virtual machine that runs on QEMU. Th

Re: QEMU RAM allocation function fails

2020-11-05 Thread Dr. David Alan Gilbert
* Wayne Li (waynli...@gmail.com) wrote: > Dear QEMU list members, > > We developed a virtual machine that runs on QEMU. This virtual > machine is pretty much an emulated P4080 processor with some > peripherals attached. Initializing one of these peripherals, i.e. the > RAM, seems to be having pr

QEMU RAM allocation function fails

2020-11-05 Thread Wayne Li
Dear QEMU list members, We developed a virtual machine that runs on QEMU. This virtual machine is pretty much an emulated P4080 processor with some peripherals attached. Initializing one of these peripherals, i.e. the RAM, seems to be having problems. I use the function "memory_region_init_ram"