summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/vmt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize var since it's used in a condition a little bit afterwards.mestre2021-02-111-2/+2
* Report full IP address information to the host. Contrary to what I wrotejmatthew2021-01-151-9/+300
* Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferjmatthew2021-01-131-2/+2
* put M_ZERO in the right placejmatthew2021-01-131-2/+2
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-2/+2
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Force a guest info update when we get a Capabilities_Register command.jmatthew2020-02-161-3/+11
* include sys/sensors.h for sensor usejsg2019-12-311-1/+2
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-5/+5
* Implement the VMWare vmbackup protocol using vfs_stall(). This lets youjmatthew2018-03-081-2/+154
* update link to Ken Kato's vmware backdoor protocol documentationjmatthew2017-06-041-2/+2
* yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadjsg2017-02-031-2/+2
* Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedreyk2017-01-101-13/+3
* Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not akettenis2016-10-041-2/+2
* Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnvreyk2016-02-031-14/+26
* Add a key-value interface to pvbus(4) that allows to get or set valuesreyk2016-01-271-2/+57
* Use config_mountroot(9) instead of startuphook_establish(9).mpi2015-12-171-4/+12
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-2/+2
* size for free()deraadt2015-08-271-2/+2
* Merge two return branches in vmt_tclo_tick(). No functional changes.uebayasi2015-08-121-3/+3
* Add callbacks for supported hypervisors in pvbus(4) to print morereyk2015-07-281-3/+4
* Switch pvbus(4) to fully dynamic autoconf - drivers don't have to bereyk2015-07-211-3/+6
* Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be foundreyk2015-07-211-0/+1292