summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-292-19/+57
|\
| * serial: reinstate watch after migrationPaolo Bonzini2016-06-291-2/+23
| * serial: remove watch on resetPaolo Bonzini2016-06-291-4/+12
| * char: change qemu_chr_fe_add_watch to return unsignedPaolo Bonzini2016-06-291-3/+6
| * serial: separate serial_xmit and serial_watch_cbPaolo Bonzini2016-06-291-7/+11
| * serial: simplify tsr_retry resetPaolo Bonzini2016-06-291-3/+1Star
| * serial: make tsr_retry unsignedPaolo Bonzini2016-06-291-4/+8
* | cadence_uart: Protect against transmit errorsAlistair Francis2016-06-271-2/+5
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+49
|\
| * trace: split out trace events for hw/char/ directoryDaniel P. Berrange2016-06-201-0/+49
* | milkymist: update specification URLsMichael Walle2016-06-201-1/+1
|/
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* hw/char: QOM'ify escc.c (fix)xiaoqiang zhao2016-06-061-5/+7
* hw/char: QOM'ify xilinx_uartlite modelxiaoqiang zhao2016-06-061-4/+6
* hw/char: QOM'ify stm32f2xx_usart modelxiaoqiang zhao2016-06-061-4/+11
* hw/char: QOM'ify digic-uart modelxiaoqiang zhao2016-06-061-4/+6
* hw/char: QOM'ify cadence_uart modelxiaoqiang zhao2016-06-061-6/+7
* hw/char: QOM'ify pl011 modelxiaoqiang zhao2016-06-061-5/+6
* hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao2016-05-291-4/+6
* hw/char: QOM'ify lm32_uart.cxiaoqiang zhao2016-05-291-11/+17
* hw/char: QOM'ify lm32_juart.cxiaoqiang zhao2016-05-291-9/+8Star
* hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao2016-05-291-10/+17
* hw/char: QOM'ify escc.cxiaoqiang zhao2016-05-291-11/+19
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-196-0/+9
* ipack: Update e-mail addressAlberto Garcia2016-05-181-1/+1
* hw/char: QOM'ify sclpconsole.cxiaoqiang zhao2016-05-171-4/+8
* hw/char: QOM'ify sclpconsole-lm.cxiaoqiang zhao2016-05-171-5/+9
* cadence_uart: bounds check write offsetMichael S. Tsirkin2016-04-191-0/+3
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-222-6/+8
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-227-0/+7
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2016-03-162-0/+317
* ui: Shorten references into InputEventEric Blake2016-03-051-5/+7
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-7/+3Star
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-30/+50
* hw: Clean up includesPeter Maydell2016-01-295-0/+5
* arm devices: Clean up includesPeter Maydell2016-01-293-0/+3
* virtio: Clean up includesPeter Maydell2016-01-292-0/+2
* xen: Clean up includesPeter Maydell2016-01-291-6/+1Star
* arm: Clean up includesPeter Maydell2016-01-295-0/+5
* x86: Clean up includesPeter Maydell2016-01-295-0/+5
* s390: Clean up includesPeter Maydell2016-01-292-0/+2
* sparc: Clean up includesPeter Maydell2016-01-291-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* lm32: Clean up includesPeter Maydell2016-01-293-0/+3
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-261-4/+4
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2016-01-261-4/+4
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-2/+2
* xen_console: correctly cleanup primary console on teardown.Ian Campbell2016-01-261-5/+2Star