]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Make field structs of pci_msix_registers and pci_msix_vector anonymous
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 7 May 2015 17:34:01 +0000 (19:34 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 7 May 2015 17:34:01 +0000 (19:34 +0200)
commit6e5862977f6c4880dae731ecefad2d5c757fae0b
tree7b1e6e84f8ff6465aa42473ab50e55cadc49c056
parent1d5f673b63f540242d5436fd0d60d92d1a916bc0
core: Make field structs of pci_msix_registers and pci_msix_vector anonymous

"field" provides no additional information to the reader, and all
affected sub-fields have unique names, so remove this.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/pci.c
hypervisor/include/jailhouse/pci.h
hypervisor/pci.c
hypervisor/pci_ivshmem.c