| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | char: avoid chardevice direct access | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | chardev: serial & parallel declaration to own headers | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -2/+2 |
* | serial: fix memory leak in serial exit | Li Qiang | 2017-01-16 | 1 | -0/+10 |
* | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 2016-10-24 | 1 | -16/+14 |
* | char: rename some frontend functions | Marc-André Lureau | 2016-10-24 | 1 | -1/+1 |
* | char: replace PROP_CHR with CharBackend | Marc-André Lureau | 2016-10-24 | 1 | -15/+19 |
* | char: serial: check divider value against baud base | Prasad J Pandit | 2016-10-24 | 1 | -1/+2 |
* | serial: reinstate watch after migration | Paolo Bonzini | 2016-06-29 | 1 | -2/+23 |
* | serial: remove watch on reset | Paolo Bonzini | 2016-06-29 | 1 | -4/+12 |
* | serial: separate serial_xmit and serial_watch_cb | Paolo Bonzini | 2016-06-29 | 1 | -7/+11 |
* | serial: simplify tsr_retry reset | Paolo Bonzini | 2016-06-29 | 1 | -3/+1 |
* | serial: make tsr_retry unsigned | Paolo Bonzini | 2016-06-29 | 1 | -4/+8 |
* | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 2016-03-22 | 1 | -4/+6 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | x86: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | Use error_fatal to simplify obvious fatal errors | Markus Armbruster | 2016-01-13 | 1 | -12/+2 |
* | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2015-06-12 | 1 | -25/+16 |
* | error: Use error_report_err() where appropriate | Markus Armbruster | 2015-02-18 | 1 | -4/+2 |
* | serial: Fix warnings caused by missing 'static' attribute | Stefan Weil | 2015-02-10 | 1 | -7/+7 |
* | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 2015-01-26 | 1 | -2/+2 |
* | serial: refine serial_thr_ipending_needed | Paolo Bonzini | 2015-01-03 | 1 | -2/+11 |
* | serial: only resample THR interrupt on rising edge of IER.THRI | Paolo Bonzini | 2014-12-15 | 1 | -9/+16 |
* | serial: update LSR on enabling/disabling FIFOs | Paolo Bonzini | 2014-12-15 | 1 | -0/+3 |
* | serial: clean up THRE/TEMT handling | Paolo Bonzini | 2014-12-15 | 1 | -14/+12 |
* | serial: reset thri_pending on IER writes with THRI=0 | Paolo Bonzini | 2014-12-15 | 1 | -2/+16 |
* | serial: check if backed by a physical serial port at realize time | Paolo Bonzini | 2014-09-19 | 1 | -2/+3 |
* | serial: reset state at startup | Paolo Bonzini | 2014-09-19 | 1 | -0/+1 |
* | serial: fixing vmstate for save/restore | Pavel Dovgalyuk | 2014-09-11 | 1 | -30/+195 |
* | serial: change retry logic to avoid concurrency | Kirill Batuzov | 2014-07-14 | 1 | -26/+33 |
* | serial: poll the serial console with G_IO_HUP | Roger Pau Monne | 2014-06-30 | 1 | -1/+1 |
* | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 2014-06-16 | 1 | -1/+1 |
* | char/serial: Fix emptyness handling | Don Slutz | 2014-04-07 | 1 | -2/+4 |
* | char/serial: Fix emptyness check | Peter Crosthwaite | 2014-02-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 2013-08-26 | 1 | -11/+11 |
|\ |
|
| * | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -11/+11 |
* | | Convert stderr message calling error_get_pretty() to error_report() | Seiji Aguchi | 2013-08-20 | 1 | -2/+3 |
|/ |
|
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -2/+2 |
* | char/serial: fix copy&paste error (fifo8_is_full vs empty) | Vladimir Senkov | 2013-06-17 | 1 | -1/+1 |
* | Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu | Blue Swirl | 2013-06-15 | 1 | -5/+17 |
|\ |
|
| * | isa: Use realizefn for ISADevice | Andreas Färber | 2013-06-07 | 1 | -5/+17 |
* | | char/serial: serial_ioport_write: Factor out common code | Peter Crosthwaite | 2013-06-11 | 1 | -7/+3 |
* | | char/serial: Use generic Fifo8 | Peter Crosthwaite | 2013-06-11 | 1 | -64/+34 |
* | | char/serial: cosmetic fixes. | Peter Crosthwaite | 2013-06-11 | 1 | -11/+19 |
|/ |
|
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 1 | -1/+1 |