aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell2-13/+30
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé2-4/+9
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-7/+13
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé1-2/+8
2024-01-18Add class property to configure KVM device node to useDaan De Meyer1-0/+1
2024-01-09Merge tag 'pull-replay-fixes-080124-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell1-0/+5
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée1-0/+5
2024-01-05backends/iommufd: Remove mutexCédric Le Goater1-2/+0
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+9
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé1-1/+9
2024-01-04cpus: vm_resumeSteve Sistare1-0/+9
2024-01-04cpus: stop vm in suspended runstateSteve Sistare1-0/+9
2024-01-04cpus: vm_was_suspendedSteve Sistare1-0/+2
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-0/+2
2023-12-20system/qtest: Restrict QTest API to system emulationPhilippe Mathieu-Daudé1-0/+2
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger1-0/+38
2023-11-14dump: Add arch cleanup functionJanosch Frank1-0/+1
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé1-1/+0
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé1-0/+1
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi1-0/+1
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse1-0/+1
2023-11-02dump: Allow directly outputting raw kdump formatStephen Brennan1-0/+1
2023-11-02dump: Pass DumpState to write_ functionsStephen Brennan1-1/+1
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi1-4/+0
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi1-3/+3
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini2-2/+0
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini2-2/+0
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini1-19/+0
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini2-2/+0
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini2-2/+0
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-0/+1
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-3/+3
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini2-10/+0
2023-10-19memory: follow Error API guidelinesMarc-André Lureau1-1/+1
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-2/+2
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2-2/+3
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf1-2/+2
2023-10-12Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/q...Stefan Hajnoczi2-1/+3
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand1-1/+1
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand2-1/+2
2023-10-12softmmu: pass the main loop status to gdb "Wxx" packetClément Chigot1-1/+1
2023-10-12softmmu: add means to pass an exit code when requesting a shutdownClément Chigot1-0/+2
2023-10-12cpus: Remove unused smp_cores/smp_threads declarationsPhilippe Mathieu-Daudé1-7/+0
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi3-4/+72
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé2-1/+72
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé1-3/+0
2023-10-06sysemu/tpm: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-09-29sysemu/device_tree: Clean up local variable shadowingPhilippe Mathieu-Daudé1-4/+2
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf1-2/+2