Searched hist:"67 d7d66f27c49a87c6f28ccff814f5d7eaaccec6" (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | machine.c | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | mmu-hash64.c | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | kvm.c | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | cpu.h | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|
H A D | spapr.c | diff 67d7d66f27c49a87c6f28ccff814f5d7eaaccec6 Thu Mar 29 02:29:38 CDT 2018 David Gibson <david@gibson.dropbear.id.au> target/ppc: Fold slb_nr into PPCHash64Options
The env->slb_nr field gives the size of the SLB (Segment Lookaside Buffer). This is another static-after-initialization parameter of the specific version of the 64-bit hash MMU in the CPU. So, this patch folds the field into PPCHash64Options with the other hash MMU options.
This is a bit more complicated that the things previously put in there, because slb_nr was foolishly included in the migration stream. So we need some of the usual dance to handle backwards compatible migration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
|