Skip to content

Commit

Permalink
xen/pci: Shuffle code around.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Konrad Rzeszutek Wilk committed Jul 11, 2011
1 parent 075d9db commit fef6e26
Showing 1 changed file with 173 additions and 173 deletions.
Loading

0 comments on commit fef6e26

Please sign in to comment.