Age | Commit message (Expand) | Author |
2019-10-15 | hw/acpi/piix4: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé |
2019-09-20 | ipmi: Fix SSIF ACPI handling to use the right CRS | Corey Minyard |
2019-09-20 | acpi: Add i2c serial bus CRS handling | Corey Minyard |
2019-09-03 | numa: move numa global variable numa_info into MachineState | Tao Xu |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-16 | hw/acpi: extract acpi_add_rom_blob() | Wei Yang |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | acpi: pci: use build_append_foo() API to construct MCFG | Wei Yang |
2019-05-29 | hw/acpi: Consolidate build_mcfg to pci.c | Wei Yang |
2019-05-20 | acpi/pcihp: Add a few more trace points related to unplug | Markus Armbruster |
2019-05-20 | acpi/pcihp: Convert debug printf()s to trace events | Markus Armbruster |
2019-05-20 | acpi/piix4: Convert debug printf()s to trace events | Markus Armbruster |
2019-05-17 | hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity | Philippe Mathieu-Daudé |
2019-05-17 | hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header | Philippe Mathieu-Daudé |
2019-04-02 | acpi: verify file entries in bios_linker_loader_add_pointer() | Liam Merwick |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-12 | i386, acpi: check acpi_memory_hotplug capacity in pre_plug | Wei Yang |
2019-03-12 | nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO size | Wei Yang |
2019-03-12 | nvdimm: use *function* directly instead of allocating it again | Wei Yang |
2019-03-12 | nvdimm: fix typo in nvdimm_build_nvdimm_devices argument | Wei Yang |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-03-11 | hw/i386: Remove unused include | Philippe Mathieu-Daudé |
2019-03-11 | nvdimm: Rename AcpiNVDIMMState into NVDIMMState | Eric Auger |
2019-03-07 | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong |
2019-03-07 | i386: express dependencies with Kconfig | Paolo Bonzini |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand |
2019-03-06 | hw/acpi: remove unnecessary variable acpi_table_builtin | Wei Yang |
2019-03-06 | hw/acpi: remove unused function acpi_table_add_builtin() | Wei Yang |
2019-02-27 | i2c:pm_smbus: Fix state transfer | Corey Minyard |
2019-02-17 | qdev: pass an Object * to qbus_set_hotplug_handler() | Michael Roth |
2019-02-01 | uuid: Make qemu_uuid_bswap() take and return a QemuUUID | Peter Maydell |
2019-01-30 | typo: apci->acpi | Dr. David Alan Gilbert |
2019-01-17 | hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arrays | Philippe Mathieu-Daudé |
2019-01-17 | hw: acpi: Fix memory hotplug AML generation error | Yang Zhong |
2019-01-17 | acpi: add ACPI memory clear interface | Marc-André Lureau |
2019-01-17 | acpi: build TPM Physical Presence interface | Stefan Berger |
2018-12-20 | pci/pcihp: perform unplug via the hotplug handler | David Hildenbrand |
2018-12-20 | pci/pcihp: overwrite hotplug handler recursively from the start | David Hildenbrand |