summary refs log tree commit diff stats
path: root/hw/char (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+8
* 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/+3
* 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/+1
* 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/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell2016-01-142-15/+8
|\
| * hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-3/+6
| * Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2016-01-131-12/+2
* | virtio serial port: fix to incomplete QOMifyCao jin2016-01-131-1/+1
|/
* cris: avoid "naked" qemu_logPaolo Bonzini2015-12-171-1/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-1/+1
* input: Convert to new qapi union layoutEric Blake2015-11-021-6/+6
* virtio-serial: convert to virtio_mapMichael S. Tsirkin2015-10-291-4/+1
* i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois2015-10-271-26/+24
* escc: add to input categoryLaurent Vivier2015-10-231-0/+1
* hw: char: Remove unnecessary variableShraddha Barke2015-10-081-3/+1
* imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck2015-10-081-1/+3