summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vmx/vmx.c
AgeCommit message (Expand)Author
2021-05-12vmx: avoid strdup() register names for register cachecinap_lenrek
2021-02-23vmx: reduce cpu load by eliminating nop-loopSigrid
2020-12-10vmx: clean up mksegment, memset only if segment existed (devsegment clears ne...Sigrid
2020-12-08vmx: add fmt checking, fix fmt errors, remove duplication for vmdebugcinap_lenrek
2020-12-08vmx: add -D option to enable debug messages, use vmdebug for non-fatal "errors"Sigrid
2020-12-07vmx: add -v|-w flag to control window creation behaviourcinap_lenrek
2020-07-31vmx(1): use cycles() instead of nsec() when possibleSigrid
2018-02-25vmx: allow setting mac address of using ea:nnnnnnnnnnnn! prefix, use genrando...cinap_lenrek
2017-08-28devvmx, vmx: lilu dallas multivmaiju
2017-08-24vmx(1): VGA framebuffer should be normal memoryaiju
2017-08-24vmx(1): fixed code that assumed uintptr==uvlongaiju
2017-08-24vmx(1): memory map improvements, x86 simulator for MMIOaiju
2017-08-14vmx: allocate sticky instead of more expensive fixed segmentcinap_lenrek
2017-06-27vmx(1): I/O string instructions, incomplete support for IDE disks, misc fixesaiju
2017-06-21vmx(1): add support for (so far) crude 9p debugging fs; add gdb stub; clean u...aiju
2017-06-20vmx(1): clean up region handling code; changes to support amd64aiju
2017-06-17vmx(1): don't zero all memory, don't abandon uart on eof, sleep before transm...aiju
2017-06-17vmx(1): support debug instructionsaiju
2017-06-17vmx: VESA support and other misc I/O improvementsaiju
2017-06-13add vmx(1)aiju