aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori
2011-02-01linux-user: avoid gcc array overrun warning for sparcPeter Maydell
2011-02-01hw/slavio_intctl.c: fix gcc warning about array bounds overrunPeter Maydell
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau
2011-01-31Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster
2011-01-31blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster
2011-01-31blockdev: Reject multiple definitions for the same driveMarkus Armbruster
2011-01-31blockdev: New drive_get_by_index()Markus Armbruster
2011-01-31blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init()Markus Armbruster
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster
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-27pci: typo in pcibus_get_dev_path()Isaku Yamahata