summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori54-75839/+76509
2013-12-06Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into stagingAnthony Liguori4-5/+9
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori11-162/+224
2013-12-06Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori22-50/+1166
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori12-104/+335
2013-12-06Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori27-83/+76
2013-12-06eeprom93xx: fix coding styleAntony Pavlov1-31/+31
2013-12-02hw/ppc/mac.h: remove unused BIOS_FILENAME definitionMichael Tokarev1-1/+0
2013-12-02Don't crash on keyboard input with no handlerDon Koch1-1/+1
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-12-02virtio-net: fix the indentZhi Yong Wu1-1/+1
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil12-19/+19
2013-12-02qobject: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil1-2/+2
2013-12-02acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil1-2/+3
2013-12-02.gitignore: Ignore config.statusFam Zheng1-0/+1
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil2-14/+10
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil2-8/+5
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil2-1/+1
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil3-1/+2
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant2-2/+5
2013-12-01xen: fix two errors when debug is enabledWei Liu2-3/+4
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson1-26/+6
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson4-35/+24
2013-11-30tcg-s390: Use qemu_getauxval in query_facilitiesRichard Henderson2-83/+26
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson2-9/+30
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson2-9/+36
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson5-0/+102
2013-11-29qemu-iotests: Add sample image and test for VMDK version 3Fam Zheng3-0/+10
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng1-1/+8
2013-11-29qemu-iotests: Filter out 'qemu-io> ' promptFam Zheng19-75552/+75553
2013-11-29qemu-iotests: Filter qemu-io output in 025Fam Zheng1-1/+1
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf3-3/+5
2013-11-29qemu-iotests: Test snapshot modeKevin Wolf2-5/+66
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf1-26/+21
2013-11-29qemu-iotests: Make test case 030, 040 and 055 deterministicFam Zheng3-9/+25
2013-11-29qemu-iotest: Add pause_drive and resume_drive methodsFam Zheng1-1/+17
2013-11-29blkdebug: add "remove_break" commandFam Zheng5-0/+65
2013-11-29qemu-iotests: Drop local version of cancel_and_wait from 040Fam Zheng1-15/+0
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan2-1/+74
2013-11-29sheepdog: refactor do_sd_create()Liu Yuan1-22/+15
2013-11-29qdict: Optimise qdict_do_flatten()Kevin Wolf1-3/+7
2013-11-29qdict: Fix memory leak in qdict_do_flatten()Kevin Wolf1-1/+3
2013-11-29MAINTAINERS: add sheepdog development mailing listLiu Yuan1-0/+1
2013-11-29COW: Extend checking allocated bits to beyond one sectorCharlie Shepherd1-10/+26
2013-11-29COW: Speed up writesCharlie Shepherd1-38/+50
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng4-3/+29
2013-11-29block: per caller dirty bitmapFam Zheng6-63/+86
2013-11-29linux-user: pass correct parameter to do_shmctl()Petar Jovanovic1-1/+1
2013-11-29linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic20-48/+963