commit | fef6e26208879f76bada77c11c80d56ebacb32e4 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jul 06 10:16:21 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jul 11 13:19:25 2011 -0400 |
tree | 7fdcd859444b21fe23217ef67364512a8f50ed9b | |
parent | 075d9db13183c102770dc6cefabfee1b832f9614 [diff] |
xen/pci: Shuffle code around. The file is hard to read. Move the code around so that the contents of it follows a uniform format: - setup GSIs - PV, HVM, and initial domain case - then MSI/MSI-x setup - PV, HVM and then initial domain case. - then MSI/MSI-x teardown - same order. - lastly, the __init functions in PV, HVM, and initial domain order. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>