summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-31strtosz(): use unsigned char and switch to qemu_isspace()Jes Sorensen1-3/+4
2011-01-30Update OpenBIOS images to r1018Blue Swirl4-1/+1
2011-01-29sdl: remove unused variableBlue Swirl1-6/+0
2011-01-29New trace-event backend: stderrFabien Chouteau3-3/+65
2011-01-29prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau1-1/+1
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber1-3/+0
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno1-1/+9
2011-01-29mc146818rtc: constantifyAurelien Jarno1-2/+3
2011-01-29target-arm: Fix Neon VQ(R)DMULH.S16 instructionsJuha Riihimäki1-1/+2
2011-01-29virtio-blk: fix cross-endianness targetsAurelien Jarno1-15/+25
2011-01-29virtio-net: fix cross-endianness supportAurelien Jarno1-6/+7
2011-01-29escc: fix interrupt flagsAurelien Jarno1-2/+6
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov6-111/+103
2011-01-29spitz: make spitz-keyboard to use qdev infrastructureDmitry Eremin-Solenikov1-55/+72
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov4-53/+75
2011-01-29Use vmstate to save/load spitz-lcdtg and corgi-ssp stateDmitry Eremin-Solenikov1-46/+28
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov4-89/+75
2011-01-27pci: typo in pcibus_get_dev_path()Isaku Yamahata1-1/+1
2011-01-27pci: bridge control fixupMichael S. Tsirkin1-1/+0
2011-01-26target-arm: Fix loading of scalar value for Neon multiply-by-scalarPeter Maydell1-6/+6
2011-01-26target-arm: Fix garbage collection of temporaries in Neon emulation.Christophe Lyon1-5/+13
2011-01-26Support saturation with shift=0.Christophe Lyon1-16/+12
2011-01-26target-sh4: update PTEH upon MMU exceptionAlexandre Courbot1-0/+4
2011-01-26sh4: implement missing mmaped TLB read functionsAurelien Jarno3-6/+91
2011-01-26sh4: implement missing mmaped TLB write functionsAurelien Jarno3-6/+69
2011-01-26etrax: Dont decrease the granularity of timersEdgar E. Iglesias1-4/+0
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias1-9/+2
2011-01-25pulseaudio: tweak configGerd Hoffmann1-9/+1
2011-01-25pulseaudio: setup buffer attrsGerd Hoffmann1-1/+11
2011-01-25pulseaudio: process 1/4 buffer max at onceGerd Hoffmann1-13/+9
2011-01-25monitor: use after free in do_wav_capture()Isaku Yamahata1-1/+2
2011-01-25mips_fulong: remove bogus HAS_AUDIOIsaku Yamahata1-4/+0
2011-01-25audio: consolidate audio_init()Isaku Yamahata8-80/+41
2011-01-25target-sh4: fix index of address read error exceptionAlexandre Courbot1-1/+1
2011-01-25target-sh4: fix TLB invalidation codeAlexandre Courbot1-2/+2
2011-01-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori25-452/+764
2011-01-24SPARC: Add asr17 register supportFabien Chouteau3-1/+14
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau8-22/+419
2011-01-24SPARC: Emulation of GRLIB APB UARTFabien Chouteau3-0/+214
2011-01-24SPARC: Emulation of GRLIB IRQMPFabien Chouteau3-0/+420
2011-01-24SPARC: Emulation of GRLIB GPTimerFabien Chouteau3-0/+470
2011-01-24docs: Document scsi-disk and usb-storage removable parameterStefan Hajnoczi1-2/+11
2011-01-24usb-msd: Propagate removable bit to SCSI deviceStefan Hajnoczi1-1/+3
2011-01-24scsi: Allow scsi_bus_legacy_add_drive() to set removable bitStefan Hajnoczi4-5/+10
2011-01-24scsi-disk: Allow overriding SCSI INQUIRY removable bitStefan Hajnoczi1-0/+3
2011-01-24target-mips: fix save_cpu_state() callsAurelien Jarno1-6/+6
2011-01-24usb-bus: use snprintfBlue Swirl1-5/+7
2011-01-24usb hid: add migration supportGerd Hoffmann1-2/+64
2011-01-24usb hub: add migration supportGerd Hoffmann1-0/+24
2011-01-24usb core: add migration supportGerd Hoffmann3-5/+31