aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/console/console.c
Commit message (Expand)AuthorAgeFilesLines
* xen/console: Introduce a new console driver for Xen guestRoger Pau Monné2015-10-081-512/+0
* xen: introduce xenpv busRoger Pau Monné2014-06-161-1/+1
* xen: fix usage of db_active in xen consoleRoger Pau Monné2014-03-171-2/+1
* xen: add and enable Xen console for PVH guestsRoger Pau Monné2014-03-111-8/+77
* In sys/dev/xen/console/console.c, #if 0 an unused static function.Dimitry Andric2014-02-151-0/+2
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-10/+8
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* remove annoying printf that cripples kdb on PV guestsKip Macy2009-11-241-1/+0
* Cleanups to the Xen console driver:Ed Schouten2009-08-241-41/+27
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1
* don't acquire tty lock with console lock heldKip Macy2009-05-111-0/+2
* xen console lock needs to be a spin lock in case it is acquired from an inter...Kip Macy2009-05-111-3/+3
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-011-2/+1
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-26/+28
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-12/+15
* Remove unused consdev structure fields.Ed Schouten2008-10-271-1/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* change netfront to match xen31_6Kip Macy2008-08-201-1/+1
* Integrate the Xen console driver.Ed Schouten2008-08-201-165/+36
* Compile fixes for xen build.Kip Macy2008-08-151-3/+0
* Import Xen paravirtual drivers.Kip Macy2008-08-121-0/+564