summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd
AgeCommit message (Expand)Author
2016-10-04Add a new "priv" process that is responsible for ioctls and restrictedReyk Floeter
2016-10-03add RCS tagsMike Larkin
2016-10-03style cleanupMike Larkin
2016-09-29Implement fork+exec for vmd, using the same framework from httpd etc.Reyk Floeter
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-13sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf sectionJasper Lievisse Adriaanse
2016-09-03As vmm(4) can now exit to vmd at any time to process pending interrupts,Mike Larkin
2016-09-03fix some wrong interrupt code that doesn't fit with the new modelMike Larkin
2016-09-03Adding a clean up block to vioblk_notifyq() and vionet_enq_rx()Nayden Markatchev
2016-09-03Make error handling in config_getvm() more robustStefan Kempf
2016-09-02Process incoming com data asynchronously to running VCPUStefan Kempf
2016-09-02Process incoming host->guest packets asynchronously to running VCPUStefan Kempf
2016-09-02Move event handling to separate threadStefan Kempf
2016-09-01normalize some function namesMike Larkin
2016-09-01fix a merge collision, and add some retval checking on various pthread_*Mike Larkin
2016-09-01change some log_warn to log_warnx and convert some integer literals toMike Larkin
2016-09-01Make vcpu_reset_regs use new writeregs codeStefan Kempf
2016-09-01forgot during previous commit, thanks stefan@Mike Larkin
2016-09-01Add a set of emulated legacy devices (PIT, PIC, RTC)Mike Larkin
2016-09-01Fix 2 minor issues and a typo in a comment in the pci emulation subsystem.Mike Larkin
2016-08-31Style, and clarify some out of date commentsMike Larkin
2016-08-17small bits of header cleanup; ok mlarkinTheo de Raadt
2016-08-01Do not pass VM name directly to setproctitle format string.Stefan Kempf
2016-07-29Allow starting a VM again after it was terminatedStefan Kempf
2016-07-19Replace malloc() + memset() with calloc().Martin Natano
2016-07-09Prepare vionet to be handled asynchronously to the VCPU threadStefan Kempf
2016-07-08Return 0 on read from PIT control port. Intel explicitly says this is notMike Larkin
2016-07-07sanity check vm create and run args earlierMike Larkin
2016-07-06clarify a comment about memory regionsMike Larkin
2016-07-04limit each viornd request to 64KB.Mike Larkin
2016-06-30remove some unused variables (that were commented out anyway)Mike Larkin
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-10grammar fix; from nick permyakovJason McIntyre
2016-06-10Access guest memory with normal loads and stores in vmd(8)Stefan Kempf
2016-06-07Allocate RAM for guest VM in vmd(8) and pass it to vmm(4)Stefan Kempf
2016-05-26Copy ELF headers into guest VM memoryStefan Kempf
2016-05-05Fix a pasto; from Michal Mazurek <akfaew at jasminek dot net>.Ingo Schwarze
2016-04-07Place a BOOTARG_END section at the end of the boot arguments list pushedMike Larkin
2016-04-07Remove headers associated with code that's been moved to other .c filesPhilip Guenther
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-04Directly use physical addresses from ELF header for kernel loading.Stefan Kempf
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-13Rework an erroneous warning message about 16 bit i8253 PIT counter I/O.Mike Larkin
2016-03-04Set root device to sd0a, instead of wd0a. Virtio devices show upStefan Kempf
2016-02-16Pass down the initial value of CR0 down to the RESETCPU ioctl() as well.Stefan Kempf
2016-02-07avoid a double free in an error pathJonathan Gray
2016-02-05Fix a possible use-after-free in vmd, forward the result to theReyk Floeter
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2016-01-16vmd(8) sometimes attempts page-crossing data copies between the hostStefan Kempf
2016-01-14stdio.h is not needed here anymore.Mike Larkin