Age | Commit message (Expand) | Author | Files | Lines |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -1/+9 |
2019-12-18 | hw/acpi: Fix legacy CPU plug error API violations | Markus Armbruster | 1 | -7/+3 |
2019-12-17 | acpi: move PC stubs out of stubs/ | Paolo Bonzini | 2 | -1/+9 |
2019-11-05 | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-11-05 | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers | Philippe Mathieu-Daudé | 1 | -40/+0 |
2019-11-05 | piix4: Add a MC146818 RTC Controller as specified in datasheet | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -5/+5 |
2019-10-17 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -4/+3 |
2019-10-15 | hw/acpi/piix4: Convert reset handler to DeviceReset | Philippe Mathieu-Daudé | 1 | -4/+3 |
2019-10-05 | hw/arm: Use GED for system_powerdown event | Shameer Kolothum | 1 | -0/+8 |
2019-10-05 | hw/acpi: Add ACPI Generic Event Device Support | Samuel Ortiz | 3 | -0/+308 |
2019-10-05 | hw/acpi: Do not create memory hotplug method when handler is not defined | Samuel Ortiz | 1 | -4/+6 |
2019-10-05 | hw/acpi: Make ACPI IO address space configurable | Shameer Kolothum | 1 | -19/+14 |
2019-09-20 | ipmi: Fix SSIF ACPI handling to use the right CRS | Corey Minyard | 2 | -7/+8 |
2019-09-20 | acpi: Add i2c serial bus CRS handling | Corey Minyard | 1 | -0/+40 |
2019-09-03 | numa: move numa global variable numa_info into MachineState | Tao Xu | 1 | -2/+4 |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 1 | -1/+3 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 3 | -3/+3 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 3 | -2/+3 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2 | -2/+0 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 5 | -5/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 7 | -0/+8 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 2 | -0/+2 |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 3 | -0/+5 |
2019-06-16 | hw/acpi: extract acpi_add_rom_blob() | Wei Yang | 2 | -1/+36 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -2/+0 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2 | -0/+2 |
2019-05-29 | acpi: pci: use build_append_foo() API to construct MCFG | Wei Yang | 1 | -12/+27 |
2019-05-29 | hw/acpi: Consolidate build_mcfg to pci.c | Wei Yang | 3 | -0/+51 |
2019-05-20 | acpi/pcihp: Add a few more trace points related to unplug | Markus Armbruster | 2 | -0/+10 |
2019-05-20 | acpi/pcihp: Convert debug printf()s to trace events | Markus Armbruster | 2 | -17/+17 |
2019-05-20 | acpi/piix4: Convert debug printf()s to trace events | Markus Armbruster | 2 | -11/+7 |
2019-05-17 | hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity | Philippe Mathieu-Daudé | 1 | -11/+0 |
2019-05-17 | hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header | Philippe Mathieu-Daudé | 1 | -2/+0 |
2019-04-02 | acpi: verify file entries in bios_linker_loader_add_pointer() | Liam Merwick | 1 | -0/+2 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -3/+3 |
2019-03-12 | i386, acpi: check acpi_memory_hotplug capacity in pre_plug | Wei Yang | 2 | -5/+23 |
2019-03-12 | nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO size | Wei Yang | 1 | -1/+1 |
2019-03-12 | nvdimm: use *function* directly instead of allocating it again | Wei Yang | 1 | -1/+1 |
2019-03-12 | nvdimm: fix typo in nvdimm_build_nvdimm_devices argument | Wei Yang | 1 | -2/+2 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -9/+9 |
2019-03-11 | hw/i386: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-03-11 | nvdimm: Rename AcpiNVDIMMState into NVDIMMState | Eric Auger | 1 | -9/+9 |
2019-03-07 | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong | 1 | -0/+6 |
2019-03-07 | i386: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+3 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+20 |
2019-03-06 | qdev: Let the hotplug_handler_unplug() caller delete the device | David Hildenbrand | 3 | -1/+4 |