summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * acpi: move PC stubs out of stubs/Paolo Bonzini2019-12-172-1/+9
* | hw/acpi: Fix legacy CPU plug error API violationsMarkus Armbruster2019-12-181-7/+3Star
|/
* hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-051-1/+1
* hw/i386: Remove obsolete LoadStateHandler::load_state_old handlersPhilippe Mathieu-Daudé2019-11-051-40/+0Star
* piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-1/+1
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-5/+5
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-10-171-4/+3Star
|\
| * hw/acpi/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-4/+3Star
* | hw/arm: Use GED for system_powerdown eventShameer Kolothum2019-10-051-0/+8
* | hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz2019-10-053-0/+308
* | hw/acpi: Do not create memory hotplug method when handler is not definedSamuel Ortiz2019-10-051-4/+6
* | hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-19/+14Star
|/
* ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2019-09-202-7/+8
* acpi: Add i2c serial bus CRS handlingCorey Minyard2019-09-201-0/+40
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-2/+4
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+3
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-213-3/+3
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-163-2/+3
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-165-5/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-167-0/+8
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-163-0/+5
* hw/acpi: extract acpi_add_rom_blob()Wei Yang2019-06-162-1/+36
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-122-0/+2
* acpi: pci: use build_append_foo() API to construct MCFGWei Yang2019-05-301-12/+27
* hw/acpi: Consolidate build_mcfg to pci.cWei Yang2019-05-303-0/+51
* acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2019-05-212-0/+10
* acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-212-17/+17
* acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-212-11/+7Star
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-11/+0Star
* hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé2019-05-171-2/+0Star
* acpi: verify file entries in bios_linker_loader_add_pointer()Liam Merwick2019-04-021-0/+2
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2019-03-132-5/+23
* nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang2019-03-131-1/+1
* nvdimm: use *function* directly instead of allocating it againWei Yang2019-03-131-1/+1
* nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang2019-03-131-2/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-121-9/+9
|\
| * nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger2019-03-111-9/+9
* | hw/i386: Remove unused includePhilippe Mathieu-Daudé2019-03-111-1/+0Star
|/
* i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong2019-03-071-0/+6
* i386: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+3
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+20
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-063-1/+4
* hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang2019-03-061-3/+1Star