diff options
Diffstat (limited to 'include/xen/interface/physdev.h')
| -rw-r--r-- | include/xen/interface/physdev.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h index 9ce788d8cf49..1844d31f4552 100644 --- a/include/xen/interface/physdev.h +++ b/include/xen/interface/physdev.h | |||
| @@ -56,7 +56,7 @@ struct physdev_eoi { | |||
| 56 | #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 | 56 | #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 |
| 57 | struct physdev_pirq_eoi_gmfn { | 57 | struct physdev_pirq_eoi_gmfn { |
| 58 | /* IN */ | 58 | /* IN */ |
| 59 | unsigned long gmfn; | 59 | xen_ulong_t gmfn; |
| 60 | }; | 60 | }; |
| 61 | 61 | ||
| 62 | /* | 62 | /* |
| @@ -258,6 +258,22 @@ struct physdev_pci_device { | |||
| 258 | uint8_t devfn; | 258 | uint8_t devfn; |
| 259 | }; | 259 | }; |
| 260 | 260 | ||
| 261 | #define PHYSDEVOP_DBGP_RESET_PREPARE 1 | ||
| 262 | #define PHYSDEVOP_DBGP_RESET_DONE 2 | ||
| 263 | |||
| 264 | #define PHYSDEVOP_DBGP_BUS_UNKNOWN 0 | ||
| 265 | #define PHYSDEVOP_DBGP_BUS_PCI 1 | ||
| 266 | |||
| 267 | #define PHYSDEVOP_dbgp_op 29 | ||
| 268 | struct physdev_dbgp_op { | ||
| 269 | /* IN */ | ||
| 270 | uint8_t op; | ||
| 271 | uint8_t bus; | ||
| 272 | union { | ||
| 273 | struct physdev_pci_device pci; | ||
| 274 | } u; | ||
| 275 | }; | ||
| 276 | |||
| 261 | /* | 277 | /* |
| 262 | * Notify that some PIRQ-bound event channels have been unmasked. | 278 | * Notify that some PIRQ-bound event channels have been unmasked. |
| 263 | * ** This command is obsolete since interface version 0x00030202 and is ** | 279 | * ** This command is obsolete since interface version 0x00030202 and is ** |
