summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell8-884/+15
2014-02-15char/serial: Fix emptyness checkPeter Crosthwaite1-1/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini3-4/+4
2014-02-14ipack: Move IndustryPack out of hw/char/Andreas Färber5-881/+2
2014-02-14ipoctal232: QOM parent field cleanupAndreas Färber1-4/+6
2014-02-14ipack: QOM parent field cleanup for IPackDeviceAndreas Färber1-1/+4
2014-02-14ipack: QOM parent field cleanup for IPackBusAndreas Färber1-1/+3
2014-02-14ipack: Convert to QOM realizeAndreas Färber3-26/+29
2014-02-04lm32_uart/lm32_juart: use qemu_chr_fe_write_all()Michael Walle2-2/+2
2014-02-04milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()Antony Pavlov1-1/+1
2014-01-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+2
2014-01-08char/cadence_uart: Implement Tx flow controlPeter Crosthwaite1-2/+29
2014-01-08char/cadence_uart: Delete redundant rx rst logicPeter Crosthwaite1-2/+0
2014-01-08char/cadence_uart: Use the TX fifo for transmissionPeter Crosthwaite1-1/+16