diff options
author | Greg Kurz | 2020-08-13 19:28:10 +0200 |
---|---|---|
committer | David Gibson | 2020-08-14 05:35:45 +0200 |
commit | 3110f0ee19ccdb50adff3dfa1321039f69efddcd (patch) | |
tree | 88f66cb2f4c740c31762eb4f38bb1c4c3ca16943 /target/ppc | |
parent | nvram: Exit QEMU if NVRAM cannot contain all -prom-env data (diff) | |
download | qemu-3110f0ee19ccdb50adff3dfa1321039f69efddcd.tar.gz qemu-3110f0ee19ccdb50adff3dfa1321039f69efddcd.tar.xz qemu-3110f0ee19ccdb50adff3dfa1321039f69efddcd.zip |
spapr/xive: Use xive_source_esb_len()
static inline size_t xive_source_esb_len(XiveSource *xsrc)
{
return (1ull << xsrc->esb_shift) * xsrc->nr_irqs;
}
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <159733969034.320580.6571451425779179477.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target/ppc')
0 files changed, 0 insertions, 0 deletions