]> git.proxmox.com Git - mirror_qemu.git/commit
pseries: Add real mode debugging hcalls
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 10 Aug 2011 14:44:20 +0000 (14:44 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:04 +0000 (09:48 +0200)
commit827200a2df044bbedd55c0894d94391263b7654c
tree7ec1c496a5986f1657415190e966f5f78e94e1c9
parent4e85f82c857550c5864b27ea96571d722bd80b61
pseries: Add real mode debugging hcalls

PAPR systems support several hypercalls intended for use in real mode
debugging tools.  These implement reads and writes to arbitrary guest
physical addresses.  This is useful for real mode software because it
allows access to IO addresses and memory outside the RMA without going
through the somewhat involved process of setting up the hash page table
and enabling translation.

We want these so that when we add real IO devices, the SLOF firmware can
boot from them without having to enter virtual mode.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr_hcall.c