OpenBSD CVS

src/usr.sbin/vmd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / vmd

Current tag: OPENBSD_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   5 years  pd   disable vmd/vmctl for i386 Next commit will delete vmm(4) for i386. Reasons to...
[TXT] atomicio.c  1.1   7 years  reyk   Adds functions to read and write state of devices in vmd. This is required for ...
[TXT] atomicio.h  1.1   7 years  reyk   Adds functions to read and write state of devices in vmd. This is required for ...
[TXT] config.c  1.58   5 years  jasper   track the state of the vm (running, paused, etc) using a single bitfield instead...
[TXT] control.c  1.30   5 years  claudio   Introduce IMSG_VMDOP_WAIT_VM_REQUEST a control message that registers a vmctl pe...
[TXT] dhcp.c  1.8   5 years  anton   branches: 1.8.10; When netbooting a vm using the `-B net' option, set the hostn...
[TXT] dhcp.h  1.1   7 years  reyk   Add support for dynamic "NAT" interfaces (-L/local interface). When a local int...
[TXT] fw_cfg.c  1.2   4 years  jsg   use sizeof(struct) not sizeof(pointer) in calloc call ok deraadt@
[TXT] fw_cfg.h  1.1   5 years  claudio   Implement the fw_cfg interface basics and use it to set the bootorder if a bootd...
[TXT] i8253.c  1.29   5 years  claudio   No need to \n in log_debug. Part of a larger diff. OK mlarkin@ ccardenas@
[TXT] i8253.h  1.9   6 years  mlarkin   vmd(8): handle PIT channel 2 status readback via port 0x61 Allow PIT channel 2 ...
[TXT] i8259.c  1.19   5 years  mlarkin   vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding ...
[TXT] i8259.h  1.4   6 years  mlarkin   vmd(8): implement vmd side of ELCR registers ok guenther
[TXT] loadfile.h  1.12   5 years  claudio   Unbreak vmctl start foo -b /bsd -d disk.img -cL Define a local definition of LOA...
[TXT] loadfile_elf.c  1.35   5 years  claudio   Unbreak vmctl start foo -b /bsd -d disk.img -cL Define a local definition of LOA...
[TXT] log.c  1.8   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] mc146818.c  1.19   5 years  jasper   only reschedule the periodic interrupt after updating register A if something ch...
[TXT] mc146818.h  1.5   6 years  pd   vmd/vmctl: Add ability to pause / unpause vms With help from Ashwin Agrawal ok...
[TXT] ns8250.c  1.21   5 years  mlarkin   Make vmd(8)'s ns8250 emulation more correct Remove the scratch register (8250s ...
[TXT] ns8250.h  1.8   5 years  mlarkin   Make vmd(8)'s ns8250 emulation more correct Remove the scratch register (8250s ...
[TXT] packet.c  1.1   7 years  reyk   Add support for dynamic "NAT" interfaces (-L/local interface). When a local int...
[TXT] parse.y  1.52   5 years  anton   Add support for `boot device' to vm.conf grammar which is the `-B device' counte...
[TXT] pci.c  1.27   5 years  mlarkin   vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding ...
[TXT] pci.h  1.7   6 years  pd   vmd: send/recv pci config space instead of recreating pci devices on receive ok...
[TXT] priv.c  1.15   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] proc.c  1.18   5 years  bluhm   During the fork+exec implementation, daemon(3) was moved after proc_init(). As ...
[TXT] proc.h  1.16   5 years  bluhm   During the fork+exec implementation, daemon(3) was moved after proc_init(). As ...
[TXT] vioqcow2.c  1.13   5 years  deraadt   an alloca() snuck into the tree. We don't use alloca() in our tree unless it is...
[TXT] vioraw.c  1.5   5 years  reyk   Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c This...
[TXT] vioscsi.c  1.12   5 years  sf   unbreak vmd build include new virtio_pcireg.h header
[TXT] vioscsi.h  1.2   6 years  ccardenas   VMD: vioscsi - add support for REPORT_LUNS opcode ok mlarkin@
[TXT] virtio.c  1.79   4 years  mlarkin   vmd(8): fix memory leak in virtio network TX path. ok reyk, mpi, benno, tb
[TXT] virtio.h  1.34   5 years  claudio   Make it possible to define the bootdevice in vmd. This information is used curre...
[TXT] vm.c  1.51   4 years  pd   vmm/vmd: Fix migration with pvclock Implement VMM_IOC_READVMPARAMS and VMM_IOC...
[TXT] vm.conf.5  1.44   5 years  schwarze   Delete some .Sx macros that were used in a wrong way. Part of a patch from Steph...
[TXT] vmd.8  1.8   6 years  mlarkin   Update vmd man page to describe we have more processes running (aside from one p...
[TXT] vmd.c  1.116   4 years  mlarkin   vmd(8): memory leak in an error path Found by Hiltjo Posthuma, thanks!
[TXT] vmd.h  1.97   4 years  tobhe   Remove unused VMD_DISK_INVALID message type and mark it obsolete. ok mlarkin@
[TXT] vmm.c  1.93   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] vmm.h  1.6   5 years  mlarkin   vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, avoiding ...
[TXT] disklabel.c (in the Attic) [Hide]  1.2   6 years  deraadt   quarterly rescan of the tree: remove unneccessary sys/param.h, and annotate the...
[TXT] task.c (in the Attic) [Hide]  1.2   5 years  reyk   knf
[TXT] task.h (in the Attic) [Hide]  1.1   6 years  dlg   port taskqs to vmd for use in future work on virtio devices these are backed by...
[TXT] ufs.c (in the Attic) [Hide]  1.6   6 years  guenther   Prefer memset() over bzero() ok deraadt@ mlarkin@
[TXT] vmboot.c (in the Attic) [Hide]  1.7   5 years  reyk   Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c This...
[TXT] vmboot.h (in the Attic) [Hide]  1.2   7 years  reyk   Implement basic support for boot.conf(8) on the disk image. Like the real boot ...