aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster
2011-01-31blockdev: Put BlockInterfaceType names and max_devs in tablesMarkus Armbruster
2011-01-31blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl
2011-01-31scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-31qemu-io: Fix discard commandKevin Wolf
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen
2011-01-31ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi
2011-01-31Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen
2011-01-31virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREADStefan Hajnoczi
2011-01-31virtio-blk: tell the guest about size changesChristoph Hellwig
2011-01-31block: tell drivers about an image resizeChristoph Hellwig
2011-01-31block: add block_resize monitor commandChristoph Hellwig
2011-01-31strtosz(): Use suffix macros in switch() statementJes Sorensen
2011-01-31strtosz(): Fix name confusion in use of modf()Jes Sorensen
2011-01-31strtosz() use qemu_toupper() to simplify switch statementJes Sorensen
2011-01-31strtosz(): use unsigned char and switch to qemu_isspace()Jes Sorensen
2011-01-30Update OpenBIOS images to r1018Blue Swirl
2011-01-29sdl: remove unused variableBlue Swirl
2011-01-29New trace-event backend: stderrFabien Chouteau
2011-01-29prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno
2011-01-29mc146818rtc: constantifyAurelien Jarno
2011-01-29target-arm: Fix Neon VQ(R)DMULH.S16 instructionsJuha Riihimäki
2011-01-29virtio-blk: fix cross-endianness targetsAurelien Jarno
2011-01-29virtio-net: fix cross-endianness supportAurelien Jarno
2011-01-29escc: fix interrupt flagsAurelien Jarno
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov
2011-01-29spitz: make spitz-keyboard to use qdev infrastructureDmitry Eremin-Solenikov
2011-01-29spitz: make sl-nand emulation use qdev infrastructureDmitry Eremin-Solenikov
2011-01-29Use vmstate to save/load spitz-lcdtg and corgi-ssp stateDmitry Eremin-Solenikov
2011-01-29SharpSL scoop device - convert to qdevDmitry Eremin-Solenikov
2011-01-26target-arm: Fix loading of scalar value for Neon multiply-by-scalarPeter Maydell
2011-01-26target-arm: Fix garbage collection of temporaries in Neon emulation.Christophe Lyon
2011-01-26Support saturation with shift=0.Christophe Lyon
2011-01-26target-sh4: update PTEH upon MMU exceptionAlexandre Courbot
2011-01-26sh4: implement missing mmaped TLB read functionsAurelien Jarno
2011-01-26sh4: implement missing mmaped TLB write functionsAurelien Jarno
2011-01-26etrax: Dont decrease the granularity of timersEdgar E. Iglesias
2011-01-25cris: Replace tcg branch sequence with setcondEdgar E. Iglesias
2011-01-25pulseaudio: tweak configGerd Hoffmann
2011-01-25pulseaudio: setup buffer attrsGerd Hoffmann
2011-01-25pulseaudio: process 1/4 buffer max at onceGerd Hoffmann
2011-01-25monitor: use after free in do_wav_capture()Isaku Yamahata