summaryrefslogtreecommitdiffstats
path: root/hw/parallel.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-7/+7
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-12/+16
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+11
* parallel: convert to memory APIAvi Kivity2011-11-241-15/+12
* parallel: Convert to isa_register_portio_listRichard Henderson2011-10-111-19/+28
* char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori2011-08-221-15/+15
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* parallel: refactor device creationBlue Swirl2011-02-201-16/+5
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+5
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+3
* Fix qdev property type definition for isa serial/parallel devicesGerd Hoffmann2009-12-021-1/+1
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-071-2/+0
* isa: configure serial+parallel by index.Gerd Hoffmann2009-10-271-6/+17
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-071-1/+1
* parallel: convert isa to qdevGerd Hoffmann2009-10-051-8/+53
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-7/+7
* Get rid of _t suffixmalc2009-10-011-7/+7
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-2/+2
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Parallel port resetaurel322008-12-071-5/+11
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+6
* Parallel Port Direction Fixaurel322008-08-221-0/+12
* Fix parallel port software emulation (Hervé Poussineau).balrog2008-02-101-0/+3
* Add statics and missing #includes for prototypes.pbrook2007-11-181-9/+9
* 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-3/+3
* Add parallel memory mapped interface, by Herve Poussineau.ths2007-06-181-8/+92
* Fix code formatting, by Herve Poussineau.ths2007-06-071-163/+163
* Unify IRQ handling.pbrook2007-04-071-4/+4
* Parport EPP support for Linux, by Marko Kohtala.ths2007-02-171-80/+344
* new network emulationbellard2005-11-151-22/+0
* low level host parallel port accessbellard2005-11-101-36/+58
* removed warningsbellard2005-01-231-5/+0
* PC parallel port support (Mark Jonckheere)bellard2005-01-151-0/+188
OpenPOWER on IntegriCloud