Age | Commit message (Expand) | Author |
2018-07-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-07-02 | hw/i386: Use the IEC binary prefix definitions | Paolo Bonzini |
2018-06-26 | hw/i386: Fix IVHD entry length for AMD IOMMU | Jan Kiszka |
2018-05-07 | pc: rename "hotplug memory" terminology to "device memory" | David Hildenbrand |
2018-05-07 | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-20 | hw/acpi-build: build SRAT memory affinity structures for DIMM devices | Haozhong Zhang |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz |
2018-03-13 | acpi: move build_fadt() from i386 specific to generic ACPI source | Igor Mammedov |
2018-03-13 | pc: acpi: use build_append_foo() API to construct FADT | Igor Mammedov |
2018-03-13 | pc: acpi: isolate FADT specific data into AcpiFadtData structure | Igor Mammedov |
2018-03-13 | acpi: move ACPI_PORT_SMI_CMD define to header it belongs to | Igor Mammedov |
2018-03-13 | pc: replace pm object initialization with one-liner in acpi_get_pm_info() | Igor Mammedov |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-01-29 | tpm: add CRB device | Marc-André Lureau |
2018-01-18 | hw/acpi-build: Make next_base easy to follow | Dou Liyang |
2018-01-18 | intel-iommu: Extend address width to 48 bits | Prasad Singamsetty |
2017-12-22 | acpi: Update TPM2 ACPI table to more recent specs | Stefan Berger |
2017-12-18 | hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h" | Philippe Mathieu-Daudé |
2017-12-14 | acpi: change TPM TIS data conditions | Marc-André Lureau |
2017-12-14 | tpm: lookup the the TPM interface instead of TIS device | Marc-André Lureau |
2017-10-15 | fw_cfg: add write callback | Marc-André Lureau |
2017-09-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2017-09-19 | hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM | Eduardo Habkost |
2017-09-19 | hw/i386: Improve some of the warning messages | Alistair Francis |
2017-09-08 | hw/acpi: Move acpi_set_pci_info to pcihp | Anthony PERARD |
2017-08-08 | hw/i386: allow SHPC for Q35 machine | Aleksandr Bezzubikov |
2017-08-02 | pc: acpi: force FADT rev1 for 440fx based machine types | Igor Mammedov |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-03 | hw/acpi: remove dead acpi code | Aleksandr Bezzubikov |
2017-06-20 | acpi: use get_uint() for "pci-hole*" properties | Marc-André Lureau |
2017-06-20 | acpi: use get_uint() for various acpi properties | Marc-André Lureau |
2017-06-20 | acpi: use get_uint() for "acpi-pcihp-io*" properties | Marc-André Lureau |
2017-06-20 | qdev: Use appropriate getter/setters type | Marc-André Lureau |
2017-06-20 | qapi: update the qobject visitor to use QNUM_U64 | Marc-André Lureau |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau |
2017-06-05 | numa: make sure that all cpus have has_node_id set if numa is enabled | Igor Mammedov |
2017-05-29 | pc: ACPI BIOS: use highest NUMA node for hotplug mem hole SRAT entry | Ladi Prosek |
2017-05-18 | Merge remote-tracking branch 'mst/tags/for_upstream' into staging | Stefan Hajnoczi |
2017-05-11 | pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu() | Igor Mammedov |
2017-05-11 | numa: Allow setting NUMA distance for different NUMA nodes | He Chen |
2017-05-10 | hw/acpi-defs: replace leading X with x_ in FADT field names | Ard Biesheuvel |
2017-05-03 | hw/i386: Build-time assertion on pc/q35 reset register being identical. | Phil Dennis-Jordan |
2017-05-03 | hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support. | Phil Dennis-Jordan |
2017-03-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2017-03-02 | hw/pxb-pcie: fix PCI Express hotplug support | Marcel Apfelbaum |
2017-03-02 | acpi: simplify _OSC | Michael S. Tsirkin |
2017-03-02 | ACPI: Add Virtual Machine Generation ID support | Ben Warren |