summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini1-9/+16
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini1-0/+3
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini1-14/+12
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini1-2/+16
2014-11-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141105' into stagingPeter Maydell2-5/+19
2014-11-07virtio-serial: avoid crash when port has no nameMarc-André Lureau1-1/+1
2014-11-05s390x/sclpconsole: Avoid hanging SCLP ASCII consoleHeinz Graalfs1-1/+11
2014-11-05s390x/sclpconsole-lm: Fix hanging SCLP line mode consoleHeinz Graalfs1-0/+1
2014-11-05s390x/sclpconsole-lm: truncate input if line is too longHeinz Graalfs1-4/+7
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov1-5/+15
2014-09-19serial: check if backed by a physical serial port at realize timePaolo Bonzini1-2/+3
2014-09-19serial: reset state at startupPaolo Bonzini1-0/+1
2014-09-11serial: fixing vmstate for save/restorePavel Dovgalyuk1-30/+195
2014-09-11parallel: adding vmstate for save/restorePavel Dovgalyuk1-0/+18
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+0
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah1-0/+10
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-07-17cadence_uart: check for serial backend before using it.KONRAD Frederic1-4/+11
2014-07-16virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah1-3/+11
2014-07-14serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini1-0/+1
2014-07-14serial: change retry logic to avoid concurrencyKirill Batuzov1-26/+33
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite1-1/+1
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne3-3/+5
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell1-15/+31
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz1-14/+20
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek1-3/+9
2014-06-24virtio-serial: remove useless set_config functionPaolo Bonzini1-8/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2-3/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2-6/+3
2014-06-09char: xilinx_uartlite: Convert to realize()Peter Crosthwaite1-10/+14
2014-06-09char: xilinx_uartlite: Don't reset from initPeter Crosthwaite1-1/+7
2014-05-21serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan1-0/+7
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann1-1/+1
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann1-14/+16
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann1-59/+170
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell6-16/+8
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela6-16/+8
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela5-7/+1
2014-04-07char/serial: Fix emptyness handlingDon Slutz1-2/+4
2014-03-18pl011: fix incorrect logic to set the RXFF flagRob Herring1-1/+1
2014-03-18pl011: fix UARTRSR accesses corrupting the UARTCR valueRob Herring1-7/+10
2014-03-18pl011: reset the fifo when enabled or disabledRob Herring1-0/+5
2014-03-17s390x/sclpconsole-lm: Fix and simplify irq setupChristian Borntraeger1-23/+4
2014-03-17s390x/sclpconsole: Fix and simplify interrupt injectionChristian Borntraeger1-24/+6
2014-03-13virtio-console: Fix VIRTIO_CONSOLE() cast macroAndreas Färber1-18/+6
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber2-40/+39
2014-03-13virtio-console: QOM cast cleanup for VirtConsoleAndreas Färber1-13/+20