]> git.proxmox.com Git - mirror_qemu.git/commit
spapr: Move hypercall_register_softmmu
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 25 Mar 2022 22:11:12 +0000 (19:11 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Wed, 20 Apr 2022 21:00:30 +0000 (18:00 -0300)
commit0939ac2cd9c0ad02dbfa65fb528c0c69431d01b5
treed381984867e608ef548af2343587c069f8e778c6
parent354ff1557ad8a448330a870cf0166c4a7bb5eb36
spapr: Move hypercall_register_softmmu

I'm moving this because next patch will add more code under the ifdef
and it will be cleaner if we keep them together.

Also switch the ifdef branches to make it more convenient to add code
under CONFIG_TCG in the next patch.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20220325221113.255834-2-farosas@linux.ibm.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/spapr_hcall.c