Age | Commit message (Expand) | Author | Files | Lines |
2014-11-10 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141105' into staging | Peter Maydell | 2 | -5/+19 |
2014-11-07 | virtio-serial: avoid crash when port has no name | Marc-André Lureau | 1 | -1/+1 |
2014-11-05 | s390x/sclpconsole: Avoid hanging SCLP ASCII console | Heinz Graalfs | 1 | -1/+11 |
2014-11-05 | s390x/sclpconsole-lm: Fix hanging SCLP line mode console | Heinz Graalfs | 1 | -0/+1 |
2014-11-05 | s390x/sclpconsole-lm: truncate input if line is too long | Heinz Graalfs | 1 | -4/+7 |
2014-10-15 | virtio-serial: Convert to hotplug-handler API | Igor Mammedov | 1 | -5/+15 |
2014-09-19 | serial: check if backed by a physical serial port at realize time | Paolo Bonzini | 1 | -2/+3 |
2014-09-19 | serial: reset state at startup | Paolo Bonzini | 1 | -0/+1 |
2014-09-11 | serial: fixing vmstate for save/restore | Pavel Dovgalyuk | 1 | -30/+195 |
2014-09-11 | parallel: adding vmstate for save/restore | Pavel Dovgalyuk | 1 | -0/+18 |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+0 |
2014-08-18 | virtio-serial: search for duplicate port names before adding new ports | Amit Shah | 1 | -0/+22 |
2014-08-18 | virtio-serial: create a linked list of all active devices | Amit Shah | 1 | -0/+10 |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini | 1 | -3/+0 |
2014-07-17 | cadence_uart: check for serial backend before using it. | KONRAD Frederic | 1 | -4/+11 |
2014-07-16 | virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug | Amit Shah | 1 | -3/+11 |
2014-07-14 | serial-pci: remove memory regions from BAR before destroying them | Paolo Bonzini | 1 | -0/+1 |
2014-07-14 | serial: change retry logic to avoid concurrency | Kirill Batuzov | 1 | -26/+33 |
2014-07-01 | irq: Allocate IRQs individually | Peter Crosthwaite | 1 | -1/+1 |
2014-06-30 | serial: poll the serial console with G_IO_HUP | Roger Pau Monne | 3 | -3/+5 |
2014-06-29 | virtio-serial-bus: use virtio wrappers to access headers | Rusty Russell | 1 | -15/+31 |
2014-06-29 | virtio-serial: implement per-device migration calls | Greg Kurz | 1 | -14/+20 |
2014-06-29 | virtio: introduce device specific migration calls | Greg Kurz | 1 | -1/+1 |
2014-06-29 | virtio-serial: don't migrate the config space | Alexander Graf | 1 | -10/+6 |
2014-06-27 | virtio-serial: report frontend connection state via monitor | Laszlo Ersek | 1 | -3/+9 |
2014-06-24 | virtio-serial: remove useless set_config function | Paolo Bonzini | 1 | -8/+0 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 2 | -3/+3 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela | 2 | -6/+3 |
2014-06-09 | char: xilinx_uartlite: Convert to realize() | Peter Crosthwaite | 1 | -10/+14 |
2014-06-09 | char: xilinx_uartlite: Don't reset from init | Peter Crosthwaite | 1 | -1/+7 |
2014-05-21 | serial-pci: Set prog interface field of pci config to 16550 compatible | BALATON Zoltan | 1 | -0/+7 |
2014-05-16 | input: sparc32 kbd: claim en-us layout | Gerd Hoffmann | 1 | -1/+1 |
2014-05-16 | input: sparc32 kbd: fix some key mappings | Gerd Hoffmann | 1 | -14/+16 |
2014-05-16 | input: switch sparc32 kbd to new input api | Gerd Hoffmann | 1 | -59/+170 |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell | 6 | -16/+8 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 6 | -16/+8 |
2014-05-13 | savevm: Remove all the unneeded version_minimum_id_old (arm) | Juan Quintela | 5 | -7/+1 |
2014-04-07 | char/serial: Fix emptyness handling | Don Slutz | 1 | -2/+4 |
2014-03-18 | pl011: fix incorrect logic to set the RXFF flag | Rob Herring | 1 | -1/+1 |
2014-03-18 | pl011: fix UARTRSR accesses corrupting the UARTCR value | Rob Herring | 1 | -7/+10 |
2014-03-18 | pl011: reset the fifo when enabled or disabled | Rob Herring | 1 | -0/+5 |
2014-03-17 | s390x/sclpconsole-lm: Fix and simplify irq setup | Christian Borntraeger | 1 | -23/+4 |
2014-03-17 | s390x/sclpconsole: Fix and simplify interrupt injection | Christian Borntraeger | 1 | -24/+6 |
2014-03-13 | virtio-console: Fix VIRTIO_CONSOLE() cast macro | Andreas Färber | 1 | -18/+6 |
2014-03-13 | virtio-serial-port: Convert to QOM realize/unrealize | Andreas Färber | 2 | -40/+39 |
2014-03-13 | virtio-console: QOM cast cleanup for VirtConsole | Andreas Färber | 1 | -13/+20 |
2014-02-20 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 8 | -884/+15 |
2014-02-15 | char/serial: Fix emptyness check | Peter Crosthwaite | 1 | -1/+1 |
2014-02-14 | qdev: Remove hex8/32/64 property types | Paolo Bonzini | 3 | -4/+4 |
2014-02-14 | ipack: Move IndustryPack out of hw/char/ | Andreas Färber | 5 | -881/+2 |