Age | Commit message (Expand) | Author |
2021-06-25 | machine: pass QAPI struct to mc->smp_parse | Paolo Bonzini |
2021-06-25 | machine: add error propagation to mc->smp_parse | Paolo Bonzini |
2021-06-25 | machine: move common smp_parse code to caller | Paolo Bonzini |
2021-06-25 | machine: move dies from X86MachineState to CpuTopology | Paolo Bonzini |
2021-05-31 | i386: use better matching family/model/stepping for 'qemu64' CPU | Daniel P. Berrangé |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include hw/boards.h if it's not really necessary | Thomas Huth |
2021-04-30 | hw: add compat machines for 6.1 | Cornelia Huck |
2021-03-22 | acpi: Move setters/getters of oem fields to X86MachineState | Marian Postevca |
2021-03-18 | hw/scsi: remove 'scsi-disk' device | Daniel P. Berrangé |
2021-03-18 | hw/ide: remove 'ide-drive' device | Daniel P. Berrangé |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun |
2021-02-05 | acpi: use constants as strncpy limit | Michael S. Tsirkin |
2021-02-05 | acpi: Permit OEM ID and OEM table ID fields to be changed | Marian Postevca |
2020-12-16 | i386: move kvm accel files into kvm/ | Claudio Fontana |
2020-12-10 | target/i386: Support up to 32768 CPUs without IRQ remapping | David Woodhouse |
2020-12-09 | x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' feature | Igor Mammedov |
2020-12-09 | hw/i386/pc: add max combined fw size as machine configuration option | Erich-McMillan |
2020-12-08 | hw: add compat machines for 6.0 | Cornelia Huck |
2020-12-08 | fw_cfg: Refactor extra pci roots addition | Jiahui Cen |
2020-11-03 | pc: comment style fixup | Michael S. Tsirkin |
2020-11-01 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-10-30 | pc: Implement -no-hpet as sugar for -machine hpet=on | Eduardo Habkost |
2020-10-28 | pc-dimm: Drop @errp argument of pc_dimm_plug() | Greg Kurz |
2020-10-14 | i386/kvm: Delete kvm_allows_irq0_override() | Eduardo Habkost |
2020-09-30 | target/i386: always create kvmclock device | Vitaly Kuznetsov |
2020-09-29 | x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features | Igor Mammedov |
2020-09-29 | cphp: remove deprecated cpu-add command(s) | Igor Mammedov |
2020-09-22 | smp: drop support for deprecated (invalid topologies) | Igor Mammedov |
2020-09-17 | x86: move cpu hotplug from pc to x86 | Gerd Hoffmann |
2020-09-17 | x86: move acpi_dev from pc/microvm | Gerd Hoffmann |
2020-09-02 | Revert "hw/i386: Update structures to save the number of nodes per package" | Babu Moger |
2020-09-02 | Revert "hw/i386: Move arch_id decode inside x86_cpus_init" | Babu Moger |
2020-09-02 | Revert "i386: Fix pkg_id offset for EPYC cpu models" | Babu Moger |
2020-08-22 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2020-08-21 | meson: infrastructure for building emulators | Paolo Bonzini |
2020-08-19 | hw: add compat machines for 5.2 | Cornelia Huck |
2020-07-27 | hw/pci-host: save/restore pci host config register | Hogan Wang |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | error: Avoid unnecessary error_propagate() after error_setg() | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-08 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request... | Peter Maydell |
2020-07-06 | audio: deprecate -soundhw pcspk | Gerd Hoffmann |
2020-07-06 | audio: create pcspk device early | Gerd Hoffmann |
2020-07-06 | audio: rework pcspk_init() | Gerd Hoffmann |
2020-07-06 | pc_basic_device_init: drop no_vmport arg | Gerd Hoffmann |
2020-07-06 | pc_basic_device_init: drop has_pit arg | Gerd Hoffmann |
2020-07-06 | pc_basic_device_init: pass PCMachineState | Gerd Hoffmann |
2020-07-03 | numa: Auto-enable NUMA when any memory devices are possible | David Hildenbrand |