summary refs log tree commit diff stats
path: root/hw/core/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* CPU topology: extend with s390 specificsPierre Morel2023-10-201-0/+4
* hw/vfio: add ramfb migration supportMarc-André Lureau2023-10-181-0/+1
* ramfb-standalone: add migration supportMarc-André Lureau2023-10-181-0/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-051-1/+4
|\
| * pci: SLT must be ROMichael S. Tsirkin2023-10-041-1/+4
* | Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2023-10-041-10/+0
|\ \
| * | hw/core: remove needless includesMarc-André Lureau2023-10-031-10/+0
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-10-031-0/+33
|\ \ \ | |/ / |/| |
| * | Introduce machine property "audiodev"Martin Kletzander2023-10-031-0/+33
| |/
* / hw/core/machine: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-09-291-2/+0
|/
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2023-09-191-3/+8
|\
| * machine: Improve error message when using default RAM backend idDavid Hildenbrand2023-09-191-3/+8
* | virtio-net: Add support for USO featuresYuri Benditovich2023-09-181-0/+4
|/
* hw: Add compat machines for 8.2Cornelia Huck2023-08-231-0/+3
* pcie: Specify 0 for ARI next function numbersAkihiko Odaki2023-07-101-0/+1
* numa: Validate cluster and NUMA node boundary if requiredGavin Shan2023-06-261-0/+42
* machine: do not crash if default RAM backend name has been stolenIgor Mammedov2023-05-261-0/+8
* hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras2023-05-191-0/+1
* multifd: Create property multifd-flush-after-each-sectionJuan Quintela2023-04-271-1/+3
* hw: Add compat machines for 8.1Cornelia Huck2023-04-201-0/+3
* migration: Fix potential race on postcopy_qemufile_srcPeter Xu2023-04-121-0/+1
* e1000e: Implement system clockAkihiko Odaki2023-03-101-0/+1
* virtio-rng-pci: fix transitional migration compat for vectorsDr. David Alan Gilbert2023-03-021-0/+2
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* virtio-mem: Migrate immutable properties earlyDavid Hildenbrand2023-02-061-1/+3
* virtio-rng-pci: fix migration compat for vectorsDr. David Alan Gilbert2023-01-271-0/+1
* hw: Reduce "qemu/accel.h" inclusionPhilippe Mathieu-Daudé2023-01-061-0/+1
* hw: Add compat machines for 8.0Cornelia Huck2022-12-211-0/+3
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-151-2/+1
|\
| * error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster2022-12-141-2/+1
* | qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-6/+4
|/
* hmat acpi: Don't require initiator value in -numaBrice Goglin2022-11-071-3/+1
* virtio: core: vq reset feature negotation supportKangjie Xu2022-11-071-1/+3
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-0/+3
* hw/cxl: Move the CXLState from MachineState to machine type specific state.Jonathan Cameron2022-06-091-6/+0
* hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron2022-06-091-22/+0
* hw/nvme: do not auto-generate eui64Klaus Jensen2022-06-031-0/+1
* hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2022-05-191-1/+3
* cxl: Machine level control on whether CXL support is enabledJonathan Cameron2022-05-131-0/+28
* machine: move more memory validation to Machine objectPaolo Bonzini2022-05-121-2/+19
* machine: make memory-backend a link propertyPaolo Bonzini2022-05-121-23/+47
* machine: add mem compound propertyPaolo Bonzini2022-05-121-0/+80
* machine: add boot compound propertyPaolo Bonzini2022-05-121-46/+52
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-3/+65
* qapi/machine.json: Add cluster-idGavin Shan2022-05-091-0/+16
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-0/+3
* acpi: fix acpi_index migrationDr. David Alan Gilbert2022-04-061-1/+3
* machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand2022-01-181-1/+1