aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-11Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-0/+7
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-0/+1
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon1-0/+3
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon1-0/+4
2023-09-08arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZEShameer Kolothum1-0/+1
2023-09-08include/: spelling fixesMichael Tokarev5-7/+7
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi3-15/+4
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-1/+0
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé1-1/+0
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé1-3/+0
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé1-5/+0
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev2-2/+0
2023-09-01os-posix.c: create and export os_set_chroot()Michael Tokarev1-0/+1
2023-09-01os-posix.c: create and export os_set_runas()Michael Tokarev1-0/+1
2023-09-01include/sysemu/os-posix.h: move *daemonize* declarations togetherMichael Tokarev1-3/+2
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé2-9/+9
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé2-50/+0
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell1-2/+2
2023-08-24sysemu/hvf: Use vaddr for hvf_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-4/+2
2023-08-24accel/hvf: Widen pc/saved_insn for hvf_sw_breakpointAnton Johansson1-3/+3
2023-08-24accel/kvm: Widen pc/saved_insn for kvm_sw_breakpointAnton Johansson1-3/+3
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+2
2023-07-26migration: Extend query-migrate to provide dirty page limit infoHyman Huang(黄勇)1-0/+2
2023-06-28accel/kvm: Re-include "exec/memattrs.h" headerPhilippe Mathieu-Daudé1-0/+1
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-28accel: Document generic accelerator headersPhilippe Mathieu-Daudé6-0/+12
2023-06-27console/win32: allocate shareable display surfaceMarc-André Lureau1-0/+3
2023-06-06hvf: add guest debugging handlers for Apple Silicon hostsFrancesco Cagnin2-0/+16
2023-06-06hvf: add breakpoint handlersFrancesco Cagnin2-0/+23
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy1-1/+0
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy1-0/+1
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi1-10/+3