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