aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Check block driver read error in pflash_cfi0xVijay Kumar2009-08-271-1/+7
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Yet more phys_ram_base elimination.pbrook2009-04-101-1/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-2/+0
* Clean up MMIO TLB handling.pbrook2008-06-091-9/+3
* CFI-0002 linux MTD compatibility.edgar_igl2008-05-081-7/+25
* Optimize consecutive CFI02 writes by remapping memory lazily (Jan Kiszka).balrog2008-04-161-7/+15
* Emulate address wrap in CFI02 chips mapping (Jan Kiszka).balrog2008-04-161-18/+32
* Allow a custom unlock address in CFI02 flash (Jan Kiszka).balrog2008-04-161-6/+10
* Fix OMAP1 MPUI/O keyboard interrupt masking.balrog2007-12-101-1/+1
* Desambiguate pflash_register().balrog2007-12-101-5/+5
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* Fix incorrect target_ulong use in hw devicesblueswir12007-06-081-11/+11
* Parallel flash bugfixes:j_mayer2007-04-161-12/+19
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-9/+13
* removed duplicated linebellard2006-08-061-1/+0
* flash device fixbellard2006-07-041-4/+1
* AMD NOR flash device support (initial patch by Jocelyn Mayer)bellard2006-06-251-0/+627