Show patches with: Submitter = Kevin Wolf       |    State = Action Required       |    Archived = No       |   12258 patches
« 1 2 ... 119 120 121122 123 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[03/14] block: fix physical_block_size calculation - - - - --- 2010-06-22 Kevin Wolf New
[02/14] scsi-bus: Add MAINTENANCE_IN and MAINTENANCE_OUT SCSIRequest xfer and mode assignments 1 - - - --- 2010-06-22 Kevin Wolf New
[01/14] scsi-bus: Add PERSISTENT_RESERVE_OUT SCSIRequest->cmd.mode setup 1 - - - --- 2010-06-22 Kevin Wolf New
[2/2] qcow2: Don't try to check tables that couldn't be loaded - - - - --- 2010-06-22 Kevin Wolf New
[1/2] qcow2: Fix qemu-img check segfault on corrupted images - - - - --- 2010-06-22 Kevin Wolf New
[RESEND] qdev-properties: Fix (u)intXX parsers 1 - - - --- 2010-06-18 Kevin Wolf New
[6/6] vpc: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-18 Kevin Wolf New
[5/6] vmdk: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-18 Kevin Wolf New
[4/6] qcow2: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-18 Kevin Wolf New
[3/6] qcow: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-18 Kevin Wolf New
[2/6] cow: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-18 Kevin Wolf New
[1/6] block: Add bdrv_(p)write_sync - - - - --- 2010-06-18 Kevin Wolf New
[RFC,2/2] qcow2: Use bdrv_(p)write_sync for metadata writes - - - - --- 2010-06-17 Kevin Wolf New
[RFC,1/2] block: Add bdrv_(p)write_sync - - - - --- 2010-06-17 Kevin Wolf New
[19/19] xen: Fix build error due to missing include - - - - --- 2010-06-15 Kevin Wolf New
[18/19] block: fix a warning and possible truncation - - - - --- 2010-06-15 Kevin Wolf New
[17/19] Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE - - - - --- 2010-06-15 Kevin Wolf New
[16/19] blockdev: Give drives internal linkage - - - - --- 2010-06-15 Kevin Wolf New
[15/19] block: Decouple savevm from DriveInfo - - - - --- 2010-06-15 Kevin Wolf New
[14/19] block: New bdrv_next() - - - - --- 2010-06-15 Kevin Wolf New
[13/19] monitor: Make "commit FOO" complain when FOO doesn't exist - - - - --- 2010-06-15 Kevin Wolf New
[12/19] block: Decouple block device "commit all" from DriveInfo - - - - --- 2010-06-15 Kevin Wolf New
[11/19] block: Move error actions from DriveInfo to BlockDriverState - - - - --- 2010-06-15 Kevin Wolf New
[10/19] cow: use qemu block API - - - - --- 2010-06-15 Kevin Wolf New
[09/19] cow: stop using mmap - - - - --- 2010-06-15 Kevin Wolf New
[08/19] cow: use pread/pwrite - - - - --- 2010-06-15 Kevin Wolf New
[07/19] qcow2: Restore L1 entry on l2_allocate failure - - - - --- 2010-06-15 Kevin Wolf New
[06/19] Fix regression for "-drive file=" - - - - --- 2010-06-15 Kevin Wolf New
[05/19] savevm: Really verify if a drive supports snapshots - - - - --- 2010-06-15 Kevin Wolf New
[04/19] qcow2: Return real error code in load_refcount_block - - - - --- 2010-06-15 Kevin Wolf New
[03/19] qcow2: Allow alloc_clusters_noref to return errors - - - - --- 2010-06-15 Kevin Wolf New
[02/19] qcow2: Allow get_refcount to return errors - - - - --- 2010-06-15 Kevin Wolf New
[01/19] vpc: Read/write multiple sectors at once - - - - --- 2010-06-15 Kevin Wolf New
[v2,1/2] qcow2: Simplify image creation - - - - --- 2010-06-15 Kevin Wolf New
[2/2] qcow2: Remove old image creation function - - - - --- 2010-06-14 Kevin Wolf New
[1/2] qcow2: Simplify image creation - - - - --- 2010-06-14 Kevin Wolf New
qemu-option: Fix uninitialized value in append_option_parameter - - - - --- 2010-06-11 Kevin Wolf New
qcow2: Restore L1 entry on l2_allocate failure - - - - --- 2010-06-07 Kevin Wolf New
qemu-iotests: qcow2 error path tests - - - - --- 2010-06-04 Kevin Wolf New
[27/27] block: Fix serial number assignment - - - - --- 2010-06-04 Kevin Wolf New
[26/27] blockdev: Collect block device code in new blockdev.c - - - - --- 2010-06-04 Kevin Wolf New
[25/27] qdev: Move declaration of qdev_init_bdrv() into qdev.h - - - - --- 2010-06-04 Kevin Wolf New
[24/27] blockdev: Hide QEMUMachine from drive_init() - - - - --- 2010-06-04 Kevin Wolf New
[23/27] block: call the snapshot handlers of the protocol drivers - - - - --- 2010-06-04 Kevin Wolf New
[22/27] close all the block drivers before the qemu process exits - - - - --- 2010-06-04 Kevin Wolf New
[21/27] block: Assume raw for drives without media - - - - --- 2010-06-04 Kevin Wolf New
[20/27] Fix error message in drive_init - - - - --- 2010-06-04 Kevin Wolf New
[19/27] scsi: Fix info qtree for scsi-disk.ver - - - - --- 2010-06-04 Kevin Wolf New
[18/27] scsi: Turn drive serial into a qdev property scsi-disk.serial - - - - --- 2010-06-04 Kevin Wolf New
[17/27] ide: Fix info qtree for ide-drive.ver - - - - --- 2010-06-04 Kevin Wolf New
[16/27] ide: Turn drive serial into a qdev property ide-drive.serial - - - - --- 2010-06-04 Kevin Wolf New
[15/27] qdev: Don't leak string property value on hot unplug - - - - --- 2010-06-04 Kevin Wolf New
[14/27] qdev: New qdev_prop_set_string() - - - - --- 2010-06-04 Kevin Wolf New
[13/27] ide: Split non-qdev code off ide_init2() - - - - --- 2010-06-04 Kevin Wolf New
[12/27] ide: Change ide_init_drive() to require valid dinfo argument - - - - --- 2010-06-04 Kevin Wolf New
[11/27] ide: Split ide_init1() off ide_init2() - - - - --- 2010-06-04 Kevin Wolf New
[10/27] ide: Remove redundant IDEState member conf - - - - --- 2010-06-04 Kevin Wolf New
[09/27] ide: Remove useless IDEDeviceInfo members unit, drive - - - - --- 2010-06-04 Kevin Wolf New
[08/27] usb: Remove unused usb_device_add() parameter is_hotplug - - - - --- 2010-06-04 Kevin Wolf New
[07/27] blockdev: Belatedly remove driveopts - - - - --- 2010-06-04 Kevin Wolf New
[06/27] blockdev: Belatedly remove MAX_DRIVES - - - - --- 2010-06-04 Kevin Wolf New
[05/27] qemu-io: Fix error messages - - - - --- 2010-06-04 Kevin Wolf New
[04/27] Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE instead - - - - --- 2010-06-04 Kevin Wolf New
[03/27] Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512 - - - - --- 2010-06-04 Kevin Wolf New
[02/27] Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512 - - - - --- 2010-06-04 Kevin Wolf New
[01/27] Cleanup: bdrv_open() no need to shift total_size just to shift back. - - - - --- 2010-06-04 Kevin Wolf New
[3/3] qcow2: Return real error code in load_refcount_block - - - - --- 2010-06-04 Kevin Wolf New
[2/3] qcow2: Allow alloc_clusters_noref to return errors - - - - --- 2010-06-04 Kevin Wolf New
[1/3] qcow2: Allow get_refcount to return errors - - - - --- 2010-06-04 Kevin Wolf New
vpc: Read/write multiple sectors at once - - - - --- 2010-06-04 Kevin Wolf New
block: Assume raw for drives without media 1 - - - --- 2010-06-01 Kevin Wolf New
Fix error message in drive_init - - - - --- 2010-06-01 Kevin Wolf New
qemu-io: Fix error messages - - 1 - --- 2010-05-28 Kevin Wolf New
[STABLE,6/6] qcow2: Fix corruption after error in update_refcount - - - - --- 2010-05-28 Kevin Wolf New
[STABLE,5/6] qcow2: Fix corruption after refblock allocation - - - - --- 2010-05-28 Kevin Wolf New
[STABLE,4/6] block: Fix multiwrite with overlapping requests - - - - --- 2010-05-28 Kevin Wolf New
[STABLE,3/6] qcow2: Fix error handling in l2_allocate - - - - --- 2010-05-28 Kevin Wolf New
[STABLE,2/6] qcow2: Clear L2 table cache after write error - - - - --- 2010-05-28 Kevin Wolf New
[STABLE,1/6] ide: Fix ide_dma_cancel - - - - --- 2010-05-28 Kevin Wolf New
[14/14] block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format() - - - - --- 2010-05-28 Kevin Wolf New
[13/14] qcow2: Fix corruption after error in update_refcount - - - - --- 2010-05-28 Kevin Wolf New
[12/14] qcow2: Fix corruption after refblock allocation - - - - --- 2010-05-28 Kevin Wolf New
[11/14] qcow2: Return right error code in write_refcount_block_entries - - - - --- 2010-05-28 Kevin Wolf New
[10/14] qcow2: Change l2_load to return 0/-errno - - - - --- 2010-05-28 Kevin Wolf New
[09/14] qcow2: Allow qcow2_get_cluster_offset to return errors - - - - --- 2010-05-28 Kevin Wolf New
[08/14] block.h: Make BDRV_SECTOR_SIZE 64 bit safe - - - - --- 2010-05-28 Kevin Wolf New
[07/14] posix-aio-compat: Expand tabs that have crept in - - - - --- 2010-05-28 Kevin Wolf New
[06/14] drive: allow rerror, werror and readonly for if=none - - - - --- 2010-05-28 Kevin Wolf New
[05/14] add support for protocol driver create_options - - - - --- 2010-05-28 Kevin Wolf New
[04/14] qemu-io: Add multiwrite command - - - - --- 2010-05-28 Kevin Wolf New
[03/14] block: Fix multiwrite with overlapping requests - - - - --- 2010-05-28 Kevin Wolf New
[02/14] qcow2: Fix error handling in l2_allocate - - - - --- 2010-05-28 Kevin Wolf New
[01/14] qcow2: Clear L2 table cache after write error - - - - --- 2010-05-28 Kevin Wolf New
[5/5] qcow2: Fix corruption after error in update_refcount - - 1 - --- 2010-05-28 Kevin Wolf New
[4/5] qcow2: Fix corruption after refblock allocation - - - - --- 2010-05-28 Kevin Wolf New
[3/5] qcow2: Return right error code in write_refcount_block_entries - - 1 - --- 2010-05-28 Kevin Wolf New
[2/5] qcow2: Change l2_load to return 0/-errno - - 1 - --- 2010-05-28 Kevin Wolf New
[1/5] qcow2: Allow qcow2_get_cluster_offset to return errors - - 1 - --- 2010-05-28 Kevin Wolf New
[v2] qdev-properties: Fix (u)intXX parsers 1 - - - --- 2010-05-26 Kevin Wolf New
qdev-properties: Fix (u)intXX parsers - - - - --- 2010-05-26 Kevin Wolf New
« 1 2 ... 119 120 121122 123 »