[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/30] gdbstub refactor for smaller build
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/30] gdbstub refactor for smaller build |
Date: |
Thu, 9 Mar 2023 21:50:10 +0000 |
On Tue, 7 Mar 2023 at 21:21, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 9832009d9dd2386664c15cc70f6e6bfe062be8bd:
>
> Merge tag 'pull-riscv-to-apply-20230306' of
> https://gitlab.com/palmer-dabbelt/qemu into staging (2023-03-07 12:53:00
> +0000)
>
> are available in the Git repository at:
>
> https://gitlab.com/stsquad/qemu.git tags/pull-gdbstub-070323-3
>
> for you to fetch changes up to 412ae12647d1086c713e13841fd25d10d5418c7f:
>
> gdbstub: move update guest debug to accel ops (2023-03-07 20:44:09 +0000)
>
> ----------------------------------------------------------------
> gdbstub refactor:
>
> - split user and softmmu code
> - use cleaner headers for tb_flush, target_ulong
> - probe for gdb multiarch support at configure
> - make syscall handling target independent
> - add update guest debug of accel ops
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.
-- PMM
- [PULL 19/30] gdbstub: don't use target_ulong while handling registers, (continued)
- [PULL 19/30] gdbstub: don't use target_ulong while handling registers, Alex Bennée, 2023/03/07
- [PULL 15/30] gdbstub: specialise target_memory_rw_debug, Alex Bennée, 2023/03/07
- [PULL 20/30] gdbstub: move register helpers into standalone include, Alex Bennée, 2023/03/07
- [PULL 24/30] include: split target_long definition from cpu-defs, Alex Bennée, 2023/03/07
- [PULL 18/30] gdbstub: fix address type of gdb_set_cpu_pc, Alex Bennée, 2023/03/07
- [PULL 23/30] testing: probe gdb for supported architectures ahead of time, Alex Bennée, 2023/03/07
- [PULL 21/30] gdbstub: move syscall handling to new file, Alex Bennée, 2023/03/07
- [PULL 22/30] gdbstub: only compile gdbstub twice for whole build, Alex Bennée, 2023/03/07
- Re: [PULL 00/30] gdbstub refactor for smaller build,
Peter Maydell <=