aboutsummaryrefslogtreecommitdiff
path: root/hw/parallel.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-11-24parallel: convert to memory APIAvi Kivity
2011-10-11parallel: Convert to isa_register_portio_listRichard Henderson
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-02-20parallel: refactor device creationBlue Swirl
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-12-02Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl
2009-10-27isa: configure serial+parallel by index.Gerd Hoffmann
2009-10-07Clean up test for qdev_init() failureMarkus Armbruster
2009-10-05parallel: convert isa to qdevGerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-07Parallel port resetaurel32
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-08-22Parallel Port Direction Fixaurel32
2008-02-10Fix parallel port software emulation (Hervé Poussineau).balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-18Add parallel memory mapped interface, by Herve Poussineau.ths
2007-06-07Fix code formatting, by Herve Poussineau.ths
2007-04-07Unify IRQ handling.pbrook
2007-02-17Parport EPP support for Linux, by Marko Kohtala.ths
2005-11-15new network emulationbellard
2005-11-10low level host parallel port accessbellard
2005-01-23removed warningsbellard
2005-01-15PC parallel port support (Mark Jonckheere)bellard