aboutsummaryrefslogtreecommitdiffstats
path: root/hw/parallel.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+3
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann1-1/+1
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-2/+0
2009-10-27isa: configure serial+parallel by index.Gerd Hoffmann1-6/+17
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster1-1/+1
2009-10-05parallel: convert isa to qdevGerd Hoffmann1-8/+53
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
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