Age | Commit message (Expand) | Author | Files | Lines |
2020-10-28 | sparc32-espdma: use object_initialize_child() for esp child object | Mark Cave-Ayland | 1 | -1/+1 |
2020-10-28 | sparc32-ledma: use object_initialize_child() for lance child object | Mark Cave-Ayland | 1 | -1/+1 |
2020-10-28 | sparc32-dma: use object_initialize_child() for espdma and ledma child objects | Mark Cave-Ayland | 1 | -2/+2 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -12/+4 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -8/+8 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -7/+11 |
2017-10-31 | sparc32_dma: remove is_ledma hack and replace with memory region alias | Mark Cave-Ayland | 1 | -1/+1 |
2017-10-31 | sparc32_dma: introduce new SPARC32_DMA type container object | Mark Cave-Ayland | 1 | -0/+12 |
2017-10-31 | sparc32_dma: make lance device child of ledma device | Mark Cave-Ayland | 1 | -0/+3 |
2017-10-31 | sparc32_dma: make esp device child of espdma device | Mark Cave-Ayland | 1 | -0/+3 |
2017-10-31 | sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h | Mark Cave-Ayland | 1 | -0/+37 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -0/+12 |