summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-15mips malta: ensure that the serial ports are associated with a deviceAurelien Jarno1-0/+9
2009-09-15hw/serial: don't create a char device if none is specifiedAurelien Jarno1-1/+6
2009-09-15curses: save 250MB of memoryAurelien Jarno1-3/+0
2009-09-14Revert "Open chr device for all serial ports"Aurelien Jarno1-9/+7
2009-09-14Fix breakage by f80237d45032fbc429aba3b597175fb544a11378 for ISA-less targetsBlue Swirl2-8/+8
2009-09-14Open chr device for all serial portsAurelien Jarno1-7/+9
2009-09-14target-mips: fix single-steppingNathan Froyd1-3/+18
2009-09-14unbreak ppc/prepGerd Hoffmann1-1/+4
2009-09-14Add an ISA bus version of m48t59Blue Swirl3-17/+80
2009-09-14Fix Linux task preemption on Versatile boardDaniel Jacobowitz1-2/+3
2009-09-14pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias1-11/+12
2009-09-14ne2000-isa: Do not free memory owned by qdevmalc1-2/+0
2009-09-14alsa: Use proper value when testing returned events in alsa_poll_handlermalc1-4/+6
2009-09-14alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handlemalc2-27/+32
2009-09-13configure: change "found" to "find"Sebastian Herbszt1-1/+1
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl2-23/+1
2009-09-13Fix sparc.ldBlue Swirl1-0/+20
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