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
/
display
/
tc6393xb.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-04-29
hw/devices: Move TC6393XB declarations into a new header
Philippe Mathieu-Daudé
2019-04-29
hw/display/tc6393xb: Remove unused functions
Philippe Mathieu-Daudé
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-08-30
use dpy_gfx_update_full
Gerd Hoffmann
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-12-13
hw/display/tc6393xb: limit irq handler index to TC6393XB_GPIOS
Prasad J Pandit
2017-07-14
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/display: Clean up includes
Peter Maydell
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-06-03
hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-25
console: add device link to QemuConsoles
Gerd Hoffmann
2013-04-16
console: add GraphicHwOps
Gerd Hoffmann
2013-04-16
console: simplify screendump
Gerd Hoffmann
2013-04-15
arm: fix location of some include files
Peter Maydell
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move display devices to hw/display/, configure via default-configs/
Paolo Bonzini