Age | Commit message (Expand) | Author |
2020-06-12 | acpi: create acpi-common.c and move madt code | Gerd Hoffmann |
2020-06-12 | acpi: make build_madt() more generic. | Gerd Hoffmann |
2020-06-09 | acpi: Move build_tpm2() in the generic part | Eric Auger |
2020-06-09 | acpi: Convert build_tpm2() to build_append* API | Eric Auger |
2020-06-09 | acpi: tpm: Do not build TCPA table for TPM 2 | Stefan Berger |
2020-06-09 | acpi: move aml builder code for parallel device | Gerd Hoffmann |
2020-06-09 | acpi: parallel: don't use _STA method | Gerd Hoffmann |
2020-06-09 | acpi: move aml builder code for serial device | Gerd Hoffmann |
2020-06-09 | acpi: serial: don't use _STA method | Gerd Hoffmann |
2020-06-09 | acpi: move aml builder code for rtc device | Gerd Hoffmann |
2020-06-09 | hw/acpi/nvdimm: add a helper to augment SRAT generation | Vishal Verma |
2020-05-18 | hw: Use QEMU_IS_ALIGNED() on parallel flash block size | Philippe Mathieu-Daudé |
2020-05-15 | qom: Drop @errp parameter of object_property_del() | Markus Armbruster |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster |
2020-05-06 | hw: add compat machines for 5.1 | Cornelia Huck |
2020-05-04 | hw/i386: Make vmmouse helpers static | Philippe Mathieu-Daudé |
2020-05-04 | hw/i386: Add 'vmport.h' local header | Philippe Mathieu-Daudé |
2020-05-04 | hw/i386/vmport: Remove unused 'hw/input/i8042.h' include | Philippe Mathieu-Daudé |
2020-05-04 | hw/i386/pc: Create 'vmport' device in place | Philippe Mathieu-Daudé |
2020-05-04 | acpi: Add Windows ACPI Emulated Device Table (WAET) | Liran Alon |
2020-05-04 | nvdimm: Use configurable ACPI IO base and size | Kwangwoo Lee |
2020-05-04 | acpi: add ISADeviceClass->build_aml() | Gerd Hoffmann |
2020-05-04 | acpi: drop pointless _STA method | Gerd Hoffmann |
2020-04-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-04-13 | acpi: Use macro for table-loader file name | Shameer Kolothum |
2020-04-11 | piix: fix xenfv regression, add compat machine xenfv-4.2 | Olaf Hering |
2020-03-31 | i386: Fix pkg_id offset for EPYC cpu models | Babu Moger |
2020-03-31 | hw/i386: Move arch_id decode inside x86_cpus_init | Babu Moger |
2020-03-31 | hw/i386: Introduce apicid functions inside X86MachineState | Babu Moger |
2020-03-29 | acpi: add acpi=OnOffAuto machine property to x86 and arm virt | Gerd Hoffmann |
2020-03-29 | hw/i386/amd_iommu.c: Fix corruption of log events passed to guest | Peter Maydell |
2020-03-19 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell |
2020-03-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2020-03-17 | hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids | Babu Moger |
2020-03-17 | hw/i386: Update structures to save the number of nodes per package | Babu Moger |
2020-03-17 | hw/i386: Remove unnecessary initialization in x86_cpu_new | Babu Moger |
2020-03-17 | machine: Add SMP Sockets in CpuTopology | Babu Moger |
2020-03-17 | hw/i386: Introduce X86CPUTopoInfo to contain topology info | Babu Moger |
2020-03-17 | hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs | Babu Moger |
2020-03-17 | hw/ide: Remove unneeded inclusion of hw/ide.h | BALATON Zoltan |
2020-03-17 | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan |
2020-03-17 | hw/ide: Get rid of piix3_init functions | BALATON Zoltan |
2020-03-16 | hw/i386/intel_iommu: Fix out-of-bounds access on guest IRT | Jan Kiszka |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-03-09 | hw/i386: Include "hw/mem/nvdimm.h" | Philippe Mathieu-Daudé |
2020-03-08 | hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic | Philippe Mathieu-Daudé |
2020-03-05 | tpm: Separate TPM_TIS and TPM_TIS_ISA configs | Eric Auger |
2020-03-05 | tpm: rename TPM_TIS into TPM_TIS_ISA | Eric Auger |