17 Commits (135f5ae1974ccd8e77f004924a5fe7168be1b9eb)

Author SHA1 Message Date
Juan Quintela 135f5ae197 audio: GUSsample is int16_t 9 years ago
Marc-André Lureau e305a16510 portio: keep references on portio 10 years ago
Laurent Vivier c00dc6750f replace muldiv64(a, b, c) by (uint64_t)a * b / c 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Hervé Poussineau 467be5f2f0 gus: use IsaDma interface instead of global DMA_* functions 10 years ago
Peter Maydell 6086a565b0 audio: Clean up includes 10 years ago
Nutan Shinde 8307c294a3 Remove macros IO_READ_PROTO and IO_WRITE_PROTO 11 years ago
Paolo Bonzini 54da54e543 gus: clean up MemoryRegionPortio 11 years ago
Gonglei 2ab5bf67b7 audio: don't use 'Yoda conditions' 12 years ago
Juan Quintela d49805aeea savevm: Remove all the unneeded version_minimum_id_old (x86) 12 years ago
Paolo Bonzini c7bcc85d66 qdev: Remove hex8/32/64 property types 12 years ago
Marcel Apfelbaum 125ee0ed9c devices: Associate devices to their logical category 13 years ago
Andreas Färber db895a1e6a isa: Use realizefn for ISADevice 14 years ago
Andreas Färber 11c7549d83 gus: QOM'ify some more 13 years ago
Paolo Bonzini 36cd6f6f20 audio: remove the need for audio card CONFIG_* symbols 13 years ago
Paolo Bonzini 47b43a1f41 hw: move private headers to hw/ subdirectories. 13 years ago
Paolo Bonzini 49ab747f66 hw: move target-independent files to subdirectories 13 years ago
Paolo Bonzini 0d09e41a51 hw: move headers to include/ 13 years ago
Paolo Bonzini 83c9f4ca79 hw: include hw header files with full paths 13 years ago
Andreas Färber 8c43a6f05d Make all static TypeInfos const 13 years ago
Andreas Färber 83f7d43a9e qom: Unify type registration 14 years ago
malc cf4dc461a4 Restore consistent formatting 14 years ago
Anthony Liguori 39bffca203 qdev: register all types natively through QEMU Object Model 15 years ago
Anthony Liguori 8f04ee0882 isa: pic: convert to QEMU Object Model 15 years ago
Hervé Poussineau 4a0f031d5b audio: remove unused parameter isa_pic 15 years ago
Hervé Poussineau 48a18b3c69 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 15 years ago
Richard Henderson d7adb96f83 gus: Convert to isa_register_portio_list 15 years ago
malc 8acbc9b21d Restore consistent formatting 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Gleb Natapov dee41d58ef Keep track of ISA ports ISA device is using in qdev. 16 years ago
Juan Quintela be73cfe2be savevm: Port to qdev.vmsd all devices that have qdev 17 years ago
Juan Quintela 709ae102bc gus: port to vmstate 17 years ago
malc 4f4cc0efde audio: use muldiv64 where it makes sense 17 years ago
malc 435c247a9f gus: Do not manually free the state, qdev does it for us 17 years ago
malc a5e8e46bfb Fix formatting, get rid of conf and fix description 17 years ago
Gerd Hoffmann 9df34396d5 qdev/isa: convert gravis ultrasound 17 years ago
Juan Quintela e2542fe2bc rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 17 years ago
malc 1a7dafce1d Remove any pretense that there can be more than one AudioState 17 years ago
Paul Brook 22d83b140e Push AUD_init down to devices 17 years ago
aliguori 487414f1cb hw: remove error handling from qemu_malloc() callers (Avi Kivity) 17 years ago
malc 371bc573e5 Add missing static qualifier 18 years ago
malc 1ea879e558 Make audio violate POSIX less 18 years ago
malc db8baf145d Avoid signedness warnings 18 years ago
malc 8210169a78 Do not save dynamic field 18 years ago
malc 5b5ef0db74 Add VM save/load support 18 years ago
malc 731ba0cec2 Fix some signedness issues caught by gcc 4.3 18 years ago
balrog 423d65f4f9 Gravis Ultrasound GF1 sound card emulation (malc). 18 years ago