aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2023-11-14dump: Add arch cleanup functionJanosch Frank
2023-11-07sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targetsPhilippe Mathieu-Daudé
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé
2023-11-07Merge tag 'pull-xenfv-stable-20231106' of git://git.infradead.org/users/dwmw2...Stefan Hajnoczi
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-02dump: Allow directly outputting raw kdump formatStephen Brennan
2023-11-02dump: Pass DumpState to write_ functionsStephen Brennan
2023-10-31util/defer-call: move defer_call() to util/Stefan Hajnoczi
2023-10-31block: rename blk_io_plug_call() API to defer_call()Stefan Hajnoczi
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-10-16Merge tag 'mem-2023-10-12' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-10-12block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf
2023-10-12Merge tag 'pull-riscv-to-apply-20231012-1' of https://github.com/alistair23/q...Stefan Hajnoczi
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-10-12softmmu: pass the main loop status to gdb "Wxx" packetClément Chigot
2023-10-12softmmu: add means to pass an exit code when requesting a shutdownClément Chigot
2023-10-12cpus: Remove unused smp_cores/smp_threads declarationsPhilippe Mathieu-Daudé
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé
2023-10-06sysemu/tpm: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-09-29sysemu/device_tree: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-20block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum
2023-09-08include/: spelling fixesMichael Tokarev
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_chroot()Michael Tokarev
2023-09-01os-posix.c: create and export os_set_runas()Michael Tokarev
2023-09-01include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé