aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-13audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka1-1/+1
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl2-1/+23
2009-09-13Sparc64: make system bus parent of PCI busBlue Swirl1-1/+1
2009-09-13x86: move a declaration to headerBlue Swirl2-2/+1
2009-09-13x86: add 'const'Blue Swirl1-6/+7
2009-09-13oss: Simplify mmap codemalc1-22/+5
2009-09-13oss: OSS v4 supportmalc1-9/+50
2009-09-12i386: Drop redundant kvm_enabled testJan Kiszka1-2/+1
2009-09-12Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger1-3/+3
2009-09-12Fix xen build after sys-queue renamingJan Kiszka1-1/+1
2009-09-12Add configure option to compile user targets as PIEKirill A. Shutemov3-13/+30
2009-09-12Fix text relocations in linux-user targetsKirill A. Shutemov2-37/+1
2009-09-12Do not link usermode targets with libhw*.aKirill A. Shutemov1-2/+2
2009-09-12Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl2-0/+10
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl1-4/+4
2009-09-12Add #defines needed by OpenSolaris, fix breakage by the #definesBlue Swirl2-2/+6
2009-09-12Fix OpenSolaris build breaking typosBlue Swirl1-2/+2
2009-09-12Add 'static'Blue Swirl1-1/+1
2009-09-12Fix a Sparse warning about redefinition of offsetof()Blue Swirl2-1/+17
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl65-488/+481
2009-09-12Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl1-10/+32
2009-09-12Include sys-queue.h early to override system queue definitions on BSDBlue Swirl1-0/+2
2009-09-12Unbreak BSD: use qemu_fdatasync instead of fdatasyncBlue Swirl1-1/+1
2009-09-12Use proper format conversion specifier when printing size_t valuemalc1-3/+3
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc4-23/+5
2009-09-12alsa: poll mode handlingmalc1-21/+204
2009-09-12oss: poll mode handlingmalc1-5/+74
2009-09-12audio: poll mode infrastructuremalc2-11/+87
2009-09-12gus: Do not manually free the state, qdev does it for usmalc1-1/+0
2009-09-12oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc1-1/+4
2009-09-11kvm_arch_get_registers() shouldn't be called directlyGleb Natapov1-1/+1
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela2-98/+63
2009-09-11vmstate: port serial deviceJuan Quintela1-36/+37
2009-09-11vmstate: port hpet deviceJuan Quintela1-35/+38
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela1-6/+2
2009-09-11vmstate: port ioapic deviceJuan Quintela1-27/+12
2009-09-11vmstate: add uint64 array supportJuan Quintela1-0/+6
2009-09-11vmstate: port pckbd deviceJuan Quintela1-24/+15
2009-09-11vmstate: port vmmouse deviceJuan Quintela1-28/+20
2009-09-11vmstate: port dma deviceJuan Quintela1-51/+34
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela1-0/+6
2009-09-11vmstate: port fdc deviceJuan Quintela1-92/+62
2009-09-11vmstate: add support for uint8_t equalJuan Quintela2-0/+24
2009-09-11vmstate: port i8259 deviceJuan Quintela1-48/+26
2009-09-11vmstate: port fw_cfg deviceJuan Quintela1-21/+12
2009-09-11vmstate: port cpu_comonJuan Quintela1-14/+25
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela2-0/+8
2009-09-11vmstate: Add pre_load() hookJuan Quintela2-0/+6
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela6-11/+12
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela2-3/+10