[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 00/10] Implement ARM architectural watchpoints
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 00/10] Implement ARM architectural watchpoints |
Date: |
Fri, 29 Aug 2014 09:49:02 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 |
On 08/29/2014 04:21 AM, Peter Maydell wrote:
> Peter Maydell (10):
> exec.c: Relax restrictions on watchpoint length and alignment
> exec.c: Provide full set of dummy wp remove functions in user-mode
> exec.c: Record watchpoint fault address and direction
> cpu-exec: Make debug_excp_handler a QOM CPU method
> target-arm: Implement setting of watchpoints
> target-arm: Move extended_addresses_enabled() to internals.h
> target-arm: Implement handling of fired watchpoints
> target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32
> target-arm: Remove comment about MDSCR_EL1 being dummy implementation
> target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0
Patches 1-3:
Reviewed-by: Richard Henderson <address@hidden>
The rest I looked through and only saw one funny bit.
In particular I didn't match up the implementation to the ARM.
r~
- [Qemu-devel] [PATCH 05/10] target-arm: Implement setting of watchpoints, (continued)
- [Qemu-devel] [PATCH 05/10] target-arm: Implement setting of watchpoints, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 03/10] exec.c: Record watchpoint fault address and direction, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 06/10] target-arm: Move extended_addresses_enabled() to internals.h, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 08/10] target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 01/10] exec.c: Relax restrictions on watchpoint length and alignment, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 07/10] target-arm: Implement handling of fired watchpoints, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 02/10] exec.c: Provide full set of dummy wp remove functions in user-mode, Peter Maydell, 2014/08/29
- [Qemu-devel] [PATCH 04/10] cpu-exec: Make debug_excp_handler a QOM CPU method, Peter Maydell, 2014/08/29
- Re: [Qemu-devel] [PATCH 00/10] Implement ARM architectural watchpoints,
Richard Henderson <=