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
/
i8257.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fdc/i8257: implement verify transfer mode
Sven Schnelle
2020-03-27
1
-7
/
+13
*
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+2
*
hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
2019-02-14
1
-1
/
+3
*
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
2018-03-12
1
-2
/
+2
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
i8257: Make device "i8257" unavailable with -device
Markus Armbruster
2016-09-13
1
-0
/
+2
*
portio: keep references on portio
Marc-André Lureau
2016-09-08
1
-2
/
+4
*
isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h
Markus Armbruster
2016-03-22
1
-1
/
+1
*
i8257: fix Terminal Count status
Hervé Poussineau
2016-03-07
1
-0
/
+4
*
dma: remove now useless DMA_* functions
Hervé Poussineau
2016-02-03
1
-65
/
+0
*
i8257: implement the IsaDma interface
Hervé Poussineau
2016-02-03
1
-31
/
+117
*
i8257: move state definition to new independent header
Hervé Poussineau
2016-02-03
1
-34
/
+1
*
i8257: QOM'ify
Hervé Poussineau
2016-02-03
1
-53
/
+107
*
i8257: add missing const
Hervé Poussineau
2016-02-03
1
-1
/
+1
*
i8257: make the DMA running method per controller
Hervé Poussineau
2016-02-03
1
-41
/
+34
*
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
2016-02-03
1
-45
/
+46
*
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
2016-02-03
1
-20
/
+20
*
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
2016-02-03
1
-20
/
+23
*
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
2016-02-03
1
-1
/
+1
*
x86: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
1
-9
/
+4
*
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2015-09-09
1
-6
/
+12
*
hw/dma/i8257: Silence phony error message
Philipp Hahn
2014-09-16
1
-2
/
+2
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-4
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+600