Sign in
qemu
/
qemu
/
7f2acdfbe068de264195509fbd7d682159519c3f
/
hw
/
core
848ca15
hw/core: replace assert(0) with g_assert_not_reached()
by Pierrick Bouvier
· 6 months ago
b313487
hw/core/resettable: Remove transitional_function machinery
by Peter Maydell
· 6 months ago
5fdb6cd
hw/core/qdev: Simplify legacy_reset handling
by Peter Maydell
· 6 months ago
b5fe9bf
hw: Remove device_phases_reset()
by Peter Maydell
· 6 months ago
1000872
hw: Rename DeviceClass::reset field to legacy_reset
by Peter Maydell
· 6 months ago
e3d0814
hw: Use device_class_set_legacy_reset() instead of opencoding
by Peter Maydell
· 6 months ago
134e094
hw: Define new device_class_set_legacy_reset()
by Peter Maydell
· 6 months ago
5313a0a
hw: Remove device_class_set_parent_reset()
by Peter Maydell
· 6 months ago
3baa3c9
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
by Peter Maydell
· 6 months ago
e72a7f6
hw: Move declaration of IRQState to header and add init function
by BALATON Zoltan
· 8 months ago
b8eada5
Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into staging
by Peter Maydell
· 6 months ago
32cfefb
qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'
by Markus Armbruster
· 6 months ago
0aa4bd6
qapi/machine: Drop temporary 'prefix'
by Markus Armbruster
· 6 months ago
80484f9
migration: Introduce 'qatzip' compression method
by Bryan Zhang
· 6 months ago
99ec7b4
platform-bus: fix refcount leak
by Gao Shiyuan
· 6 months ago
fb6051e
hw: add compat machines for 9.2
by Cornelia Huck
· 6 months ago
446e5e8
hw/core/ptimer: fix timer zero period condition for freq > 1GHz
by Jianzhou Yue
· 7 months ago
5885bce
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
by Richard Henderson
· 7 months ago
242da18
gdbstub: Add helper function to unregister GDB register space
by Salil Mehta
· 8 months ago
62f182c
smbios: make memory device size configurable per Machine
by Igor Mammedov
· 8 months ago
d4ff349
hw: Fix crash that happens when introspecting scsi-block on older machine types
by Thomas Huth
· 8 months ago
58ee924
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
by Richard Henderson
· 8 months ago
a376a8d
loader: remove load_image_gzipped function as its not used anywhere
by Ani Sinha
· 8 months ago
c88d074
hw/core/loader: allow loading larger ROMs
by Gregor Haas
· 8 months ago
f8b64d3
cpu: Free queued CPU work
by Akihiko Odaki
· 8 months ago
1ca1958
hw/sd/sdcard: Use spec v3.01 by default
by Philippe Mathieu-Daudé
· 8 months ago
0f3974b
accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/
by Philippe Mathieu-Daudé
· 8 months ago
853c685
plugins: Free CPUPluginState before destroying vCPU state
by Philippe Mathieu-Daudé
· 8 months ago
f5fcc64
hw/core: ensure kernel_end never gets used undefined
by Alex Bennée
· 8 months ago
5d98e18
virtio-pci: implement No_Soft_Reset bit
by Jiqian Chen
· 9 months ago
f22855d
hw/core/loader: gunzip(): fix memory leak on error path
by Vladimir Sementsov-Ogievskiy
· 8 months ago
2b5d12b
cpu: fix memleak of 'halt_cond' and 'thread'
by Matheus Tavares Bernardino
· 9 months ago
795eaa6
hw/intc: Introduce x-query-interrupt-controllers QMP command
by Philippe Mathieu-Daudé
· 9 months ago
85743f5
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
by Richard Henderson
· 9 months ago
f3d8bb7
migration/multifd: add uadk compression framework
by Shameer Kolothum
· 9 months ago
354cac2
migration/multifd: add qpl compression method
by Yuan Liu
· 9 months ago
b4912af
scsi-disk: Fix crash for VM configured with USB CDROM after live migration
by Hyman Huang
· 9 months ago
a2b6a96
machine, hostmem: improve error messages for unsupported features
by Paolo Bonzini
· 9 months ago
75dbebd
machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not available
by Paolo Bonzini
· 9 months ago
f1572ab
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
by Richard Henderson
· 9 months ago
dc0d28c
machine: allow early use of machine_require_guest_memfd
by Paolo Bonzini
· 9 months ago
a271b8d
virtio-blk: remove SCSI passthrough functionality
by Paolo Bonzini
· 10 months ago
638181a
core/cpu-common: initialise plugin state before thread creation
by Alex Bennée
· 9 months ago
a4c2735
cpu: move Qemu[Thread|Cond] setup into common code
by Alex Bennée
· 9 months ago
7e1c004
Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qemu into staging
by Richard Henderson
· 9 months ago
9710401
hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
by Fiona Ebner
· 10 months ago
40a23ef
virtio-gpu: fix v2 migration
by Marc-André Lureau
· 10 months ago
6af8037
Merge tag 'pull-vfio-20240522' of https://github.com/legoater/qemu into staging
by Richard Henderson
· 9 months ago
9d7950e
hw/core: allow parameter=1 for SMP topology on any machine
by Daniel P. Berrangé
· 10 months ago
187716f
vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
by Vinayak Kale
· 10 months ago
1935b7e
kconfig: allow compiling out QEMU device tree code per target
by Paolo Bonzini
· 10 months ago
0222111
migration: Remove non-multifd compression
by Fabiano Rosas
· 10 months ago
57d8284
accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
by Philippe Mathieu-Daudé
· 10 months ago
f037f5b
target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
by Peter Maydell
· 10 months ago
845dd03
hw/core/clock: allow clock_propagate on child clocks
by Raphael Poggi
· 11 months ago
4250826
exec: Declare target_words_bigendian() in 'exec/tswap.h'
by Philippe Mathieu-Daudé
· 1 year, 3 months ago
a118c4a
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
by Richard Henderson
· 10 months ago
098de99
hw/core: Support module-id in numa configuration
by Zhao Liu
· 10 months ago
989bb31
hw/core: Introduce module-id as the topology subindex
by Zhao Liu
· 10 months ago
8ec0a46
hw/core/machine: Support modules in -smp
by Zhao Liu
· 10 months ago
dcba73b
hw/core/machine: Introduce the module as a CPU topology level
by Zhao Liu
· 10 months ago
159fb79
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
by Philippe Mathieu-Daudé
· 11 months ago
631f46d
reset: Add RESET_TYPE_SNAPSHOT_LOAD
by Peter Maydell
· 11 months ago
ad80e36
hw, target: Add ResetType argument to hold and exit phase methods
by Peter Maydell
· 11 months ago
236e939
qmp: add dump machine type compatibility properties
by Maksim Davydov
· 12 months ago
85b5974
Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging
by Richard Henderson
· 10 months ago
1e0a754
Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging
by Richard Henderson
· 10 months ago
1dfd42c
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
by Philippe Mathieu-Daudé
· 11 months ago
be842ef
qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition
by Philippe Mathieu-Daudé
· 12 months ago
f95b25c
qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
by Philippe Mathieu-Daudé
· 12 months ago
37662d8
HostMem: Add mechanism to opt in kvm guest memfd via MachineState
by Xiaoyao Li
· 12 months ago
85fa9ac
hw: Add compat machines for 9.1
by Paolo Bonzini
· 11 months ago
971febb
hw/core: Move system emulation files to system_ss
by Paolo Bonzini
· 11 months ago
52405b7
hw/clock: Let clock_set_mul_div() return a boolean value
by Philippe Mathieu-Daudé
· 11 months ago
6fc6931
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
by Peter Maydell
· 12 months ago
9b588be
hw/i386/q35: Set virtio-iommu aw-bits default value to 39
by Eric Auger
· 12 months ago
9dd5e80
virtio-iommu: Change the default granule to the host page size
by Eric Auger
· 12 months ago
0a5b5ac
hw/acpi: Implement the SRAT GI affinity structure
by Ankit Agrawal
· 12 months ago
c08da86
pcie: Support PCIe Gen5/Gen6 link speeds
by Lukas Stockner
· 1 year ago
7e52d0b
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into staging
by Peter Maydell
· 12 months ago
e692f9c
Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging
by Peter Maydell
· 12 months ago
fa905f6
hw/nvme: add machine compatibility parameter to enable msix exclusive bar
by Klaus Jensen
· 12 months ago
fe6d443
Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into staging
by Peter Maydell
· 12 months ago
97e0310
hw/core: Declare CPUArchId::cpu as CPUState instead of Object
by Philippe Mathieu-Daudé
· 1 year, 1 month ago
2ea09fe
hw/core: Cleanup unused included headers in numa.c
by Zhao Liu
· 12 months ago
5585b02
hw/core: Cleanup unused included header in machine-qmp-cmds.c
by Zhao Liu
· 12 months ago
2ed22b2
hw/core: Cleanup unused included headers in cpu-common.c
by Zhao Liu
· 12 months ago
688f234
hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()
by Zhao Liu
· 12 months ago
bfd65b4
hw/core/loader-fit: Fix missing ERRP_GUARD() for error_prepend()
by Zhao Liu
· 12 months ago
70c25c9
migration/multifd: Enable multifd zero page checking by default.
by Hao Xiang
· 12 months ago
303e6f5
migration/multifd: Implement zero page transmission on the multifd thread.
by Hao Xiang
· 12 months ago
5fdbb1d
migration/multifd: Add new migration option zero-page-detection.
by Hao Xiang
· 12 months ago
4503dcf
hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()
by Zhao Liu
· 12 months ago
54c4ea8
hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations
by Zhao Liu
· 12 months ago
72d346f
hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations
by Zhao Liu
· 12 months ago
965bc08
qdev: Add a granule_mode property
by Eric Auger
· 1 year ago
c006147
plugins: create CPUPluginState and migrate plugin_mask
by Alex Bennée
· 1 year ago
81cf548
cpu: call plugin init hook asynchronously
by Pierrick Bouvier
· 1 year ago
ee59fa1
gdbstub: Simplify XML lookup
by Akihiko Odaki
· 1 year ago
0441e35
hw/core/machine: Use qemu_register_resettable for sysbus reset
by Peter Maydell
· 1 year ago
Next »