[Kimchi-devel] [PATCH 01/17] Ginger Base : Taking off the host tab functionality from kimchi

Chandra Shehkhar Reddy Potula chandra at linux.vnet.ibm.com
Fri Sep 11 08:17:44 UTC 2015



On 09/10/2015 07:10 PM, Aline Manera wrote:
>
>
> On 01/09/2015 14:53, chandra at linux.vnet.ibm.com wrote:
>> From: chandrureddy <chandra at linux.vnet.ibm.com>
>>
>> ---
>>   plugins/kimchi/API.json                    | 134 ------------
>>   plugins/kimchi/Makefile.am                 |   3 +-
>>   plugins/kimchi/config.py.in                |   4 -
>>   plugins/kimchi/control/host.py             |  96 ---------
>>   plugins/kimchi/docs/README.md              |   6 +-
>>   plugins/kimchi/i18n.py                     |  50 -----
>>   plugins/kimchi/kimchi.conf                 |   7 -
>>   plugins/kimchi/mockmodel.py                |  21 --
>>   plugins/kimchi/model/config.py             |  21 --
>>   plugins/kimchi/model/host.py               | 320 
>> -----------------------------
>>   plugins/kimchi/root.py                     |   1 -
>>   plugins/kimchi/tests/test_authorization.py |   6 -
>>   plugins/kimchi/tests/test_config.py.in     |   8 -
>>   plugins/kimchi/tests/test_model.py         | 237 ---------------------
>>   plugins/kimchi/tests/test_rest.py          |  47 -----
>>   plugins/kimchi/ui/config/tab-ext.xml       |   7 -
>>   plugins/kimchi/ui/js/src/kimchi.api.js     | 250 
>> ----------------------
>>   plugins/kimchi/ui/pages/i18n.json.tmpl     |  43 ----
>>   18 files changed, 4 insertions(+), 1257 deletions(-)
>
> From my view, some files should be removed from Kimchi.
>
> control/host.py
> model/host.py
>
> And much others.
>
> Why did you keep them there?
>
>
I have not moved entire host.py functionality by keeping DeviceModel 
untouched, which I guess providing the pci devices information 
(passthrough etc..). I was under the impression that this functionality 
is needed for virtualization.

Could you please let me know little in details on about "much others" 
ie. which other files you are referring?




More information about the Kimchi-devel mailing list