acrn-hypervisor/hypervisor/arch/x86/guest
huihuang.shi d3ef8ae5cb fix "warning ISO C forbids omitting the middle term of a?:expression"
According to the C99 manual 6.5.15
syntax conditional-expression
  logical-OR-expression
  logical-OR-expression ? expression :conditional-expression

above bnf rules requires expression not be none

Signed-off-by: huihuang.shi <huihuang.shi@intel.com>
2018-05-24 13:43:53 +08:00
..
guest.c page walk during copy_from_vm/copy_to_vm 2018-05-24 13:42:19 +08:00
instr_emul_wrapper.c HV:remove redundant field 'mmio' from 'struct emul_cnx' 2018-05-23 11:43:56 +08:00
instr_emul_wrapper.h hv: define 4 vcpu modes 2018-05-24 10:16:48 +08:00
instr_emul.c HV: refine 'decode_instruction() function 2018-05-22 16:41:19 +08:00
instr_emul.h HV:remove redundant field 'mmio' from 'struct emul_cnx' 2018-05-23 11:43:56 +08:00
pm.c HV cleanup: assert on vm setup cpu px 2018-05-15 17:25:57 +08:00
ucode.c fix "warning ISO C forbids omitting the middle term of a?:expression" 2018-05-24 13:43:53 +08:00
vcpu.c hv: define 4 vcpu modes 2018-05-24 10:16:48 +08:00
vioapic.c hv: fix incorrect use of atomic_set_xxx 2018-05-18 10:52:31 +08:00
vlapic_priv.h hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vlapic.c hv: define 4 vcpu modes 2018-05-24 10:16:48 +08:00
vm.c HV: add NULL pointer check in 'vm_fixup()' function. 2018-05-24 10:16:15 +08:00
vmcall.c hypercall: do not allow hypercall from UOS except trusty 2018-05-22 11:38:04 +08:00
vmsr.c hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vpic.c refine: remove redundant data type definition 2018-05-15 17:25:54 +08:00