summaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
5 daysaccel/tcg: Check %halted field in cpu_handle_halt() callerPhilippe Mathieu-Daudé
5 daysaccel/tcg: Restrict EXCP_HALTED handling to system emulationPhilippe Mathieu-Daudé
5 daysaccel/tcg: Rename for exception codes named @ret as @excpPhilippe Mathieu-Daudé
10 daysGuard HMP command implementations with CONFIG_HMPMarc-André Lureau
10 daysmonitor: isolate HMP declarations in hmp.hMarc-André Lureau
2026-08-20Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2026-08-18accel/tcg: Allow overlapping reads in record_saveIlya Chichkov
2026-08-17target/i386/mshv: migrate MP_STATEMagnus Kulke
2026-08-17accel/mshv: write synthetic MSRs after migrationMagnus Kulke
2026-08-17target/i386/mshv: migrate LAPIC stateMagnus Kulke
2026-08-17accel/mshv: install dummy handler for SIG_IPIMagnus Kulke
2026-08-17hw/i386/mshv: migrate REFERENCE_TIMEMagnus Kulke
2026-08-17accel/mshv: introduce SaveVMHandlerMagnus Kulke
2026-08-17target/i386/mshv: disable AMX TILE featuresMagnus Kulke
2026-07-07accel/tcg: Make PageFlagsNodes' start and last immutableIlya Leoshkevich
2026-07-07accel/tcg: Use TLB_FORCE_SLOW not TLB_MMIO for user-only pluginsRichard Henderson
2026-07-06cpu: Rename CPUState @singlestep_enabled -> @singlestep_flagsPhilippe Mathieu-Daudé
2026-07-06cpu: Introduce cpu_single_stepping() helperPhilippe Mathieu-Daudé
2026-07-06accel: Use GdbBreakpointType enumPhilippe Mathieu-Daudé
2026-07-06accel: Remove unnecessary 'inline' qualifier in remove_all_breakpointsPhilippe Mathieu-Daudé
2026-07-06accel: Remove AccelOpsClass::supports_guest_debugPhilippe Mathieu-Daudé
2026-07-06accel: Hold @can_reverse information in AccelGdbConfigPhilippe Mathieu-Daudé
2026-07-06accel: Have each implementation return their AccelGdbConfigPhilippe Mathieu-Daudé
2026-07-06accel/kvm: Hold have_guest_debug in KVMStatePhilippe Mathieu-Daudé
2026-07-06accel/kvm: Simplify kvm_init() w.r.t. TARGET_KVM_HAVE_GUEST_DEBUGPhilippe Mathieu-Daudé
2026-07-06accel/kvm: Always define AccelOpsClass::supports_guest_debugPhilippe Mathieu-Daudé
2026-07-06accel/whpx: Implement missing AccelClass::gdbstub_supported_sstep_flagsPhilippe Mathieu-Daudé
2026-07-06accel/mshv: Fix pointer to proc feature bitfieldMagnus Kulke
2026-07-06accel/mshv: Replace @dirty field by generic CPUState::vcpu_dirty fieldPhilippe Mathieu-Daudé
2026-07-06accel/hvf: Remove left-over commentPhilippe Mathieu-Daudé
2026-07-06accel/tcg: Restrict tlb_protect/unprotect_code() to TCGPhilippe Mathieu-Daudé
2026-07-06cpu: Constify CPUState::cc (cached CPUClass pointer)Philippe Mathieu-Daudé
2026-06-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2026-06-26accel: remove unnecessary #ifdefsPaolo Bonzini
2026-06-25target/i386/mshv: move msr code to archMagnus Kulke
2026-06-25accel/mshv: enable dirty page trackingMagnus Kulke
2026-06-25accel/mshv: store partition proc featuresMagnus Kulke
2026-06-25accel/mshv: remove redundant msi controllerMagnus Kulke
2026-06-25accel/mshv: reserve ioapic routes on s->irq_routesMagnus Kulke
2026-06-25accel/mshv: use s->irq_routes in commit_routesMagnus Kulke
2026-06-25accel/mshv: update s->irq_routes in release_virqMagnus Kulke
2026-06-25accel/mshv: update s->irq_routes in update_msi_routeMagnus Kulke
2026-06-25accel/mshv: update s->irq_routes in add_msi_routeMagnus Kulke
2026-06-25accel/mshv: add irq_routes to stateMagnus Kulke
2026-06-25accel/accel-irq: add generic commit_route_changesMagnus Kulke
2026-06-25accel/accel-irq: add generic begin_route_changesMagnus Kulke
2026-06-25accel/accel-irq: add AccelRouteChange abstractionMagnus Kulke
2026-06-25target/i386/mshv: impl init/load/store_vcpu_stateMagnus Kulke
2026-06-25target/i386/mshv: use arch_load/store_reg fnsMagnus Kulke
2026-06-25accel/mshv: disable la57 (5lvl paging)Magnus Kulke