Age | Commit message (Expand) | Author | Files | Lines |
2021-02-23 | acpi/core: always set SCI_EN when SMM isn't supported | Isaku Yamahata | 1 | -1/+1 |
2021-02-23 | ich9, piix4: add property, smm-compat, to keep compatibility of SMM | Isaku Yamahata | 1 | -0/+1 |
2021-02-21 | vt82c686: Fix superio_cfg_{read,write}() functions | BALATON Zoltan | 1 | -5/+6 |
2021-02-21 | vt82c686: Log superio_cfg unimplemented accesses | BALATON Zoltan | 1 | -0/+3 |
2021-02-21 | vt82c686: Simplify by returning earlier | BALATON Zoltan | 1 | -6/+3 |
2021-02-21 | vt82c686: Reduce indentation by returning early | BALATON Zoltan | 1 | -24/+23 |
2021-02-21 | vt82c686: Remove index field of SuperIOConfig | BALATON Zoltan | 1 | -7/+14 |
2021-02-21 | vt82c686: Move creation of ISA devices to the ISA bridge | BALATON Zoltan | 1 | -0/+20 |
2021-02-21 | vt82c686: Simplify vt82c686b_realize() | BALATON Zoltan | 1 | -14/+6 |
2021-02-21 | vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it | BALATON Zoltan | 1 | -28/+56 |
2021-02-21 | vt82c686: Set user_creatable=false for VT82C686B_PM | BALATON Zoltan | 1 | -1/+2 |
2021-02-21 | vt82c686: Fix up power management io base and config | BALATON Zoltan | 1 | -10/+12 |
2021-02-21 | vt82c686: Correctly reset all registers to default values on reset | BALATON Zoltan | 1 | -4/+4 |
2021-02-21 | vt82c686: Correct vt82c686-pm I/O size | BALATON Zoltan | 1 | -1/+1 |
2021-02-21 | vt82c686: Make vt82c686-pm an I/O tracing region | BALATON Zoltan | 2 | -2/+26 |
2021-02-21 | vt82c686: Fix SMBus IO base and configuration registers | BALATON Zoltan | 1 | -13/+36 |
2021-02-21 | vt82c686: Reorganise code | BALATON Zoltan | 1 | -139/+140 |
2021-02-21 | vt82c686: Move superio memory region to SuperIOConfig struct | BALATON Zoltan | 1 | -8/+8 |
2021-01-04 | vt82c686: Rename superio config related parts | BALATON Zoltan | 1 | -24/+24 |
2021-01-04 | vt82c686: Use shorter name for local variable holding object state | BALATON Zoltan | 1 | -15/+15 |
2021-01-04 | vt82c686: Remove unneeded includes and defines | BALATON Zoltan | 1 | -5/+0 |
2021-01-04 | vt82c686: Convert debug printf to trace points | BALATON Zoltan | 2 | -36/+21 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_pm_init() function | BALATON Zoltan | 1 | -18/+0 |
2021-01-04 | vt82c686: Remove legacy vt82c686b_isa_init() function | BALATON Zoltan | 1 | -9/+0 |
2021-01-04 | vt82c686: Split off via-[am]c97 into separate file in hw/audio | BALATON Zoltan | 1 | -91/+0 |
2021-01-04 | vt82c686: Remove vt82c686b_[am]c97_init() functions | BALATON Zoltan | 1 | -23/+4 |
2021-01-04 | vt82c686: Rename VT82C686B to VT82C686B_ISA | BALATON Zoltan | 1 | -10/+10 |
2021-01-04 | vt82c686: Remove unnecessary _DEVICE suffix from type macros | BALATON Zoltan | 1 | -25/+23 |
2021-01-04 | vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA | BALATON Zoltan | 1 | -14/+14 |
2021-01-04 | hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-12-09 | x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' feature | Igor Mammedov | 1 | -1/+7 |
2020-12-09 | x86: ich9: factor out "guest_cpu_hotplug_features" | Igor Mammedov | 1 | -2/+6 |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2 | -2/+2 |
2020-11-15 | prep: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-11-03 | hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQ | Philippe Mathieu-Daudé | 1 | -3/+11 |
2020-09-29 | x86: ich9: expose "smi_negotiated_features" as a QOM property | Igor Mammedov | 1 | -0/+3 |
2020-09-29 | x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features | Igor Mammedov | 1 | -0/+13 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 3 | -18/+6 |
2020-09-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 1 | -7/+2 |
2020-09-09 | lpc_ich9: Use typedef name for instance_size | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312 | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 3 | -12/+12 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 3 | -12/+21 |
2020-09-09 | hw/isa/isa-bus: Replace hw_error() by assert() | Philippe Mathieu-Daudé | 1 | -7/+2 |
2020-09-01 | hw/isa/isa-superio: Fix IDE controller realization | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-08-27 | piix: Move QOM macros to header | Eduardo Habkost | 1 | -4/+0 |
2020-08-21 | meson: convert hw/isa | Marc-André Lureau | 2 | -11/+11 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -2/+1 |