aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-07Merge tag 'pull-riscv-to-apply-20230306' of https://gitlab.com/palmer-dabbelt...Peter Maydell23-60/+1060
2023-03-07Merge tag 'pull-target-arm-20230306' of https://git.linaro.org/people/pmaydel...Peter Maydell19-255/+739
2023-03-07Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell6-27/+1345
2023-03-07Merge tag 'pull-xen-20230306' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell5-12/+79
2023-03-06MAINTAINERS: Add entry for RISC-V ACPISunil V L1-6/+12
2023-03-06hw/riscv/virt.c: Initialize the ACPI tablesSunil V L1-0/+4
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RHCT TableSunil V L1-0/+78
2023-03-06hw/riscv/virt: virt-acpi-build.c: Add RINTC in MADTSunil V L1-0/+34
2023-03-06hw/riscv/virt: Enable basic ACPI infrastructureSunil V L4-0/+307
2023-03-06hw/riscv/virt: Add memmap pointer to RiscVVirtStateSunil V L2-0/+3
2023-03-06hw/riscv/virt: Add a switch to disable ACPISunil V L2-0/+31
2023-03-06hw/riscv/virt: Add OEM_ID and OEM_TABLE_ID fieldsSunil V L2-0/+7
2023-03-06riscv: Correctly set the device-tree entry 'mmu-type'Alexandre Ghiti1-8/+11
2023-03-06riscv: Introduce satp mode hw capabilitiesAlexandre Ghiti2-26/+75
2023-03-06riscv: Allow user to set the satp modeAlexandre Ghiti3-7/+240
2023-03-06riscv: Change type of valid_vm_1_10_[32|64] to boolAlexandre Ghiti1-10/+11
2023-03-06riscv: Pass Object to register_cpu_props instead of DeviceStateAlexandre Ghiti1-14/+15
2023-03-06hw: arm: allwinner-h3: Fix and complete H3 i2c devicesqianfan Zhao2-4/+31
2023-03-06hw/nvme: flexible data placement emulationJesper Devantier6-15/+1179
2023-03-06hw/nvme: basic directives supportGollu Appalanaidu3-6/+71
2023-03-06hw/nvme: add basic endurance group supportKlaus Jensen4-8/+93
2023-03-06hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespaceNiklas Cassel2-0/+2
2023-03-06hw/nvme: move adjustment of data_units{read,written}Joel Granados1-6/+8
2023-03-06hw: allwinner-i2c: Fix TWI_CNTR_INT_FLAG on SUN6i SoCsqianfan Zhao2-2/+30
2023-03-06hw: arm: Support direct boot for Linux/arm64 EFI zboot imagesArd Biesheuvel3-0/+116
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson1-76/+97
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson1-1/+4