aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster7-9/+20
2011-01-31blockdev: Put BlockInterfaceType names and max_devs in tablesMarkus Armbruster1-30/+21
2011-01-31blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster2-6/+6
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster6-22/+19
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl1-4/+1
2011-01-31scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster1-0/+1
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf1-1/+1
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi1-7/+17
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf3-0/+92
2011-01-31qemu-io: Fix discard commandKevin Wolf1-1/+1
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka1-3/+14
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-31ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi1-5/+5
2011-01-31Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen1-0/+7
2011-01-31virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREADStefan Hajnoczi1-2/+6
2011-01-31virtio-blk: tell the guest about size changesChristoph Hellwig1-0/+10
2011-01-31block: tell drivers about an image resizeChristoph Hellwig5-8/+25
2011-01-31block: add block_resize monitor commandChristoph Hellwig4-0/+78
2011-01-31strtosz(): Use suffix macros in switch() statementJes Sorensen1-5/+5
2011-01-31strtosz(): Fix name confusion in use of modf()Jes Sorensen1-2/+2
2011-01-31strtosz() use qemu_toupper() to simplify switch statementJes Sorensen1-6/+1
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-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