freebsd-dev/sys/amd64/vmm
Andriy Gapon b4a5a4d0d9 vmm_dev: work around a bogus error with gcc 6.3.0
The error is:
vmm_dev.c: In function 'alloc_memseg':
vmm_dev.c:261:11: error: null argument where non-null required (argument 1) [-Werror=nonnull]

Apparently, the gcc is unable to figure out that if a ternary operator
produced a non-NULL value once, then the operator with exactly the same
operands would produce the same value again.

MFC after:	1 week
2017-01-20 13:21:27 +00:00
..
amd fix a syntax error in r308039 ... 2016-10-28 15:57:55 +00:00
intel
io Fix improper use of "its". 2016-11-08 23:59:41 +00:00
vmm_dev.c vmm_dev: work around a bogus error with gcc 6.3.0 2017-01-20 13:21:27 +00:00
vmm_host.c
vmm_host.h Fix a variety of cosmetic typos and misspellings 2017-01-15 18:00:45 +00:00
vmm_instruction_emul.c
vmm_ioport.c
vmm_ioport.h
vmm_ktr.h
vmm_lapic.c
vmm_lapic.h
vmm_mem.c
vmm_mem.h
vmm_stat.c
vmm_stat.h
vmm_util.c
vmm_util.h
vmm.c Enable I/O MMU when PCI pass through is first used. 2016-08-26 20:15:22 +00:00
x86.c
x86.h