summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2018-03-29Make sure that the global config is send out immediately when it isMartijn van Duren
2018-03-14block two VMs from using the same disk image file at the same time.Mike Larkin
2018-02-28vmd: Fix 100% vmd cpu usage on linux receive / unpausepd
2018-02-18vmd: fix vmctl pause for non existing vm ids (never returns)pd
2018-02-15vmd(8): Properly return the correct byte when doing byte-aligned PCIMike Larkin
2018-02-05remove unused function prototypeMike Larkin
2018-02-01vmd: fix vioscsi dump and restorepd
2018-01-26Fix Failure on Startccardenas
2018-01-19VMD: vioscsi - fix large ISO support in Linuxccardenas
2018-01-16VMD: vioscsi - add support for REPORT_LUNS opcodeccardenas
2018-01-15VMD: vioscsi refactorccardenas
2018-01-10Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM canStuart Henderson
2018-01-08Fix typo in comment; ok mpi@anton
2018-01-08Enable TIOCUCNTL to be able to set ns8250's break detected condition.Martin Pieuchot
2018-01-05Use log_warnx() in places where errno is irrelevant.Jeremie Courreges-Anglas
2018-01-04Address TOCTOU issue with checking to ensure disks are regular files.ccardenas
2018-01-03Add initial CD-ROM support to VMD via vioscsi.ccardenas
2017-12-06Make vmd respect owner when starting non-disabled vms.Aaron Bieber
2017-11-30When performing vmctl reload and a previously configured vm is running,ccardenas
2017-11-29vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudioMike Larkin
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-28fix some spelling errors in a few commentsMike Larkin
2017-11-27typo in comments "optionel" -> "optional"Mike Larkin
2017-11-11reads better as *an* rdomain, i think;Jason McIntyre
2017-11-11update switch handling in vmd(8). vmd now gets switch information (rdomain,Mike Larkin
2017-11-07typo in previousMike Larkin
2017-11-07comment function vm_checkpermMike Larkin
2017-11-05Add minimal DHCP support to vmd's built-in DHCP/BOOTP server.Reyk Floeter
2017-11-04whitespaceMike Larkin
2017-11-04Remove a debug message that has outlived its usefulness.Mike Larkin
2017-10-30vmd no longer creates bridges by default. users should create bridges inMike Larkin
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-10-24Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. ThisMike Larkin
2017-10-24The VMD parent process didn't handle the case of a VM exitingMike Larkin
2017-10-07Prefer memset() over bzero()Philip Guenther
2017-10-07vmd: retain ownership on vm rebootMike Larkin
2017-09-19Clarify a wrong conditional, found by jsg.Mike Larkin
2017-09-18protect i8259 state with a mutex.David Gwynne
2017-09-17vmd: send/recv pci config space instead of recreating pci devices on receivepd
2017-09-17vmd: re add rtc.per and rtc.sec evtimers on receivepd
2017-09-15port taskqs to vmd for use in future work on virtio devicesDavid Gwynne
2017-09-15vmd: improve a debug message with more informationMike Larkin
2017-09-15vmd: emulate UART scratch register, seems to be required by GRUB andMike Larkin
2017-09-14spacingReyk Floeter
2017-09-11add functions to provide direct access to guest memory as vmd addressesDavid Gwynne
2017-09-11bring SET, CLR, and ISSET macros inDavid Gwynne
2017-09-08better VM termination handling.Mike Larkin
2017-09-08fix a wrong comment.Mike Larkin
2017-09-08vmd: add more explanatory log_debug messagesMike Larkin
2017-09-08vmd: handle queue index wraparound in viornd. Without this, openbsd guestsMike Larkin