Re: [Qemu-devel] [PATCH 16/26] Implement hcall based RTAS for pSeries machines

2011-03-16 Thread Anthony Liguori
On 03/15/2011 11:56 PM, David Gibson wrote: diff --git a/hw/spapr_rtas.c b/hw/spapr_rtas.c new file mode 100644 index 000..c606018 --- /dev/null +++ b/hw/spapr_rtas.c @@ -0,0 +1,104 @@ Needs copyright Regards, Anthony Liguori +#include "cpu.h" +#include "sysemu.h" +#include "qemu-char.h

[Qemu-devel] [PATCH 16/26] Implement hcall based RTAS for pSeries machines

2011-03-15 Thread David Gibson
On pSeries machines, operating systems can instantiate "RTAS" (Run-Time Abstraction Services), a runtime component of the firmware which implements a number of low-level, infrequently used operations. On logical partitions under a hypervisor, many of the RTAS functions require hypervisor privilege