mirror of https://github.com/xemu-project/xemu.git
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
|
@ -53,8 +53,8 @@ static const XiveVstInfo vst_infos[] = {
|
|||
[VST_NVG] = { "NVGT", sizeof(Xive2Nvgc), 16 },
|
||||
[VST_NVC] = { "NVCT", sizeof(Xive2Nvgc), 16 },
|
||||
|
||||
[VST_IC] = { "IC", 1 /* ? */ , 16 }, /* Topology # */
|
||||
[VST_SYNC] = { "SYNC", 1 /* ? */ , 16 }, /* Topology # */
|
||||
[VST_IC] = { "IC", 1, /* ? */ 16 }, /* Topology # */
|
||||
[VST_SYNC] = { "SYNC", 1, /* ? */ 16 }, /* Topology # */
|
||||
|
||||
/*
|
||||
* This table contains the backing store pages for the interrupt
|
||||
|
|
Loading…
Reference in New Issue