summaryrefslogtreecommitdiffstats
path: root/hw/char/serial.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-25/+16
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-4/+2
* serial: Fix warnings caused by missing 'static' attributeStefan Weil2015-02-101-7/+7
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-2/+2
* serial: refine serial_thr_ipending_neededPaolo Bonzini2015-01-031-2/+11
* serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini2014-12-151-9/+16
* serial: update LSR on enabling/disabling FIFOsPaolo Bonzini2014-12-151-0/+3
* serial: clean up THRE/TEMT handlingPaolo Bonzini2014-12-151-14/+12
* serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini2014-12-151-2/+16
* serial: check if backed by a physical serial port at realize timePaolo Bonzini2014-09-191-2/+3
* serial: reset state at startupPaolo Bonzini2014-09-191-0/+1
* serial: fixing vmstate for save/restorePavel Dovgalyuk2014-09-111-30/+195
* serial: change retry logic to avoid concurrencyKirill Batuzov2014-07-141-26/+33
* serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-301-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-1/+1
* char/serial: Fix emptyness handlingDon Slutz2014-04-071-2/+4
* char/serial: Fix emptyness checkPeter Crosthwaite2014-02-151-1/+1
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-261-11/+11
|\
| * aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-11/+11
* | Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-2/+3
|/
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov2013-06-171-1/+1
* Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl2013-06-151-5/+17
|\
| * isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-5/+17
* | char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite2013-06-111-7/+3
* | char/serial: Use generic Fifo8Peter Crosthwaite2013-06-111-64/+34
* | char/serial: cosmetic fixes.Peter Crosthwaite2013-06-111-11/+19
|/
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+789
OpenPOWER on IntegriCloud