index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
parallel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-614
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-7
/
+7
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-12
/
+16
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
1
-5
/
+11
2011-11-24
parallel: convert to memory API
Avi Kivity
1
-15
/
+12
2011-10-11
parallel: Convert to isa_register_portio_list
Richard Henderson
1
-19
/
+28
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
1
-15
/
+15
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-02-20
parallel: refactor device creation
Blue Swirl
1
-16
/
+5
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
1
-0
/
+5
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-0
/
+1
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-4
/
+3
2009-12-02
Fix qdev property type definition for isa serial/parallel devices
Gerd Hoffmann
1
-1
/
+1
2009-11-07
Sparc64/x86: remove unneeded calls to device reset
Blue Swirl
1
-2
/
+0
2009-10-27
isa: configure serial+parallel by index.
Gerd Hoffmann
1
-6
/
+17
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
1
-1
/
+1
2009-10-05
parallel: convert isa to qdev
Gerd Hoffmann
1
-8
/
+53
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-7
/
+7
2009-10-01
Get rid of _t suffix
malc
1
-7
/
+7
2009-08-25
Make CPURead/WriteFunc structure 'const'
Blue Swirl
1
-2
/
+2
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-2
/
+2
2009-06-16
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-2
/
+2
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-2
/
+2
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-4
/
+0
2008-12-07
Parallel port reset
aurel32
1
-5
/
+11
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
1
-8
/
+6
2008-08-22
Parallel Port Direction Fix
aurel32
1
-0
/
+12
2008-02-10
Fix parallel port software emulation (Hervé Poussineau).
balrog
1
-0
/
+3
2007-11-18
Add statics and missing #includes for prototypes.
pbrook
1
-9
/
+9
2007-11-17
Break up vl.h.
pbrook
1
-1
/
+4
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-1
/
+1
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-3
/
+3
2007-06-18
Add parallel memory mapped interface, by Herve Poussineau.
ths
1
-8
/
+92
2007-06-07
Fix code formatting, by Herve Poussineau.
ths
1
-163
/
+163
2007-04-07
Unify IRQ handling.
pbrook
1
-4
/
+4
2007-02-17
Parport EPP support for Linux, by Marko Kohtala.
ths
1
-80
/
+344
2005-11-15
new network emulation
bellard
1
-22
/
+0
2005-11-10
low level host parallel port access
bellard
1
-36
/
+58
2005-01-23
removed warnings
bellard
1
-5
/
+0
2005-01-15
PC parallel port support (Mark Jonckheere)
bellard
1
-0
/
+188