Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxl: add missing "break;" to do_pci_remove
Otherwise we erroneously fall through the LIBXL_DOMAIN_TYPE_PV case into the "default: abort()". (I'm sure we fixed this once already...) Signed-off-by: Ian Campbell <[email protected]> Tested-by: Dario Faggioli <[email protected]> Committed-by: Ian Jackson <[email protected]>
- Loading branch information