qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Testing sysbus devices


From: Stephen Checkoway
Subject: Re: [Qemu-devel] Testing sysbus devices
Date: Mon, 18 Feb 2019 11:02:05 -0500


On Feb 18, 2019, at 08:43, Thomas Huth <address@hidden> wrote:

> I think you could use one of the machines that has a cfi02 on board. For
> example: Write some random data to a temporary file. Run qemu with:
> 
> QTestState *qts;
> qts = qtest_initf(" qemu-system-arm -M musicpal,accel=qtest "
>                "-drive if=pflash,file=%s,format=raw", filename);

If I do that, will it be possible for the test to override the properties set 
by pflash_cfi02_register? It looks like I should be able to use -global to set 
properties that aren't set explicitly.

Thank you,

-- 
Stephen Checkoway








reply via email to

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