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_7_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.28   18 months  dv   vmd(8): import mmio decode and emulation, disabled for now. The initial mmio su...
[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.2   2 years  dv   cleanup vmd(8) includes and header files Lots of organic growth other the years...
[TXT] config.c  1.68   15 months  mbuhl   Explicitly initialize vmd_vm pointer with NULL before calling vm_register. Found...
[TXT] control.c  1.40   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] dhcp.c  1.11   2 years  dv   cleanup vmd(8) includes and header files Lots of organic growth other the years...
[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.7   15 months  dv   vmd(8): scan pci bus to determine bootorder strings. vmd's SeaBIOS bootorder st...
[TXT] fw_cfg.h  1.2   2 years  dv   cleanup vmd(8) includes and header files Lots of organic growth other the years...
[TXT] i8253.c  1.36   18 months  mbuhl   Initialize data before passing it to get_input_data. Strictly speaking this is ...
[TXT] i8253.h  1.10   21 months  dv   vmm(4): send all port io emulation to userland Simplify things by sending any i...
[TXT] i8259.c  1.21   18 months  mbuhl   Initialize data before passing it to get_input_data. Strictly speaking this is ...
[TXT] i8259.h  1.5   21 months  dv   vmm(4): send all port io emulation to userland Simplify things by sending any i...
[TXT] loadfile.h  1.16   2 years  claudio   Add back support for -B net -b bsd.rd which emulates a PXE install and results i...
[TXT] loadfile_elf.c  1.45   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[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.25   2 years  mlarkin   vmd: Remove a warning about non-32KHz timebases Remove a warning that has outli...
[TXT] mc146818.h  1.5   6 years  pd   vmd/vmctl: Add ability to pause / unpause vms With help from Ashwin Agrawal ok...
[TXT] mmio.c  1.2   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] mmio.h  1.1   18 months  dv   vmd(8): import mmio decode and emulation, disabled for now. The initial mmio su...
[TXT] ns8250.c  1.36   14 months  dv   vmd(8): backout ns8250 changes. This backs out commit h1IJwTVsYWfnRKWy which in...
[TXT] ns8250.h  1.10   2 years  dv   vmd(8): simplify vcpu logic, removing uart & vionet reads Remove legacy state h...
[TXT] packet.c  1.4   2 years  dv   cleanup vmd(8) includes and header files Lots of organic growth other the years...
[TXT] parse.y  1.63   16 months  dv   Move some header definitions from vmm(4) to vmd(8). Part of an ongoing effort t...
[TXT] pci.c  1.31   15 months  dv   vmd(8): scan pci bus to determine bootorder strings. vmd's SeaBIOS bootorder st...
[TXT] pci.h  1.10   15 months  dv   vmd(8): scan pci bus to determine bootorder strings. vmd's SeaBIOS bootorder st...
[TXT] priv.c  1.22   16 months  dv   Move some header definitions from vmm(4) to vmd(8). Part of an ongoing effort t...
[TXT] proc.c  1.20   15 months  tobhe   proc_ispeer() is not used anywhere anymore so remove it everywhere. ok florian@...
[TXT] proc.h  1.22   19 months  dv   vmd(8): remove unfinished user accounting. User accounting and enforcement was ...
[TXT] vioqcow2.c  1.20   2 years  dv   use correct logging or error calls ftruncate sets errno, so use fatal() and not...
[TXT] vioraw.c  1.7   2 years  dv   vmctl(8)/vmd(8): convert disk sizes from MB to bytes Continue converting other ...
[TXT] vioscsi.c  1.22   17 months  dv   vmd(8): implement zero-copy operations on virtqueues. The original virtio devic...
[TXT] vioscsi.h  1.3   3 years  krw   No need for a private #define for the INQUIRY response_format value '2'. Just us...
[TXT] virtio.c  1.99   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] virtio.h  1.43   17 months  dv   vmd(8): implement zero-copy operations on virtqueues. The original virtio devic...
[TXT] vm.c  1.83   15 months  dv   vmd(8): scan pci bus to determine bootorder strings. vmd's SeaBIOS bootorder st...
[TXT] vm.conf.5  1.62   15 months  deraadt   describe what qcow2 is, in sufficient simple terms
[TXT] vm_agentx.c  1.1   20 months  martijn   Add (partial) support for agentx in vmd. Metrics can be found under mib-2.236 a...
[TXT] vmd.8  1.10   2 years  jmc   adjust Xr for fw_update to section 8; ok afresh sthen deraadt
[TXT] vmd.c  1.138   16 months  dv   Move some header definitions from vmm(4) to vmd(8). Part of an ongoing effort t...
[TXT] vmd.h  1.114   16 months  dv   Move some header definitions from vmm(4) to vmd(8). Part of an ongoing effort t...
[TXT] vmm.c  1.107   16 months  dv   Only open /dev/vmm once in vmd(8). Have the parent process open /dev/vmm and se...
[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 ...