index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
Age
Commit message (
Expand
)
Author
2024-07-13
mmio.c is now empty and can be removed
Mike Larkin
2024-07-13
Add missing RCS header to vmd(8)'s vmm.h.
Dave Voutila
2024-07-12
vmd(8): Fix error handling in tx path.
Jan Klemkow
2024-07-12
Quiet vmd debug logging about page faults.
Dave Voutila
2024-07-10
Missed some files in previous commit to split vmd into mi/md.
Dave Voutila
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-07-09
vmd(8): Avoid double DHCP reply when using the internal dhcp server.
Jan Klemkow
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2024-07-08
Quiet vmd in debug logging mode. We don't need to hear about handled
Dave Voutila
2024-06-20
vmd(8): protect global vm and vcpu state with mutex.
Dave Voutila
2024-05-18
remove prototypes with no matching function
Jonathan Gray
2024-04-29
vmm & vmd: drop "continue" flag to simplify running a vcpu.
Dave Voutila
2024-04-09
vmm/vmd: add exception injection and refactor inject api.
Dave Voutila
2024-04-09
Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are
Tobias Heider
2024-04-08
Call daemon() only in parent and before proc_exec() to avoid orphaning child
Tobias Heider
2024-02-22
vmd(8): only add vionet tap read events after a notify event.
Dave Voutila
2024-02-20
Utilize separate threads for RX and TX in vmd(8)'s vionet.
Dave Voutila
2024-02-10
Prevent use of uninitialized byte in vmd's mmio decoder.
Dave Voutila
2024-02-10
Fix locked address interfaces in vmd(8).
Dave Voutila
2024-02-10
Set vmd virtio device fds to -1 on close after fork.
Dave Voutila
2024-02-09
Only debug log dhcp packet info if packet is found.
Dave Voutila
2024-02-09
Tuck vmd's i8253 reset debug logs behind DPRINTF.
Dave Voutila
2024-02-05
Cleanup fcntl(3) usage and fd lifetimes in vmd(8).
Dave Voutila
2024-02-04
Remove dead code and fix null deref if vm is not found.
Dave Voutila
2024-02-04
Prevent null pointer deref is vm isn't found.
Dave Voutila
2024-02-04
Initialize result in vioblk notification handler.
Dave Voutila
2024-02-04
Reverse calloc args.
Dave Voutila
2024-02-03
Add tap(4) read events after rx virtqueue notification.
Dave Voutila
2024-02-03
fix vmd vioblk fd closing bounds test
Jonathan Gray
2024-02-02
Explain missing group on getgrnam(3) failure.
Dave Voutila
2024-01-30
Rewrite vmd(8)'s vionet to be zero-copy.
Dave Voutila
2024-01-18
Use imsg_get_fd() in vmd.
Claudio Jeker
2024-01-10
vmm/vmd: add io instruction length to exit information.
Dave Voutila
2024-01-03
vmd(8): improve error messages when out of tap devices.
Dave Voutila
2024-01-03
vmd(8): remove unused variable from vionet_notify_tx.
Dave Voutila
2023-11-03
vmd(8): fix block size calculation for vioscsi devices.
Dave Voutila
2023-10-25
vmd(8): stop toggling irq deassert for edge triggered devs.
Dave Voutila
2023-09-26
vmd(8): disambiguate log messages per vm and device.
Dave Voutila
2023-09-26
vmd(8): fix vm pause deadlock.
Dave Voutila
2023-09-23
vmd(8): correct log messages, no functional change.
Dave Voutila
2023-09-23
vmd(8): log vmd's vm id, not vmm's in vcpu_run_loop.
Dave Voutila
2023-09-14
vmd(8)/vioblk: use zero-copy approach & vectored io.
Dave Voutila
2023-09-06
Correct error message: vionet -> vioblk. No functional change.
Dave Voutila
2023-09-06
vmd(8): clean up struct ioinfo.
Dave Voutila
2023-09-06
vmm(4)/vmd(8): include pending interrupt in vm_run_parmams.
Dave Voutila
2023-09-01
vmd(8): ignore masks on asserts, use synchronous deasserts.
Dave Voutila
2023-07-27
vmd(8): fix verbose logging in child processes.
Dave Voutila
2023-07-15
vmd(8): fix use of qcow base images.
Dave Voutila
2023-07-13
vmd(8): pull validation into local prefix parser.
Dave Voutila
2023-07-03
when shutting down a vm, handle the VM id in the same way as a VM name argument
Jasper Lievisse Adriaanse
[next]