x86/HVM: remove identical relationship between ioreq type and rangeset type
authorYu Zhang <yu.c.zhang@linux.intel.com>
Mon, 21 Dec 2015 16:07:55 +0000 (17:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 21 Dec 2015 16:07:55 +0000 (17:07 +0100)
commite2b84f09ec8d0602d90cc437b4accea31c6d69ca
tree24371cda64139838c0b15aa219e94095c04e131b
parent33c19df9a5a097ad47c4e97dccc2aa3afa4b381d
x86/HVM: remove identical relationship between ioreq type and rangeset type

This patch uses HVMOP_IO_RANGE_XXX values rather than the raw ioreq
type to select the ioreq server, therefore the identical relationship
between ioreq type and rangeset type is no longer necessary.

Signed-off-by: Yu Zhang <yu.c.zhang@linux.intel.com>
Signed-off-by: Shuai Ruan <shuai.ruan@linux.intel.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/hvm.c