[SLOF] [PATCH v1 01/27] virtio: use virtio-set-qaddr api

Nikunj A Dadhania nikunj at linux.vnet.ibm.com
Thu Jan 14 21:27:33 AEDT 2016


Alexey Kardashevskiy <aik at ozlabs.ru> writes:

> On 01/13/2016 10:16 PM, Nikunj A Dadhania wrote:
>> Signed-off-by: Nikunj A Dadhania <nikunj at linux.vnet.ibm.com>
>> ---
>>   board-qemu/slof/pci-device_1af4_1001.fs | 8 ++++----
>>   board-qemu/slof/pci-device_1af4_1009.fs | 8 ++++----
>>   2 files changed, 8 insertions(+), 8 deletions(-)
>>
>> diff --git a/board-qemu/slof/pci-device_1af4_1001.fs b/board-qemu/slof/pci-device_1af4_1001.fs
>> index fb24634..4591ccb 100644
>> --- a/board-qemu/slof/pci-device_1af4_1001.fs
>> +++ b/board-qemu/slof/pci-device_1af4_1001.fs
>> @@ -22,13 +22,13 @@ pci-io-enable
>>
>>   s" virtio-block.fs" included
>>
>> +0 VALUE queue-addr
>> +
>>   \ Allocate memory for virtio queue:
>>   virtiodev 0 virtio-get-qsize virtio-vring-size
>> -1000 CLAIM VALUE queue-addr
>> +alloc-mem to queue-addr
>
>
> You are removing the whole chunk in 05/27, remove it here? Or not change it 
> here? Up to you.

I cant remove here as I need virtqueue initialization api. I will
re-arrange this change in next spin.

Regards
Nikunj



More information about the SLOF mailing list