index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2020-07-02
2
-13
/
+5
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
3
-7
/
+7
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-6
/
+3
*
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-4
/
+5
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
3
-14
/
+15
*
hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
Philippe Mathieu-Daudé
2020-06-09
1
-2
/
+7
*
hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-21
1
-5
/
+9
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
3
-16
/
+9
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-2
/
+2
*
hw/dma/xilinx_axidma: s2mm: Support stream fragments
Edgar E. Iglesias
2020-05-14
1
-7
/
+7
*
hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor
Edgar E. Iglesias
2020-05-14
1
-14
/
+17
*
hw/core: stream: Add an end-of-packet flag
Edgar E. Iglesias
2020-05-14
1
-4
/
+6
*
hw/dma/xilinx_axidma: Add DMA memory-region property
Edgar E. Iglesias
2020-05-14
1
-7
/
+23
*
dma/xlnx-zdma: Fix descriptor loading (REG) wrt endianness
Edgar E. Iglesias
2020-04-30
1
-4
/
+10
*
dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness
Edgar E. Iglesias
2020-04-30
1
-4
/
+7
*
dma/xlnx-zdma: Reorg to fix CUR_DSCR
Edgar E. Iglesias
2020-04-06
1
-25
/
+22
*
dma/xlnx-zdma: Advance the descriptor address when stopping
Edgar E. Iglesias
2020-04-06
1
-1
/
+0
*
dma/xlnx-zdma: Clear DMA_DONE when halting
Edgar E. Iglesias
2020-04-06
1
-0
/
+1
*
dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREE
Edgar E. Iglesias
2020-04-06
1
-0
/
+6
*
dma/xlnx-zdma: Remove comment
Edgar E. Iglesias
2020-04-06
1
-1
/
+0
*
fdc/i8257: implement verify transfer mode
Sven Schnelle
2020-03-27
1
-7
/
+13
*
hw/arm/bcm283x: Correct the license text
Philippe Mathieu-Daudé
2020-03-23
1
-1
/
+3
*
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
2
-3
/
+3
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()
Chen Qun
2020-03-09
1
-5
/
+5
*
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
1
-7
/
+4
*
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
1
-3
/
+3
*
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
1
-15
/
+10
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
2
-3
/
+3
*
bcm2835_dma: Re-initialize xlen in TD mode
Rene Stange
2020-02-07
1
-1
/
+3
*
bcm2835_dma: Fix the ylen loop in TD mode
Rene Stange
2020-02-07
1
-2
/
+2
*
hw/*/Makefile.objs: Move many .o files to common-objs
Thomas Huth
2020-02-04
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-27
7
-7
/
+7
|
\
|
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
7
-7
/
+7
*
|
dma/pl330: Convert to support tracing
Guenter Roeck
2020-01-23
2
-40
/
+72
|
/
*
lance: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2020-01-07
1
-1
/
+1
*
mips: jazz: Renovate coding style
Filip Bozuta
2019-12-16
1
-5
/
+7
*
hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API
Peter Maydell
2019-10-24
1
-4
/
+5
*
hw/arm/bcm2835_peripherals: Name various address spaces
Philippe Mathieu-Daudé
2019-10-15
1
-1
/
+1
*
hw/arm/bcm2835_peripherals: Improve logging
Philippe Mathieu-Daudé
2019-10-15
1
-4
/
+4
*
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2019-10-15
1
-1
/
+1
*
hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
2019-09-03
1
-8
/
+8
*
hw/dma/omap_dma: Move switch 'fall through' comment to correct place
Philippe Mathieu-Daudé
2019-08-21
1
-1
/
+1
*
hw/core: Add a config switch for the "register" device
Thomas Huth
2019-08-20
1
-0
/
+1
*
hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
Philippe Mathieu-Daudé
2019-08-19
1
-1
/
+0
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
8
-0
/
+8
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
[next]