
8 Jun
2016
8 Jun
'16
3:26 p.m.
On Wed, Jun 08, 2016 at 10:22:24 +0200, Jiri Denemark wrote:
virCPUData and struct ppc64_model structures contained a pointer to virCPUppc64Data, which was not very nice since the real data were accessible by yet another level of pointers from virCPUppc64Data.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/cpu/cpu.h | 2 +- src/cpu/cpu_ppc64.c | 65 +++++++++++++++++++----------------------------- src/cpu/cpu_ppc64_data.h | 2 ++ 3 files changed, 28 insertions(+), 41 deletions(-)
ACK