summaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)AuthorFilesLines
2016-04-19cadence_uart: bounds check write offsetMichael S. Tsirkin1-0/+3
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2-6/+8
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster7-0/+7
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-1/+1
2016-03-16bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) blockAndrew Baumann2-0/+317
2016-03-05ui: Shorten references into InputEventEric Blake1-5/+7
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-7/+3
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-30/+50
2016-01-29hw: Clean up includesPeter Maydell5-0/+5
2016-01-29arm devices: Clean up includesPeter Maydell3-0/+3
2016-01-29virtio: Clean up includesPeter Maydell2-0/+2
2016-01-29xen: Clean up includesPeter Maydell1-6/+1
2016-01-29arm: Clean up includesPeter Maydell5-0/+5
2016-01-29x86: Clean up includesPeter Maydell5-0/+5
2016-01-29s390: Clean up includesPeter Maydell2-0/+2
2016-01-29sparc: Clean up includesPeter Maydell1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-29lm32: Clean up includesPeter Maydell3-0/+3
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell1-4/+4
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell1-4/+4
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell1-2/+2
2016-01-26xen_console: correctly cleanup primary console on teardown.Ian Campbell1-5/+2
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell2-15/+8
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-3/+6
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-12/+2
2016-01-13virtio serial port: fix to incomplete QOMifyCao jin1-1/+1
2015-12-17cris: avoid "naked" qemu_logPaolo Bonzini1-1/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-11-02input: Convert to new qapi union layoutEric Blake1-6/+6
2015-10-29virtio-serial: convert to virtio_mapMichael S. Tsirkin1-4/+1
2015-10-27i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois1-26/+24
2015-10-23escc: add to input categoryLaurent Vivier1-0/+1
2015-10-08hw: char: Remove unnecessary variableShraddha Barke1-3/+1
2015-10-08imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck1-1/+3
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-1/+1
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-35/+0
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-08-14hw: fix mask for ColdFire UART command registerPaolo Bonzini1-1/+1
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois1-2/+6
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois1-17/+17
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois1-16/+19
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois1-80/+2
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin1-1/+2
2015-07-07spapr-vty: Use TYPE_ definition instead of hardcodingDavid Gibson1-1/+1
2015-07-07spapr_vty: lookup should only return valid VTY objectsDavid Gibson1-0/+4
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-3/+3