index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-28
sparc32-ledma: don't reference nd_table directly within the device
Mark Cave-Ayland
1
-5
/
+0
2020-10-28
sparc32-espdma: use object_initialize_child() for esp child object
Mark Cave-Ayland
1
-9
/
+8
2020-10-28
sparc32-ledma: use object_initialize_child() for lance child object
Mark Cave-Ayland
1
-6
/
+8
2020-10-28
sparc32-dma: use object_initialize_child() for espdma and ledma child objects
Mark Cave-Ayland
1
-6
/
+9
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
6
-17
/
+6
2020-09-13
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
3
-0
/
+317
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-09
hw/dma: Add SiFive platform DMA controller emulation
Bin Meng
3
-0
/
+317
2020-09-09
xilinx_axidma: Use typedef name for instance_size
Eduardo Habkost
1
-2
/
+2
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
6
-14
/
+16
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
6
-10
/
+20
2020-08-27
i8257: Move QOM macro to header
Eduardo Habkost
1
-2
/
+0
2020-08-21
meson: convert hw/dma
Marc-André Lureau
2
-16
/
+15
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-21
hw: Mark nd_table[] misuse in realize methods FIXME
Markus Armbruster
1
-0
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2
-5
/
+5
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
1
-8
/
+1
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2
-13
/
+5
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
3
-7
/
+7
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
1
-6
/
+3
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
1
-4
/
+5
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
3
-14
/
+15
2020-06-09
hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
Philippe Mathieu-Daudé
1
-2
/
+7
2020-05-21
hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
1
-5
/
+9
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
3
-16
/
+9
2020-05-15
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
1
-2
/
+2
2020-05-14
hw/dma/xilinx_axidma: s2mm: Support stream fragments
Edgar E. Iglesias
1
-7
/
+7
2020-05-14
hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor
Edgar E. Iglesias
1
-14
/
+17
2020-05-14
hw/core: stream: Add an end-of-packet flag
Edgar E. Iglesias
1
-4
/
+6
2020-05-14
hw/dma/xilinx_axidma: Add DMA memory-region property
Edgar E. Iglesias
1
-7
/
+23
2020-04-30
dma/xlnx-zdma: Fix descriptor loading (REG) wrt endianness
Edgar E. Iglesias
1
-4
/
+10
2020-04-30
dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness
Edgar E. Iglesias
1
-4
/
+7
2020-04-06
dma/xlnx-zdma: Reorg to fix CUR_DSCR
Edgar E. Iglesias
1
-25
/
+22
2020-04-06
dma/xlnx-zdma: Advance the descriptor address when stopping
Edgar E. Iglesias
1
-1
/
+0
2020-04-06
dma/xlnx-zdma: Clear DMA_DONE when halting
Edgar E. Iglesias
1
-0
/
+1
2020-04-06
dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREE
Edgar E. Iglesias
1
-0
/
+6
2020-04-06
dma/xlnx-zdma: Remove comment
Edgar E. Iglesias
1
-1
/
+0
2020-03-27
fdc/i8257: implement verify transfer mode
Sven Schnelle
1
-7
/
+13
2020-03-23
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
1
-1
/
+3
2020-03-17
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-3
/
+3
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-09
dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
Chen Qun
1
-5
/
+5
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
1
-7
/
+4
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+3
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
1
-15
/
+10
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2
-3
/
+3
[next]