qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the purpose for "none" machine?


From: Matwey V. Kornilov
Subject: What is the purpose for "none" machine?
Date: Mon, 23 Jan 2023 20:35:22 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Hello,

I am playing with qemu-system-avr currently.
I see that there is an "empty machine" called "none" in

    qemu-system-avr -M help

list.

Is it a real thing? I am failed to run any code with "none" machine.
For instance,

qemu-system-avr -M 2009 --cpu avr5-avr-cpu -bios ~/temp/a168.elf -S -s --nographic

works, while

qemu-system-avr -M none --cpu avr5-avr-cpu -bios ~/temp/a168.elf -S -s --nographic

just increments PC until reach the end of memory:

    qemu-system-avr: execution left flash memory
    Aborted (core dumped)

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]