summaryrefslogtreecommitdiffstats
path: root/hw/char
Commit message (Expand)AuthorAgeFilesLines
* ui: Shorten references into InputEventEric Blake2019-11-291-5/+7
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2019-11-291-7/+3
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-30/+50
* hw: Clean up includesPeter Maydell2019-11-295-0/+5
* arm devices: Clean up includesPeter Maydell2019-11-293-0/+3
* virtio: Clean up includesPeter Maydell2019-11-292-0/+2
* xen: Clean up includesPeter Maydell2019-11-291-6/+1
* arm: Clean up includesPeter Maydell2019-11-295-0/+5
* x86: Clean up includesPeter Maydell2019-11-295-0/+5
* s390: Clean up includesPeter Maydell2019-11-292-0/+2
* sparc: Clean up includesPeter Maydell2019-11-291-0/+1
* ppc: Clean up includesPeter Maydell2019-11-291-0/+1
* lm32: Clean up includesPeter Maydell2019-11-293-0/+3
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2019-11-291-4/+4
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2019-11-291-4/+4
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2019-11-291-2/+2
* xen_console: correctly cleanup primary console on teardown.Ian Campbell2019-11-291-5/+2
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2019-11-291-3/+6
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2019-11-291-12/+2
* virtio serial port: fix to incomplete QOMifyCao jin2019-11-291-1/+1
* cris: avoid "naked" qemu_logPaolo Bonzini2019-11-291-1/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-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
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2
* 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/+0
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-071-2/+1
* 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/+2
|/
* 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/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-25/+16
* 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
* | Move parallel_hds_isa_init to hw/isa/isa-bus.cMiroslav Rezanina2015-06-051-25/+0
|/
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
OpenPOWER on IntegriCloud