aboutsummaryrefslogtreecommitdiffstats
path: root/hw/parallel.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-2/+2
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2008-12-07Parallel port resetaurel321-5/+11
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+6
2008-08-22Parallel Port Direction Fixaurel321-0/+12
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog1-0/+3
2007-11-18Add statics and missing #includes for prototypes.pbrook1-9/+9
2007-11-17Break up vl.h.pbrook1-1/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-06-18Add parallel memory mapped interface, by Herve Poussineau.ths1-8/+92
2007-06-07Fix code formatting, by Herve Poussineau.ths1-163/+163
2007-04-07Unify IRQ handling.pbrook1-4/+4
2007-02-17Parport EPP support for Linux, by Marko Kohtala.ths1-80/+344
2005-11-15new network emulationbellard1-22/+0
2005-11-10low level host parallel port accessbellard1-36/+58
2005-01-23removed warningsbellard1-5/+0
2005-01-15PC parallel port support (Mark Jonckheere)bellard1-0/+188