aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'pull-target-arm-20231102' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-0/+21
2023-11-02qdev: Add qdev_prop_set_array()Kevin Wolf1-0/+21
2023-11-01cpr: reboot modeSteve Sistare1-1/+1
2023-11-01migration: mode parameterSteve Sistare1-0/+14
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi4-7/+64
2023-10-20machine: adding s390 topology to info hotpluggable-cpusPierre Morel1-0/+6
2023-10-20CPU topology: extend with s390 specificsPierre Morel3-7/+58
2023-10-19memory: follow Error API guidelinesMarc-André Lureau1-3/+3
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau1-0/+1
2023-10-18ramfb-standalone: add migration supportMarc-André Lureau1-0/+1
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-2/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-1/+4
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-3/+3
2023-10-04Merge tag 'misc-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-10/+0
2023-10-04pci: SLT must be ROMichael S. Tsirkin1-1/+4
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-1/+1
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson1-2/+2
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-12/+37
2023-10-03hw/core: remove needless includesMarc-André Lureau1-10/+0
2023-10-03Introduce machine property "audiodev"Martin Kletzander1-0/+33
2023-10-03audio: return Error ** from audio_state_by_namePaolo Bonzini1-12/+4
2023-09-29hw/core/machine: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+0
2023-09-21hw/other: spelling fixesMichael Tokarev3-4/+4
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-3/+8
2023-09-19machine: Improve error message when using default RAM backend idDavid Hildenbrand1-3/+8
2023-09-18virtio-net: Add support for USO featuresYuri Benditovich1-0/+4
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon1-1/+13
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-0/+3
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil1-2/+2
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki1-0/+1
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu1-0/+10
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson1-2/+6
2023-06-28qdev-properties-system: Lock AioContext for blk_insert_bs()Kevin Wolf1-2/+6
2023-06-26numa: Validate cluster and NUMA node boundary if requiredGavin Shan1-0/+42
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-11/+11
2023-06-09hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé1-2/+1
2023-06-02numa: Check for qemu_strtosz_MiB errorEric Blake1-2/+9
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée1-2/+0
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée2-2/+5
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov1-0/+8
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras1-0/+1
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth2-6/+3
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-14/+2
2023-04-27multifd: Create property multifd-flush-after-each-sectionJuan Quintela1-1/+3
2023-04-20hw/core: Move numa.c into the target independent source setThomas Huth1-1/+1
2023-04-20hw: Add compat machines for 8.1Cornelia Huck1-0/+3
2023-04-12migration: Fix potential race on postcopy_qemufile_srcPeter Xu1-0/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson2-0/+3
2023-03-20replace TABs with spacesYeqi Fu1-21/+21
2023-03-10e1000e: Implement system clockAkihiko Odaki1-0/+1