summaryrefslogtreecommitdiff
path: root/hw/isa/pc87312.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé1-16/+20
2018-03-12hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé1-27/+19
2018-03-12hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé1-31/+12
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé1-23/+15
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé1-1/+10
2018-03-12hw/isa/pc87312: Use 'unsigned int' for the irq valuePhilippe Mathieu-Daudé1-3/+3
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé1-7/+7
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé1-1/+1
2017-09-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth1-0/+2
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove init callbackMarc-André Lureau1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-4/+4
2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster1-0/+2
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster1-0/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+2
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-2/+5
2014-06-10hw/isa/pc87312: Remove unused function is_parallel_epp()Peter Maydell1-5/+0
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-7/+5
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+402