aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08target/mips: Set correct CP0.Config[4, 5] values for M14K(c)Marcin Nowakowski1-2/+8
2023-03-08target/mips: Implement CP0.Config7.WII bit supportMarcin Nowakowski3-1/+7
2023-03-08target/mips: Fix SWM32 handling for microMIPSMarcin Nowakowski1-2/+2
2023-03-07roms/openbios: update OpenBIOS images to af97fd7a built from submoduleMark Cave-Ayland4-0/+0
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal3-3/+17
2023-03-07gdbstub: Build syscall.c onceRichard Henderson2-6/+2
2023-03-07stubs: split semihosting_get_target from system only stubsAlex Bennée3-5/+18
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson2-20/+26
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson2-27/+10
2023-03-07gdbstub: split out softmmu/user specifics for syscall handlingAlex Bennée4-24/+34
2023-03-07include: split target_long definition from cpu-defsAlex Bennée3-18/+44
2023-03-07testing: probe gdb for supported architectures ahead of timeAlex Bennée7-3/+109
2023-03-07gdbstub: only compile gdbstub twice for whole buildAlex Bennée2-7/+27
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée17-288/+387
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée48-121/+149
2023-03-07gdbstub: don't use target_ulong while handling registersAlex Bennée1-7/+10
2023-03-07gdbstub: fix address type of gdb_set_cpu_pcAlex Bennée1-2/+2
2023-03-07gdbstub: specialise stub_can_reverseAlex Bennée4-11/+13
2023-03-07gdbstub: introduce gdb_get_max_cpusAlex Bennée4-10/+28
2023-03-07gdbstub: specialise target_memory_rw_debugAlex Bennée4-62/+96
2023-03-07gdbstub: specialise handle_query_attachedAlex Bennée4-14/+15
2023-03-07gdbstub: abstract target specific details from gdb_put_packet_binaryAlex Bennée4-8/+44
2023-03-07gdbstub: rationalise signal mapping in softmmuAlex Bennée1-12/+6
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée13-696/+790
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater1-1/+1
2023-03-07vfio/migration: Rename entry pointsAlex Williamson4-11/+11
2023-03-07docs/devel: Document VFIO device dirty page trackingAvihai Horon1-15/+31
2023-03-07vfio/migration: Query device dirty page tracking supportJoao Martins1-0/+15
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins4-0/+54
2023-03-07vfio/common: Add device dirty page bitmap syncJoao Martins1-9/+79
2023-03-07vfio/common: Extract code from vfio_get_dirty_bitmap() to new functionAvihai Horon1-22/+35
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins3-5/+171
2023-03-07target/mips: Fix JALS32/J32 instruction handling for microMIPSMarcin Nowakowski1-0/+8
2023-03-07target/mips: Replace [g_]assert(0) -> g_assert_not_reached()Philippe Mathieu-Daudé2-54/+53
2023-03-07docs/system: Remove "mips" board from target-mips.rstJiaxun Yang1-14/+0
2023-03-07gdbstub: move chunk of softmmu functionality to own fileAlex Bennée4-413/+478
2023-03-07gdbstub: make various helpers visible to the rest of the moduleAlex Bennée2-136/+165
2023-03-07gdbstub: move fromhex/tohex routines to internalsAlex Bennée2-20/+27
2023-03-07includes: move tb_flush into its own headerAlex Bennée14-2/+39
2023-03-07gdbstub: move GDBState to shared internals headerAlex Bennée2-42/+50
2023-03-07gdbstub: define separate user/system structuresAlex Bennée1-41/+53
2023-03-07gdbstub: clean-up indent on gdb_exitAlex Bennée1-14/+14
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé1-3/+4
2023-03-07gdbstub: fix-up copyright and license filesAlex Bennée2-2/+4
2023-03-07gdbstub/internals.h: clean up include guardAlex Bennée1-3/+3
2023-03-07docs: Update Xen-on-KVM documentation for PV disk supportDavid Woodhouse1-7/+23
2023-03-07MAINTAINERS: Add entry for Xen on KVM emulationDavid Woodhouse1-0/+9
2023-03-07i386/xen: Initialize Xen backends from pc_basic_device_init() for emulationDavid Woodhouse1-0/+7
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse3-2/+30
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse1-0/+16