]> git.proxmox.com Git - mirror_qemu.git/history - accel/hvf/hvf-accel-ops.c
accel: Do not set CPUState::can_do_io in non-TCG accels
[mirror_qemu.git] / accel / hvf / hvf-accel-ops.c
2024-01-19 Philippe Mathieu... accel: Do not set CPUState::can_do_io in non-TCG accels
2024-01-16 Peter MaydellMerge tag 'hppa-fixes-8.2-pull-request' of https:/...
2024-01-11 Peter MaydellMerge tag 'firmware/edk2-20231213-pull-request' of...
2024-01-09 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2024-01-08 Stefan Hajnoczisystem/cpus: rename qemu_mutex_lock_iothread() to bql_l...
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-03 Richard Hendersonaccel/tcg: Move can_do_io to CPUNegativeOffsetState
2023-08-29 Stefan HajnocziMerge tag '2023q3-bsd-user-pull-request' of https:...
2023-08-28 Stefan HajnocziMerge tag 'pull-tcg-20230823-2' of https://gitlab.com...
2023-08-24 Anton Johanssonaccel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint
2023-06-30 Richard HendersonMerge tag 'pull-request-2023-06-29' of https://gitlab...
2023-06-29 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-29 Richard HendersonMerge tag 'accel-20230628' of https://github.com/philmd...
2023-06-28 Isaku Yamahataexec/memory: Add symbolic value for memory listener...
2023-06-28 Philippe Mathieu... accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-06-06 Richard HendersonMerge tag 'pull-target-arm-20230606' of https://git...
2023-06-06 Francesco Cagninhvf: add guest debugging handlers for Apple Silicon...
2023-06-06 Francesco Cagninhvf: add breakpoint handlers
2022-06-11 Richard HendersonMerge tag 'for_upstream' of git://git.kernel.org/pub...
2022-06-09 Richard HendersonMerge tag 'pull-xen-20220609' of https://xenbits.xen...
2022-06-09 Richard HendersonMerge tag 'pull-target-arm-20220609' of https://git...
2022-06-08 Peter MaydellFix 'writeable' typos
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauReplace qemu_real_host_page variables with inlined...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/quic/tags/pull...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/bonzini/tags...
2021-11-02 Alexander Grafhvf: Avoid mapping regions < PAGE_SIZE as ram
2021-10-15 Richard HendersonMerge remote-tracking branch 'remotes/thuth/tags/pull...
2021-10-13 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-10-13 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-10-13 Richard HendersonMerge remote-tracking branch 'remotes/bonzini/tags...
2021-10-13 Alexander Grafhvf: Determine slot count from struct layout
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-09-30 Peter Xumemory: Name all the memory listeners
2021-09-21 Richard HendersonMerge remote-tracking branch 'remotes/alistair23/tags...
2021-09-21 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-09-21 Peter Collingbournearm/hvf: Add a WFI handler
2021-09-20 Alexander Grafhvf: Add Apple Silicon support
2021-09-20 Alexander Grafhvf: Introduce hvf_arch_init() callback
2021-09-20 Alexander Grafhvf: Add execute to dirty log permission bitmap
2021-06-04 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-06-03 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-06-03 Alexander Grafhvf: Simplify post reset/init/loadvm hooks
2021-06-03 Alexander Grafhvf: Introduce hvf vcpu struct
2021-06-03 Alexander Grafhvf: Remove hvf-accel-ops.h
2021-06-03 Alexander Grafhvf: Make synchronize functions static
2021-06-03 Alexander Grafhvf: Use cpu_synchronize_state()
2021-06-03 Alexander Grafhvf: Split out common code on vcpu init and destroy
2021-06-03 Alexander Grafhvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
2021-06-03 Alexander Grafhvf: Make hvf_set_phys_mem() static
2021-06-03 Alexander Grafhvf: Move cpu functions into common directory
2021-06-03 Alexander Grafhvf: Move vcpu thread functions into common directory