Sign in
qemu
/
qemu
/
ef7bab8d73580b48bda83b8d16b5eea8a3ac43fe
/
hw
/
char
/
parallel.c
4bc6a3e
parallel: parallel_hds_isa_init() shouldn't fail
by Markus Armbruster
· 10 years ago
07dc788
parallel: Factor out common parallel_hds_isa_init()
by Markus Armbruster
· 10 years ago
461a275
parallel: adding vmstate for save/restore
by Pavel Dovgalyuk
· 10 years ago
c7bcc85
qdev: Remove hex8/32/64 property types
by Paolo Bonzini
· 11 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
b0dc5ee
parallel: QOM'ify
by Andreas Färber
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/parallel.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
63858cd
parallel: convert to memory API
by Avi Kivity
· 13 years ago
1922abd
parallel: Convert to isa_register_portio_list
by Richard Henderson
· 14 years ago
41084f1
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
by Anthony Liguori
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
defdb20
parallel: refactor device creation
by Blue Swirl
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
7f5b7d3
x86: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
51954d5
Fix qdev property type definition for isa serial/parallel devices
by Gerd Hoffmann
· 15 years ago
44a9935
Sparc64/x86: remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
e8ee28f
isa: configure serial+parallel by index.
by Gerd Hoffmann
· 15 years ago
5c17ca2
Clean up test for qdev_init() failure
by Markus Armbruster
· 15 years ago
021f067
parallel: convert isa to qdev
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
33093a0
Parallel port reset
by aurel32
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
563e3c6
Parallel Port Direction Fix
by aurel32
· 16 years ago
52ccc5e
Fix parallel port software emulation (Hervé Poussineau).
by balrog
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
d60532c
Add parallel memory mapped interface, by Herve Poussineau.
by ths
· 18 years ago
0fa7f15
Fix code formatting, by Herve Poussineau.
by ths
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
5867c88
Parport EPP support for Linux, by Marko Kohtala.
by ths
· 18 years ago
7c9d8e0
new network emulation
by bellard
· 19 years ago
e57a8c0
low level host parallel port access
by bellard
· 19 years ago
dc9543d
removed warnings
by bellard
· 20 years ago
6508fe5
PC parallel port support (Mark Jonckheere)
by bellard
· 20 years ago