aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unbreak ppc/prepGerd Hoffmann2009-09-141-1/+4
* Add an ISA bus version of m48t59Blue Swirl2009-09-143-17/+80
* Fix Linux task preemption on Versatile boardDaniel Jacobowitz2009-09-141-2/+3
* pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias2009-09-141-11/+12
* ne2000-isa: Do not free memory owned by qdevmalc2009-09-141-2/+0
* alsa: Use proper value when testing returned events in alsa_poll_handlermalc2009-09-141-4/+6
* alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2009-09-142-27/+32
* configure: change "found" to "find"Sebastian Herbszt2009-09-131-1/+1
* Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl2009-09-132-23/+1
* Fix sparc.ldBlue Swirl2009-09-131-0/+20
* audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLLJan Kiszka2009-09-131-1/+1
* Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl2009-09-132-1/+23
* Sparc64: make system bus parent of PCI busBlue Swirl2009-09-131-1/+1
* x86: move a declaration to headerBlue Swirl2009-09-132-2/+1
* x86: add 'const'Blue Swirl2009-09-131-6/+7
* oss: Simplify mmap codemalc2009-09-131-22/+5
* oss: OSS v4 supportmalc2009-09-131-9/+50
* i386: Drop redundant kvm_enabled testJan Kiszka2009-09-121-2/+1
* Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger2009-09-121-3/+3
* Fix xen build after sys-queue renamingJan Kiszka2009-09-121-1/+1
* Add configure option to compile user targets as PIEKirill A. Shutemov2009-09-123-13/+30
* Fix text relocations in linux-user targetsKirill A. Shutemov2009-09-122-37/+1
* Do not link usermode targets with libhw*.aKirill A. Shutemov2009-09-121-2/+2
* Work around OpenSolaris sys/regset.h namespace pollutionBlue Swirl2009-09-122-0/+10
* Fix signedness warnings on OpenSolarisBlue Swirl2009-09-121-4/+4
* Add #defines needed by OpenSolaris, fix breakage by the #definesBlue Swirl2009-09-122-2/+6
* Fix OpenSolaris build breaking typosBlue Swirl2009-09-121-2/+2
* Add 'static'Blue Swirl2009-09-121-1/+1
* Fix a Sparse warning about redefinition of offsetof()Blue Swirl2009-09-122-1/+17
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-1265-488/+481
* Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6Blue Swirl2009-09-121-10/+32
* Include sys-queue.h early to override system queue definitions on BSDBlue Swirl2009-09-121-0/+2
* Unbreak BSD: use qemu_fdatasync instead of fdatasyncBlue Swirl2009-09-121-1/+1
* Use proper format conversion specifier when printing size_t valuemalc2009-09-121-3/+3
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-124-23/+5
* alsa: poll mode handlingmalc2009-09-121-21/+204
* oss: poll mode handlingmalc2009-09-121-5/+74
* audio: poll mode infrastructuremalc2009-09-122-11/+87
* gus: Do not manually free the state, qdev does it for usmalc2009-09-121-1/+0
* oss: Unbreak mmaping the ability to mmap oss fd on Linuxmalc2009-09-121-1/+4
* kvm_arch_get_registers() shouldn't be called directlyGleb Natapov2009-09-111-1/+1
* vmstate: port cirrus_vga deviceJuan Quintela2009-09-112-98/+63
* vmstate: port serial deviceJuan Quintela2009-09-111-36/+37
* vmstate: port hpet deviceJuan Quintela2009-09-111-35/+38
* hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela2009-09-111-6/+2
* vmstate: port ioapic deviceJuan Quintela2009-09-111-27/+12
* vmstate: add uint64 array supportJuan Quintela2009-09-111-0/+6
* vmstate: port pckbd deviceJuan Quintela2009-09-111-24/+15
* vmstate: port vmmouse deviceJuan Quintela2009-09-111-28/+20
* vmstate: port dma deviceJuan Quintela2009-09-111-51/+34