[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH for-1.7] spapr: tie spapr-nvram to -pflash
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH for-1.7] spapr: tie spapr-nvram to -pflash |
Date: |
Mon, 09 Dec 2013 21:42:38 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9 |
Il 09/12/2013 20:25, Alexander Graf ha scritto:
>
>
>> Am 22.11.2013 um 10:27 schrieb Paolo Bonzini <address@hidden>:
>>
>> spapr-nvram's drive property is currently connected to a non-existent
>> "-machine nvram=<drivename>" option. Instead, tie it to -pflash like
>> other non-volatile RAM devices. This provides the following possibilities
>> for adding a backend for the sPAPR non-volatile RAM:
>>
>> * -pflash filename
>>
>> * -drive if=pflash,file=filename,format=raw,...
>>
>> * -drive if=none,file=filename,format=raw,id=foo,... -global
>> spapr-nvram.drive=foo
>>
>> Signed-off-by: Paolo Bonzini <address@hidden>
>
> Makes sense, but why for 1.7?
At this point it is not for 1.7 of course. :)
Paolo