]> git.proxmox.com Git - mirror_qemu.git/commit
hw/ppc/spapr: Implement the h_set_xdabr hypercall
authorThomas Huth <thuth@redhat.com>
Thu, 11 Feb 2016 12:47:20 +0000 (13:47 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 16 Feb 2016 22:59:30 +0000 (09:59 +1100)
commite49ff266f8ade3f3a21ec48d13ecf4a77b1c8572
tree01c00c0e1c51edc05bb93a641da1988b9fc789f5
parentaf08a58f0ca338eafee855921859a8c1ace0175b
hw/ppc/spapr: Implement the h_set_xdabr hypercall

The H_SET_XDABR hypercall is similar to H_SET_DABR, but also sets
the extended DABR (DABRX) register.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_hcall.c