Age | Commit message (Expand) | Author | Files | Lines |
2020-03-29 | acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot() | Igor Mammedov | 1 | -1/+1 |
2020-03-16 | qom/object: Use common get/set uint helpers | Felipe Franciosi | 1 | -87/+8 |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi | 3 | -11/+12 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé | 1 | -3/+3 |
2020-03-09 | hw/acpi: Include "hw/mem/nvdimm.h" | Philippe Mathieu-Daudé | 2 | -0/+2 |
2020-03-09 | hw/acpi/cpu_hotplug: Include "hw/pci/pci.h" | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-03-09 | hw/southbridge/ich9: Removed unused headers | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-02-21 | mem: move nvdimm_device_list to utilities | Shivaprasad G Bhat | 1 | -27/+1 |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -3/+3 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 3 | -3/+3 |
2020-01-23 | hw/acpi: Remove extra indent in ACPI GED hotplug cb | Keqian Zhu | 1 | -1/+1 |
2020-01-22 | acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command | Igor Mammedov | 1 | -0/+7 |
2020-01-22 | acpi: cpuhp: introduce 'Command data 2' field | Igor Mammedov | 2 | -0/+12 |
2020-01-05 | hmat acpi: Build Memory Side Cache Information Structure(s) | Liu Jingqi | 1 | -1/+68 |
2020-01-05 | hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s) | Liu Jingqi | 1 | -1/+103 |
2020-01-05 | hmat acpi: Build Memory Proximity Domain Attributes Structure(s) | Liu Jingqi | 4 | -2/+147 |
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 |