summaryrefslogtreecommitdiff
path: root/sys/dev/pv/vmt.c
AgeCommit message (Expand)Author
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2022-12-28Change space character to TAB.ASOU Masato
2022-12-26Add close vmt.ASOU Masato
2022-12-03Modify vmt to use the buffer allocated in pvbus directly instead ofYASUOKA Masahiko
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-01-09spellingJonathan Gray
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew
2021-01-13put M_ZERO in the right placeJonathan Matthew
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-02-16Force a guest info update when we get a Capabilities_Register command.Jonathan Matthew
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-03-08Implement the VMWare vmbackup protocol using vfs_stall(). This lets youJonathan Matthew
2017-06-04update link to Ken Kato's vmware backdoor protocol documentationJonathan Matthew
2017-02-03yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadJonathan Gray
2017-01-10Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedReyk Floeter
2016-10-04Use "%s" in vm_rpc_send_rpci_tx() call. Avoids a "format string is not aMark Kettenis
2016-02-03Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnvReyk Floeter
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2015-12-17Use config_mountroot(9) instead of startuphook_establish(9).Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-08-27size for free()Theo de Raadt
2015-08-12Merge two return branches in vmt_tclo_tick(). No functional changes.Masao Uebayashi
2015-07-28Add callbacks for supported hypervisors in pvbus(4) to print moreReyk Floeter
2015-07-21Switch pvbus(4) to fully dynamic autoconf - drivers don't have to beReyk Floeter
2015-07-21Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be foundReyk Floeter