index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
ns8250.c
Age
Commit message (
Expand
)
Author
2021-07-16
vmd(8): simplify vcpu logic, removing uart & vionet reads
dv
2021-06-16
cleanup vmd(8) includes and header files
dv
2021-03-29
Cleanly teardown and restore emulated device state on vm send/receive.
dv
2020-06-28
vmd(8): Eliminate libevent state corruption
pd
2020-06-21
vmd(8): fix ns8250 lockup due to race condition
pd
2020-06-16
vmd(8): backout previous commit to ns8250.c as it reintroduced the bug where the
pd
2020-06-16
vmd(8): fix ns8250 lockup due to race condition
pd
2019-12-11
vmd: proper concurrency control when pausing a vm
pd
2019-12-08
Fully reinstate revision 1.21. Apparently, revision 1.22 (part of
Theo Buehler
2019-11-30
Revert previous - the stability was not as improved as we had thought and
Mike Larkin
2019-11-29
Fix at least one cause of VMs spinning at 100% host CPU
Mike Larkin
2019-05-28
Make vmd(8)'s ns8250 emulation more correct
Mike Larkin
2019-03-11
Do not unconditionally wait for read events on the pty associated with a
anton
2018-10-04
vmd(8): don't forget to set TXRDY in the case when the rate limiter isn't
Mike Larkin
2018-10-03
vmd(8): avoid a divide by zero when the user specified a low baud rate
Mike Larkin
2018-07-12
vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit,
Mike Larkin
2018-07-09
vmd(8): deassert interrupt pins in the PIC at the right times. Helps fix
Mike Larkin
2018-06-19
knf
Reyk Floeter
2018-01-08
Fix typo in comment; ok mpi@
anton
2018-01-08
Enable TIOCUCNTL to be able to set ns8250's break detected condition.
Martin Pieuchot
2017-09-15
vmd: emulate UART scratch register, seems to be required by GRUB and
Mike Larkin
2017-08-14
whitespace and fix a comment typo
Jasper Lievisse Adriaanse
2017-07-15
Add vmctl send and vmctl receive
pd
2017-06-07
vmd: Implement simulated baudrate support in the ns8250 module. The
Mike Larkin
2017-05-08
Adds functions to read and write state of devices in vmd.
Reyk Floeter
2017-03-21
Fix two errors in NS8250 (UART) emulation. The first error zeroed out the
Mike Larkin
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-10-03
add RCS tags
Mike Larkin
2016-09-03
fix some wrong interrupt code that doesn't fit with the new model
Mike Larkin
2016-09-02
Process incoming com data asynchronously to running VCPU
Stefan Kempf
2016-09-01
change some log_warn to log_warnx and convert some integer literals to
Mike Larkin
2016-09-01
Add a set of emulated legacy devices (PIT, PIC, RTC)
Mike Larkin