aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/applesmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw/misc/applesmc: Simplify DeviceReset handlerPhilippe Mathieu-Daudé1-15/+21
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/misc/applesmc: Do not call DeviceReset from DeviceRealizePhilippe Mathieu-Daudé1-1/+0
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2022-06-09acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov1-0/+29
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-10-13Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini1-191/+1
2021-10-05hw/misc: applesmc: use host osk as default on macsPedro Tôrres1-1/+191
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-06-23applesmc: fix port i/o access widthGabriel L. Somlo1-2/+2
2017-06-23applesmc: implement error status portGabriel L. Somlo1-26/+115
2017-06-23applesmc: cosmetic whitespace and indentation cleanupGabriel L. Somlo1-48/+50
2016-01-29hw/misc: Clean up includesPeter Maydell1-0/+1
2015-03-01pc: export applesmc IO port/lenIgor Mammedov1-3/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo1-1/+0
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-07-04applesmc: replace register_ioport*Jan Kiszka1-12/+38
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-6/+4
2013-04-29applesmc: QOM'ifyAndreas Färber1-14/+19
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+251