[Qemu-devel] [PATCH] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.

2014-06-17 Thread Tomo Berry
This patch adds the functionality for rtas_ibm_get_system_parameter to return a string containing the values for partition_max_entitled_capacity and system_potential_processors. Signed-off-by: Tomo Berry --- hw/ppc/spapr_rtas.c| 29 + include/hw/ppc/spapr.h | 10

[Qemu-devel] [PATCH 1/1 V2] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.

2014-03-20 Thread Tomo Berry
This patch adds the functionality for rtas_ibm_get_system_parameter to return a string containing the values for partition_max_entitled_capacity and system_potential_processors. Signed-off-by: Tomo Berry --- V1->V2: changed memory allocation to glib calls I'm not sure if this is meant fo

[Qemu-devel] [PATCH 1/1] target-ppc: Adding Functionality to rtas_ibm_get_system_parameter.

2014-03-14 Thread Tomo Berry
This patch adds the functionality for rtas_ibm_get_system_parameter to return a string containing the values for partition_max_entitled_capacity and system_potential_processors. Signed-off-by: Tomo Berry --- hw/ppc/spapr_rtas.c| 34 ++ include/hw/ppc