diff options
author | Greg Kurz <groug@kaod.org> | 2017-06-30 12:05:32 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2017-07-11 11:04:01 +1000 |
commit | 498cd99544a456f003e92342c7be471e967c1f31 (patch) | |
tree | 763a92607c6703bcfb2b60ca2d48ee9786efe7f8 | |
parent | 04d0ffbd52ccd3d6e9db3d74e29d89dc8ff3fa75 (diff) | |
download | qemu-498cd99544a456f003e92342c7be471e967c1f31.zip qemu-498cd99544a456f003e92342c7be471e967c1f31.tar.gz qemu-498cd99544a456f003e92342c7be471e967c1f31.tar.bz2 |
spapr: refresh "platform-specific" hcalls comment
We have more of these since the addition of KVMPPC_H_LOGICAL_MEMOP in 2012.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r-- | include/hw/ppc/spapr.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index 12bf969..a184ffa 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -377,9 +377,8 @@ struct sPAPRMachineState { * as well. * * We also need some hcalls which are specific to qemu / KVM-on-POWER. - * So far we just need one for H_RTAS, but in future we'll need more - * for extensions like virtio. We put those into the 0xf000-0xfffc - * range which is reserved by PAPR for "platform-specific" hcalls. + * We put those into the 0xf000-0xfffc range which is reserved by PAPR + * for "platform-specific" hcalls. */ #define KVMPPC_HCALL_BASE 0xf000 #define KVMPPC_H_RTAS (KVMPPC_HCALL_BASE + 0x0) |