mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
pnv/xive2: Structure/define alignment changes
Made changes to some structure and define elements to ease review in next patchset. Signed-off-by: Michael Kowal <kowal@linux.vnet.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
8c01b2e1f7
commit
64770efd66
1 changed files with 15 additions and 15 deletions
|
@ -53,8 +53,8 @@ static const XiveVstInfo vst_infos[] = {
|
||||||
[VST_NVG] = { "NVGT", sizeof(Xive2Nvgc), 16 },
|
[VST_NVG] = { "NVGT", sizeof(Xive2Nvgc), 16 },
|
||||||
[VST_NVC] = { "NVCT", sizeof(Xive2Nvgc), 16 },
|
[VST_NVC] = { "NVCT", sizeof(Xive2Nvgc), 16 },
|
||||||
|
|
||||||
[VST_IC] = { "IC", 1 /* ? */ , 16 }, /* Topology # */
|
[VST_IC] = { "IC", 1, /* ? */ 16 }, /* Topology # */
|
||||||
[VST_SYNC] = { "SYNC", 1 /* ? */ , 16 }, /* Topology # */
|
[VST_SYNC] = { "SYNC", 1, /* ? */ 16 }, /* Topology # */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This table contains the backing store pages for the interrupt
|
* This table contains the backing store pages for the interrupt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue