summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-18ipack: Update e-mail addressAlberto Garcia
2016-05-17hw/char: QOM'ify sclpconsole.cxiaoqiang zhao
2016-05-17hw/char: QOM'ify sclpconsole-lm.cxiaoqiang zhao
2016-04-19cadence_uart: bounds check write offsetMichael S. Tsirkin
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann
2016-03-05ui: Shorten references into InputEventEric Blake
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-29hw: Clean up includesPeter Maydell
2016-01-29arm devices: Clean up includesPeter Maydell
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-29xen: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-29s390: Clean up includesPeter Maydell
2016-01-29sparc: Clean up includesPeter Maydell
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-26xen_console: correctly cleanup primary console on teardown.Ian Campbell
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster
2016-01-13virtio serial port: fix to incomplete QOMifyCao jin
2015-12-17cris: avoid "naked" qemu_logPaolo Bonzini
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-10-29virtio-serial: convert to virtio_mapMichael S. Tsirkin
2015-10-27i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois
2015-10-23escc: add to input categoryLaurent Vivier
2015-10-08hw: char: Remove unnecessary variableShraddha Barke
2015-10-08imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-08-14hw: fix mask for ColdFire UART command registerPaolo Bonzini
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois
2015-07-27virtio: get_features() can failJason Wang