Re: [Qemu-devel] [PATCH] hw/ppc/spapr: Add some missing hcall function set strings

2016-06-27 Thread David Gibson
On Mon, Jun 27, 2016 at 01:25:03PM +0200, Thomas Huth wrote: > Add "hcall-sprg0" (for H_SET_SPRG0), "hcall-copy" (for H_PAGE_INIT) > and "hcall-debug" (for H_LOGICAL_CI_LOAD/STORE) to the property > "ibm,hypertas-functions" to indicate that we support these hypercalls. > > Signed-off-by: Thomas

[Qemu-devel] [PATCH] hw/ppc/spapr: Add some missing hcall function set strings

2016-06-27 Thread Thomas Huth
Add "hcall-sprg0" (for H_SET_SPRG0), "hcall-copy" (for H_PAGE_INIT) and "hcall-debug" (for H_LOGICAL_CI_LOAD/STORE) to the property "ibm,hypertas-functions" to indicate that we support these hypercalls. Signed-off-by: Thomas Huth --- hw/ppc/spapr.c | 3 +++ 1 file changed, 3