summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
...
* virtio: Fix warning caused by missing 'static' attributeStefan Weil2015-02-101-1/+1
* 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-262-3/+3
* Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell2015-01-091-27/+18
|\
| * virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2015-01-051-15/+14
| * virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson2015-01-051-12/+4
* | 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
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141105' into stagingPeter Maydell2014-11-102-5/+19
|\
| * s390x/sclpconsole: Avoid hanging SCLP ASCII consoleHeinz Graalfs2014-11-051-1/+11
| * s390x/sclpconsole-lm: Fix hanging SCLP line mode consoleHeinz Graalfs2014-11-051-0/+1
| * s390x/sclpconsole-lm: truncate input if line is too longHeinz Graalfs2014-11-051-4/+7
* | virtio-serial: avoid crash when port has no nameMarc-André Lureau2014-11-071-1/+1
|/
* virtio-serial: Convert to hotplug-handler APIIgor Mammedov2014-10-151-5/+15
* 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
* parallel: adding vmstate for save/restorePavel Dovgalyuk2014-09-111-0/+18
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-3/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0
* | virtio-serial: search for duplicate port names before adding new portsAmit Shah2014-08-181-0/+22
* | virtio-serial: create a linked list of all active devicesAmit Shah2014-08-181-0/+10
* | cadence_uart: check for serial backend before using it.KONRAD Frederic2014-07-171-4/+11
* | virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah2014-07-161-3/+11
|/
* serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini2014-07-141-0/+1
* serial: change retry logic to avoid concurrencyKirill Batuzov2014-07-141-26/+33
* irq: Allocate IRQs individuallyPeter Crosthwaite2014-07-011-1/+1
* serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-303-3/+5
* virtio-serial-bus: use virtio wrappers to access headersRusty Russell2014-06-291-15/+31
* virtio-serial: implement per-device migration callsGreg Kurz2014-06-291-14/+20
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-serial: don't migrate the config spaceAlexander Graf2014-06-291-10/+6
* virtio-serial: report frontend connection state via monitorLaszlo Ersek2014-06-271-3/+9
* virtio-serial: remove useless set_config functionPaolo Bonzini2014-06-241-8/+0
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-162-3/+3
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-162-6/+3
* char: xilinx_uartlite: Convert to realize()Peter Crosthwaite2014-06-091-10/+14
* char: xilinx_uartlite: Don't reset from initPeter Crosthwaite2014-06-091-1/+7
* serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan2014-05-211-0/+7
* input: sparc32 kbd: claim en-us layoutGerd Hoffmann2014-05-161-1/+1
* input: sparc32 kbd: fix some key mappingsGerd Hoffmann2014-05-161-14/+16
* input: switch sparc32 kbd to new input apiGerd Hoffmann2014-05-161-59/+170
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-156-16/+8
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-146-16/+8
* | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-135-7/+1
|/
* char/serial: Fix emptyness handlingDon Slutz2014-04-071-2/+4
* pl011: fix incorrect logic to set the RXFF flagRob Herring2014-03-181-1/+1
OpenPOWER on IntegriCloud