summaryrefslogtreecommitdiffstats
path: root/hw/isa/vt82c686.c
Commit message (Expand)AuthorAgeFilesLines
* acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+1
* vt82c686: Fix superio_cfg_{read,write}() functionsBALATON Zoltan2021-02-211-5/+6
* vt82c686: Log superio_cfg unimplemented accessesBALATON Zoltan2021-02-211-0/+3
* vt82c686: Simplify by returning earlierBALATON Zoltan2021-02-211-6/+3Star
* vt82c686: Reduce indentation by returning earlyBALATON Zoltan2021-02-211-24/+23Star
* vt82c686: Remove index field of SuperIOConfigBALATON Zoltan2021-02-211-7/+14
* vt82c686: Move creation of ISA devices to the ISA bridgeBALATON Zoltan2021-02-211-0/+20
* vt82c686: Simplify vt82c686b_realize()BALATON Zoltan2021-02-211-14/+6Star
* vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-211-28/+56
* vt82c686: Set user_creatable=false for VT82C686B_PMBALATON Zoltan2021-02-211-1/+2
* vt82c686: Fix up power management io base and configBALATON Zoltan2021-02-211-10/+12
* vt82c686: Correctly reset all registers to default values on resetBALATON Zoltan2021-02-211-4/+4
* vt82c686: Correct vt82c686-pm I/O sizeBALATON Zoltan2021-02-211-1/+1
* vt82c686: Make vt82c686-pm an I/O tracing regionBALATON Zoltan2021-02-211-2/+24
* vt82c686: Fix SMBus IO base and configuration registersBALATON Zoltan2021-02-211-13/+36
* vt82c686: Reorganise codeBALATON Zoltan2021-02-211-139/+140
* vt82c686: Move superio memory region to SuperIOConfig structBALATON Zoltan2021-02-211-8/+8
* vt82c686: Rename superio config related partsBALATON Zoltan2021-01-041-24/+24
* vt82c686: Use shorter name for local variable holding object stateBALATON Zoltan2021-01-041-15/+15
* vt82c686: Remove unneeded includes and definesBALATON Zoltan2021-01-041-5/+0Star
* vt82c686: Convert debug printf to trace pointsBALATON Zoltan2021-01-041-36/+15Star
* vt82c686: Remove legacy vt82c686b_pm_init() functionBALATON Zoltan2021-01-041-18/+0Star
* vt82c686: Remove legacy vt82c686b_isa_init() functionBALATON Zoltan2021-01-041-9/+0Star
* vt82c686: Split off via-[am]c97 into separate file in hw/audioBALATON Zoltan2021-01-041-91/+0Star
* vt82c686: Remove vt82c686b_[am]c97_init() functionsBALATON Zoltan2021-01-041-23/+4Star
* vt82c686: Rename VT82C686B to VT82C686B_ISABALATON Zoltan2021-01-041-10/+10
* vt82c686: Remove unnecessary _DEVICE suffix from type macrosBALATON Zoltan2021-01-041-25/+23Star
* vt82c686: Rename AC97/MC97 parts from VT82C686B to VIABALATON Zoltan2021-01-041-14/+14
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-12/+4Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-8/+8
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-8/+13
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-6/+7
* hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé2020-05-261-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* mips: fulong 2e: Renovate coding styleFilip Bozuta2019-12-161-11/+12
* hw/isa/vt82c686: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-7/+4Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot 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: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* i2c: Split smbus into partsCorey Minyard2019-02-281-1/+0Star
* i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard2018-08-231-1/+1
* hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIOPhilippe Mathieu-Daudé2018-03-121-0/+20
* hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()Philippe Mathieu-Daudé2018-03-121-1/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+16