Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-02-20 | Avoid cpu_physical_memory_rw() with a constant is_write argument | Philippe Mathieu-Daudé | 1 | -0/+12 |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 1 | -0/+14 |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell | 1 | -0/+13 |
2020-02-20 | Let address_space_rw() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 1 | -0/+12 |
2020-02-20 | Remove unnecessary cast when using the cpu_[physical]_memory API | Philippe Mathieu-Daudé | 1 | -0/+10 |
2020-02-20 | Remove unnecessary cast when using the address_space API | Philippe Mathieu-Daudé | 1 | -1/+14 |
2020-02-20 | hw/net: Avoid casting non-const pointer, use address_space_write() | Philippe Mathieu-Daudé | 1 | -0/+14 |
2020-02-20 | hw: Remove unnecessary cast when calling dma_memory_read() | Philippe Mathieu-Daudé | 1 | -0/+23 |