Files
acrn-hypervisor/arch/x86
Yonghua Huang fd6a0d8c9b add IO requrest 'req_buf' check before reference
This address maybe invalid if a hostile address was set
in hypercall 'HC_SET_IOREQ_BUFFER'.it should be validated
before using.

Update:
  -- save HVA to guest OS's request buffer in hyperviosr
  -- change type of 'req_buf' from 'uint64_t' to 'void *'
  -- remove HPA to HVA translation code when using this addr.
  -- use error number instead of -1 when return error cases.

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-04-12 18:05:57 +08:00
..
2018-04-12 15:47:25 +08:00
2018-04-12 14:00:56 +08:00
2018-03-07 21:05:38 +08:00
2018-03-07 21:05:38 +08:00
2018-04-08 16:50:02 +08:00
2018-03-07 21:05:38 +08:00
2018-04-12 14:00:56 +08:00
2018-04-12 14:00:56 +08:00
2018-03-07 21:05:38 +08:00
2018-03-07 21:05:38 +08:00
2018-03-28 10:46:32 +08:00
2018-04-10 15:05:46 +08:00