diff options
author | Daniel Henrique Barboza | 2021-01-14 19:06:22 +0100 |
---|---|---|
committer | David Gibson | 2021-01-19 00:20:29 +0100 |
commit | bb51f2fae746a79164a4da2a5b58b64ae7defb0b (patch) | |
tree | 2f4134bfbfc716213e70a82fa8773c46710e3b06 /include/hw/ppc | |
parent | spapr: Improve handling of memory unplug with old guests (diff) | |
download | qemu-bb51f2fae746a79164a4da2a5b58b64ae7defb0b.tar.gz qemu-bb51f2fae746a79164a4da2a5b58b64ae7defb0b.tar.xz qemu-bb51f2fae746a79164a4da2a5b58b64ae7defb0b.zip |
spapr.h: fix trailing whitespace in phb_placement
This whitespace was messing with lots of diffs if you happen
to use an editor that eliminates trailing whitespaces on file
save.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20210114180628.1675603-2-danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r-- | include/hw/ppc/spapr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index 3ad2ff7132..7f785409e4 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -144,7 +144,7 @@ struct SpaprMachineClass { bool pre_5_2_numa_associativity; bool (*phb_placement)(SpaprMachineState *spapr, uint32_t index, - uint64_t *buid, hwaddr *pio, + uint64_t *buid, hwaddr *pio, hwaddr *mmio32, hwaddr *mmio64, unsigned n_dma, uint32_t *liobns, hwaddr *nv2gpa, hwaddr *nv2atsd, Error **errp); |