]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the type of the first argument to the I/O emulation handlers to
authorNeel Natu <neel@FreeBSD.org>
Sun, 26 Oct 2014 19:03:06 +0000 (19:03 +0000)
committerNeel Natu <neel@FreeBSD.org>
Sun, 26 Oct 2014 19:03:06 +0000 (19:03 +0000)
commitf0c8263e558c86bcd68646157ac8738d75923c9b
tree20731063f1756c50fce563e39510d27e17e2228f
parent467298f5e3811b7d5d9280ce6a15b3aaacc8976b
Change the type of the first argument to the I/O emulation handlers to
'struct vm *'. Previously it used to be a 'void *' but there is no reason
to hide the actual type from the handler.

Discussed with: tychon
MFC after: 1 week
sys/amd64/vmm/io/vatpic.c
sys/amd64/vmm/io/vatpic.h
sys/amd64/vmm/io/vatpit.c
sys/amd64/vmm/io/vatpit.h
sys/amd64/vmm/io/vpmtmr.c
sys/amd64/vmm/io/vpmtmr.h
sys/amd64/vmm/vmm_ioport.h