aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini
2013-12-03block/iscsi: check WRITE SAME support differently depending on MAY_UNMAPPaolo Bonzini
2013-12-03block/iscsi: updated copyrightPeter Lieven
2013-12-03block/iscsi: remove .bdrv_has_zero_initPeter Lieven
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini
2013-12-03block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini
2013-12-03block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini
2013-12-03block: add flags to BlockRequestPaolo Bonzini
2013-12-03block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini
2013-12-03seccomp: add kill() to the syscall whitelistPaul Moore
2013-12-03vmdk: Fix creating big description fileFam Zheng
2013-12-02hw/ppc/mac.h: remove unused BIOS_FILENAME definitionMichael Tokarev
2013-12-02Don't crash on keyboard input with no handlerDon Koch
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil
2013-12-02virtio-net: fix the indentZhi Yong Wu
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil
2013-12-02qobject: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil
2013-12-02acpi-build: Fix compiler warning (missing gnu_printf format attribute)Stefan Weil
2013-12-02.gitignore: Ignore config.statusFam Zheng
2013-12-02gtk: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02console: Replace conditional debug messages by trace methodsStefan Weil
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil
2013-12-02trace: Remove trace.h from console.h (less dependencies)Stefan Weil
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau
2013-12-02add firmware to machine optionsGerd Hoffmann
2013-12-02add pc-{i440fx,q35}-2.0 machine typesGerd Hoffmann
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant
2013-12-01xen: fix two errors when debug is enabledWei Liu
2013-11-30linux-user: Use qemu_getauxval for AT_EXECFDRichard Henderson
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30tcg-s390: Use qemu_getauxval in query_facilitiesRichard Henderson
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-29qemu-iotests: Add sample image and test for VMDK version 3Fam Zheng
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng
2013-11-29qemu-iotests: Filter out 'qemu-io> ' promptFam Zheng
2013-11-29qemu-iotests: Filter qemu-io output in 025Fam Zheng
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf
2013-11-29qemu-iotests: Test snapshot modeKevin Wolf
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf
2013-11-29qemu-iotests: Make test case 030, 040 and 055 deterministicFam Zheng
2013-11-29qemu-iotest: Add pause_drive and resume_drive methodsFam Zheng
2013-11-29blkdebug: add "remove_break" commandFam Zheng