summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-09Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson
2015-01-05virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson
2015-01-03serial: refine serial_thr_ipending_neededPaolo Bonzini
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini
2014-11-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141105' into stagingPeter Maydell
2014-11-07virtio-serial: avoid crash when port has no nameMarc-André Lureau
2014-11-05s390x/sclpconsole: Avoid hanging SCLP ASCII consoleHeinz Graalfs
2014-11-05s390x/sclpconsole-lm: Fix hanging SCLP line mode consoleHeinz Graalfs
2014-11-05s390x/sclpconsole-lm: truncate input if line is too longHeinz Graalfs
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov
2014-09-19serial: check if backed by a physical serial port at realize timePaolo Bonzini
2014-09-19serial: reset state at startupPaolo Bonzini
2014-09-11serial: fixing vmstate for save/restorePavel Dovgalyuk
2014-09-11parallel: adding vmstate for save/restorePavel Dovgalyuk
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-07-17cadence_uart: check for serial backend before using it.KONRAD Frederic
2014-07-16virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah
2014-07-14serial-pci: remove memory regions from BAR before destroying themPaolo Bonzini
2014-07-14serial: change retry logic to avoid concurrencyKirill Batuzov
2014-07-01irq: Allocate IRQs individuallyPeter Crosthwaite
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek
2014-06-24virtio-serial: remove useless set_config functionPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-06-09char: xilinx_uartlite: Convert to realize()Peter Crosthwaite
2014-06-09char: xilinx_uartlite: Don't reset from initPeter Crosthwaite
2014-05-21serial-pci: Set prog interface field of pci config to 16550 compatibleBALATON Zoltan
2014-05-16input: sparc32 kbd: claim en-us layoutGerd Hoffmann
2014-05-16input: sparc32 kbd: fix some key mappingsGerd Hoffmann
2014-05-16input: switch sparc32 kbd to new input apiGerd Hoffmann
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2014-04-07char/serial: Fix emptyness handlingDon Slutz
2014-03-18pl011: fix incorrect logic to set the RXFF flagRob Herring