summaryrefslogtreecommitdiffstats
path: root/hw/isa/pc87312.c
Commit message (Expand)AuthorAgeFilesLines
* pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312Eduardo Habkost2020-09-091-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-16/+20
* hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-27/+19Star
* hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-31/+12Star
* hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-23/+15Star
* hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé2018-03-121-1/+10
* hw/isa/pc87312: Use 'unsigned int' for the irq valuePhilippe Mathieu-Daudé2018-03-121-3/+3
* hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé2018-03-121-7/+7
* hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé2018-03-121-1/+1
* hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth2017-09-261-0/+2
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* char: remove init callbackMarc-André Lureau2016-10-241-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-131-4/+4
* hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster2015-04-021-0/+2
* hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster2015-04-021-0/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+2
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-2/+5
* hw/isa/pc87312: Remove unused function is_parallel_epp()Peter Maydell2014-06-101-5/+0Star
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-1/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-7/+5Star
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+402