summaryrefslogtreecommitdiff
path: root/sys/dev/pv/vmt.c
AgeCommit message (Expand)Author
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