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