aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-27Fix regression in option parsingAnthony Liguori
2010-01-27pflash: Buffer block writesEdgar E. Iglesias
2010-01-26virtio: Add memory statistics reporting to the balloon driverAdam Litke
2010-01-26New API for asynchronous monitor commandsAdam Litke
2010-01-26block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig
2010-01-26vnc_refresh: calling vnc_update_client might free vsStefano Stabellini
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26win32/sdl: Fix toggle full screenHerve Poussineau
2010-01-26Tell users about out-of-memory errorsStefan Weil
2010-01-26PCI: fix bridge configurationBlue Swirl
2010-01-26fix savevm command without id or tagMarcelo Tosatti
2010-01-26qcow2: rename two QCowAIOCB membersChristoph Hellwig
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-26block: clean up bdrv_open2 structure a bitChristoph Hellwig
2010-01-26virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...Amit Shah
2010-01-26virtio-console: Rename virtio-serial.c back to virtio-console.cAmit Shah
2010-01-26Fix generation of config-host.hJuan Quintela
2010-01-26ide save/restore current transfer fieldsMarcelo Tosatti
2010-01-26PCI: do_pci_info(): PCI bridge devices supportLuiz Capitulino
2010-01-26PCI: Convert pci_info() to QObjectLuiz Capitulino
2010-01-26QDict: Introduce qdict_get_qdict()Luiz Capitulino
2010-01-26QList: Introduce QLIST_FOREACH_ENTRY()Luiz Capitulino
2010-01-26Read-only device changed to opens it's file for read-only.Naphtali Sprei
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei
2010-01-26No need anymoe for bdrv_set_read_onlyNaphtali Sprei
2010-01-26Documentation: Add missing texi description for command line optionsStefan Weil
2010-01-26Documentation: Improve command line help for -device optionStefan Weil
2010-01-26qdev: Add help for property valueStefan Weil
2010-01-26qdev: Add help for device propertiesStefan Weil
2010-01-26mmap_frag() users only check for -1 errorJuan Quintela
2010-01-26Check availavility of -fstack-protector-allJuan Quintela
2010-01-26Enable _FORTIFY_SOURCE=2Kirill A. Shutemov
2010-01-26check pipe() return valueJuan Quintela
2010-01-26linux-user/mmap.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26monitor.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26vl.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26usb-linux.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26net/slirp.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26posix-aio-compat.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26force to test result for qemu_write_full()Juan Quintela
2010-01-26Introduce qemu_write_full()Kirill A. Shutemov
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf
2010-01-26qcow2: Don't ignore update_refcount return valueKevin Wolf
2010-01-26qcow2: Allow updating no refcountsKevin Wolf