aboutsummaryrefslogtreecommitdiffstats
path: root/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue2024-08-121-2/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingRichard Henderson2024-07-242-1/+10
|\
| * gdbstub: Add helper function to unregister GDB register spaceSalil Mehta2024-07-221-1/+4
| * smbios: make memory device size configurable per MachineIgor Mammedov2024-07-221-0/+6
* | hw: Fix crash that happens when introspecting scsi-block on older machine typesThomas Huth2024-07-221-1/+2
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-07-171-0/+1
|\
| * cpu: Free queued CPU workAkihiko Odaki2024-07-161-0/+1
* | loader: remove load_image_gzipped function as its not used anywhereAni Sinha2024-07-161-13/+0
* | hw/core/loader: allow loading larger ROMsGregor Haas2024-07-161-25/+7
|/
* hw/sd/sdcard: Use spec v3.01 by defaultPhilippe Mathieu-Daudé2024-07-051-0/+1
* accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé2024-07-051-8/+1
* plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé2024-07-051-0/+5
* hw/core: ensure kernel_end never gets used undefinedAlex Bennée2024-07-051-1/+1
* virtio-pci: implement No_Soft_Reset bitJiqian Chen2024-07-011-0/+1
* hw/core/loader: gunzip(): fix memory leak on error pathVladimir Sementsov-Ogievskiy2024-06-301-0/+1
* cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino2024-06-301-0/+3
* hw/intc: Introduce x-query-interrupt-controllers QMP commandPhilippe Mathieu-Daudé2024-06-191-0/+29
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-06-171-0/+1
|\
| * scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang2024-06-101-0/+1
* | migration/multifd: add uadk compression frameworkShameer Kolothum2024-06-141-1/+1
* | migration/multifd: add qpl compression methodYuan Liu2024-06-141-1/+1
|/
* machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini2024-06-081-0/+8
* machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not availablePaolo Bonzini2024-06-081-1/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2024-06-051-3/+1
|\
| * machine: allow early use of machine_require_guest_memfdPaolo Bonzini2024-06-051-1/+1
| * virtio-blk: remove SCSI passthrough functionalityPaolo Bonzini2024-06-051-2/+0
* | core/cpu-common: initialise plugin state before thread creationAlex Bennée2024-06-041-8/+12
* | cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée2024-06-041-0/+5
|/
* Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qemu into stagingRichard Henderson2024-05-221-3/+4
|\
| * hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1Fiona Ebner2024-05-221-3/+3
| * virtio-gpu: fix v2 migrationMarc-André Lureau2024-05-221-0/+1
* | Merge tag 'pull-vfio-20240522' of https://github.com/legoater/qemu into stagingRichard Henderson2024-05-221-0/+1
|\ \ | |/ |/|
| * vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/loadVinayak Kale2024-05-161-0/+1
* | hw/core: allow parameter=1 for SMP topology on any machineDaniel P. Berrangé2024-05-171-57/+27
|/
* kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini2024-05-102-2/+9
* migration: Remove non-multifd compressionFabiano Rosas2024-05-081-1/+0
* accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG pluginsPhilippe Mathieu-Daudé2024-05-061-0/+4
* target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell2024-04-301-1/+3
* hw/core/clock: allow clock_propagate on child clocksRaphael Poggi2024-04-301-1/+0
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-262-2/+2
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-255-10/+80
|\
| * hw/core: Support module-id in numa configurationZhao Liu2024-04-251-0/+16
| * hw/core: Introduce module-id as the topology subindexZhao Liu2024-04-251-0/+4
| * hw/core/machine: Support modules in -smpZhao Liu2024-04-252-6/+34
| * hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-252-1/+2
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-2/+2
| * qmp: add dump machine type compatibility propertiesMaksim Davydov2024-04-251-1/+22
* | reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell2024-04-252-15/+4
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-254-6/+6
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-241-32/+0
|\