index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
gus.c
Age
Commit message (
Expand
)
Author
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-07
Restore consistent formatting
malc
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
2011-12-20
audio: remove unused parameter isa_pic
Hervé Poussineau
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
2011-10-11
gus: Convert to isa_register_portio_list
Richard Henderson
2011-10-09
Restore consistent formatting
malc
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
gus: port to vmstate
Juan Quintela
2009-09-18
audio: use muldiv64 where it makes sense
malc
2009-09-12
gus: Do not manually free the state, qdev does it for us
malc
2009-09-10
Fix formatting, get rid of conf and fix description
malc
2009-09-10
qdev/isa: convert gravis ultrasound
Gerd Hoffmann
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-05-14
Remove any pretense that there can be more than one AudioState
malc
2009-05-12
Push AUD_init down to devices
Paul Brook
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-12-11
Add missing static qualifier
malc
2008-12-03
Make audio violate POSIX less
malc
2008-07-05
Avoid signedness warnings
malc
2008-06-21
Do not save dynamic field
malc
2008-06-21
Add VM save/load support
malc
2008-06-08
Fix some signedness issues caught by gcc 4.3
malc
2008-01-14
Gravis Ultrasound GF1 sound card emulation (malc).
balrog