summaryrefslogtreecommitdiffstats
path: root/hw/isa/isa-superio.c
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/isa-superio: Fix IDE controller realizationPhilippe Mathieu-Daudé2020-09-011-1/+1
* fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster2020-06-231-12/+6Star
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-151-10/+10
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-10/+5Star
* hw/isa/superio: Make the components QOM childrenMarkus Armbruster2020-05-151-5/+13
* hw/isa/superio: Correct the license textPhilippe Mathieu-Daudé2020-04-011-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-2/+2
* hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé2018-06-011-2/+2
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.cPhilippe Mathieu-Daudé2018-03-121-0/+19
* hw/isa/superio: Factor out the IDE code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+22
* hw/isa/superio: Add a keyboard/mouse controller (8042)Philippe Mathieu-Daudé2018-03-121-0/+3
* hw/isa/superio: Factor out the floppy disc controller code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+36
* hw/isa/superio: Factor out the serial code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+41
* hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé2018-03-121-0/+65
* hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé2018-03-121-0/+28