I will apply patches 2 and 4 right now.
About patch 1: I still need to check the license guide carefully before
accepting the changes.
About patch 3: You need to adjust the license header layout and add the
copyright.
Next time, please, send a separated patches for 1 and 3.
On 08/25/2014 08:18 PM, Paulo Vital wrote:
v1 -> v2:
* Re-wrote commit message for patch 2/5 (now 2/4) with 80 characters/line
* Joined patches 3/5 and 4/5 in only one (now 3/4) about sosreport support
V1:
This patch set enables Power(ppc) support by default on Kimchi.
Whithout them, the upstream code of Kimchi is not fully compatible
with the Power architecture.
Eli Qiao (1):
Support tablet type as input device in VM's XML.
Mark Wu (1):
Add sos plugin for kimchi
Paulo Vital (2):
PowerKVM: Workaround of numpy byte order bug on PowerPC
Add PowerKVM information as ISO otpion to installation.
contrib/kimchi.spec.fedora.in | 3 +++
src/kimchi/Makefile.am | 4 +++-
src/kimchi/isoinfo.py | 1 +
src/kimchi/osinfo.py | 5 +++--
src/kimchi/sos.py | 37 +++++++++++++++++++++++++++++++++++++
src/kimchi/vmtemplate.py | 5 +++++
src/kimchi/websocket.py | 7 +++++--
7 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 src/kimchi/sos.py