summaryrefslogtreecommitdiffstats
path: root/hw/pl110.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-3/+2
* Merge remote-tracking branch 'kraxel/pixman.v3' into stagingAnthony Liguori2012-11-011-1/+1
|\
| * console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-1/+1
* | hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()Peter Maydell2012-10-301-2/+4
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* hw/pl110: Fix spelling of 'palette'Peter Maydell2012-09-061-15/+15
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-21/+27
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-18/+39
* hw/pl110.c: Add post-load hook to invalidate displayPeter Maydell2012-01-041-0/+11
* framebuffer: drop use of cpu_get_physical_page_desc()Avi Kivity2011-12-201-1/+1
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-1/+1
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* pl110: convert to memory APIAvi Kivity2011-11-241-17/+10
* versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell2011-08-171-5/+24
* hw/pl110: Model the PL111 CLCD controllerPeter Maydell2011-08-171-18/+76
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* pl110: Implement save/restorePeter Maydell2011-01-201-4/+40
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-3/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl2009-07-311-0/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* PL110 qdev conversionPaul Brook2009-05-141-10/+23
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-2/+2
* Implement and use shared memory framebuffer device rendering reoutine.pbrook2009-04-011-49/+12
* Use pixel_ops.hpbrook2009-04-011-24/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-9/+6
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-3/+3
* Implement resolution switching in common console code.pbrook2008-07-011-4/+7
* Add an ncurses UI.balrog2008-02-101-1/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* Implement PL110 byte order config bit (original patch by Richard Purdie).balrog2007-10-041-3/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* PL110 versatile register hack fix (Adam Lackorzynski).pbrook2007-06-301-0/+4
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-4/+2
* ColdFire target.pbrook2006-10-221-2/+3
* Fix display resize bug.pbrook2006-04-181-1/+1
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-3/+24
* Allow multiple graphics devices.pbrook2006-04-091-4/+7
* Add missing return statement.pbrook2006-03-021-0/+1
* Fix -nographic on Arm.pbrook2006-02-061-1/+3
* Arm display emulation.pbrook2006-02-061-0/+393
OpenPOWER on IntegriCloud