summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-18alsa: use audio_pcm_hw_clip_outmalc1-45/+43
2009-09-18audio: introduce audio_pcm_hw_clip_out helper functionmalc2-0/+25
2009-09-18audio: use muldiv64 where it makes sensemalc6-9/+12
2009-09-18coreaudio: fix sloppy "posixification" by 1ea879e5580f63414693655fcf0328559cd...malc1-1/+1
2009-09-16tcg: fix size of local variables in tcg_gen_bswap64_i64Stefan Weil1-5/+4
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock1-6/+4
2009-09-16fix typo in configure --helpAndre Przywara1-1/+1
2009-09-16escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno1-2/+2
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann5-14/+58
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann2-73/+123
2009-09-15ide/pci: fix indentionGerd Hoffmann1-6/+6
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann2-1/+147
2009-09-15split away drive init from ide_init2()Gerd Hoffmann2-32/+40
2009-09-15support media=cdrom for if=noneGerd Hoffmann1-1/+1
2009-09-15qdev/pci: add pci_create_noinit()Gerd Hoffmann2-3/+9
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