summaryrefslogtreecommitdiff
path: root/sys/src/cmd/vmx
AgeCommit message (Expand)Author
2022-01-24vmx: fix PCI ID for virtio block devicesMichael Forney
2021-09-25vmx: update openbsd kernel heuristicsOri Bernstein
2021-07-11vmx: reset virtio queue state on device resetcinap_lenrek
2021-07-06vmx: emulate ps/2 intellimouse scrollingSigrid Solveig Haflínudóttir
2021-05-12vmx: fix 9p debug server and make it compatible to /proccinap_lenrek
2021-05-12vmx: avoid strdup() register names for register cachecinap_lenrek
2021-05-12vmx: implement long mode page table translationcinap_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(1): build vmxgdb by default, clean it up as wellSigrid
2020-12-08vmx: nanosec(): fix non-interruptable temporary, assign fasthz only once afte...cinap_lenrek
2020-12-08vmx: add fmt checking, fix fmt errors, remove duplication for vmdebugcinap_lenrek
2020-12-08vesa: make unsupported function not an error, set return statusSigrid
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-12-06amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disableSigrid
2020-11-02vmx: mask out bits 0:2 and 24:30 of pci CONFIG_ADDRESS on readcinap_lenrek
2020-10-23vmx/vga: fix allocimage leaksSigrid
2020-10-09vmx: add Kmod4Sigrid
2020-08-10vmx: does not do well with certain fb widths, so restrict itSigrid
2020-08-07vmx: set xstart to either nsec or cycles depending on what is availableSigrid
2020-08-01vmx(1): use _tos->cyclefreq (thanks cinap)Sigrid
2020-07-31vmx(1): add missing fileSigrid
2020-07-31vmx(1): use cycles() instead of nsec() when possibleSigrid
2020-07-31vmx: use _actual_ system kbmapSigrid
2019-05-19vmx: handle build arch exclude in /sys/src/cmd/mkfilecinap_lenrek
2019-05-01vmx: build vmx only for 386 or amd64cinap_lenrek
2019-03-06vmx: check for draw initialization errorsmischief
2018-05-12add signed fixed size integer typedefsqwx
2018-02-25vmx: allow setting mac address of using ea:nnnnnnnnnnnn! prefix, use genrando...cinap_lenrek
2017-12-15ether: allow spoofing of source mac address for bridges; used by vmxcinap_lenrek
2017-12-13vmx(1): fix virtio network bloomfilteraiju
2017-11-27vmx(1): fix openbsd 6.2 amd64 !entrystate bugaiju
2017-08-28devvmx, vmx: lilu dallas multivmaiju
2017-08-28vmx(1): don't realloc virtio queues -- breaks pointersaiju
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-08-13vmx: pass multiboot framebuffer info to kernelcinap_lenrek
2017-08-07vmx: fix hlt idle problemcinap_lenrek
2017-06-27vmx(1): I/O string instructions, incomplete support for IDE disks, misc fixesaiju
2017-06-26vmx: fix build on non-x86 architectures (switch vlong)aiju
2017-06-22vmx(1): fix translateflat on 64-bitaiju
2017-06-21vmx(1): add support for (so far) crude 9p debugging fs; add gdb stub; clean u...aiju
2017-06-20vmx(1): obsdfb: check if curmode is nilaiju
2017-06-20vmx(1): round up frame buffer size to whole pages, ignore vga access in linea...aiju
2017-06-20vmx(1): clean up region handling code; changes to support amd64aiju
2017-06-19vmx(1): i8042: translation changes reported keyboard idaiju
2017-06-18vmx(1): linux kernel loading; PIT fixes to support linux; support VGA 0x3D4 w...aiju