index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dma
/
i8257.c
Age
Commit message (
Expand
)
Author
2020-08-27
i8257: Move QOM macro to header
Eduardo Habkost
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-03-27
fdc/i8257: implement verify transfer mode
Sven Schnelle
2020-03-17
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-14
hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
Philippe Mathieu-Daudé
2018-03-12
hw/dma/i8257: Rename DMA_init() to i8257_dma_init()
Philippe Mathieu-Daudé
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-09-13
i8257: Make device "i8257" unavailable with -device
Markus Armbruster
2016-09-08
portio: keep references on portio
Marc-André Lureau
2016-03-22
isa: Move DMA_transfer_handler from qemu-common.h to hw/isa/isa.h
Markus Armbruster
2016-03-07
i8257: fix Terminal Count status
Hervé Poussineau
2016-02-03
dma: remove now useless DMA_* functions
Hervé Poussineau
2016-02-03
i8257: implement the IsaDma interface
Hervé Poussineau
2016-02-03
i8257: move state definition to new independent header
Hervé Poussineau
2016-02-03
i8257: QOM'ify
Hervé Poussineau
2016-02-03
i8257: add missing const
Hervé Poussineau
2016-02-03
i8257: make the DMA running method per controller
Hervé Poussineau
2016-02-03
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
2016-02-03
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
2016-02-03
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
2016-02-03
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
2016-01-29
x86: Clean up includes
Peter Maydell
2015-09-09
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
2014-09-16
hw/dma/i8257: Silence phony error message
Philipp Hahn
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini