summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell2016-01-142-15/+8Star
|\
| * 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/+2Star
* | 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/+1Star
* i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois2015-10-271-26/+24Star
* escc: add to input categoryLaurent Vivier2015-10-231-0/+1
* hw: char: Remove unnecessary variableShraddha Barke2015-10-081-3/+1Star
* imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck2015-10-081-1/+3
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-1/+1
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-071-35/+0Star
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-08-181-1/+1
|\
| * hw: fix mask for ColdFire UART command registerPaolo Bonzini2015-08-141-1/+1
* | i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois2015-08-131-2/+6
* | i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois2015-08-131-17/+17
* | i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois2015-08-131-16/+19
* | i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-80/+2Star
|/
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin2015-07-271-1/+2
* spapr-vty: Use TYPE_ definition instead of hardcodingDavid Gibson2015-07-071-1/+1
* spapr_vty: lookup should only return valid VTY objectsDavid Gibson2015-07-071-0/+4
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-3/+3
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-25/+16Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-111-1/+2
|\
| * virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao2015-06-101-1/+2