aboutsummaryrefslogtreecommitdiff
path: root/hw/char
AgeCommit message (Expand)Author
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" devicepull-target-arm-20150813Jean-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
2015-07-27virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin
2015-07-07spapr-vty: Use TYPE_ definition instead of hardcodingDavid Gibson
2015-07-07spapr_vty: lookup should only return valid VTY objectsDavid Gibson
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-10virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao
2015-06-05Move parallel_hds_isa_init to hw/isa/isa-bus.cMiroslav Rezanina
2015-06-01virtio: make features 64bit wideGerd Hoffmann