Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573719 Details for
Bug 807894
mirroring leaves bad backing file
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix the bug
0001-blkmirror-add-bdrv_change_backing_file.patch (text/plain), 1.15 KB, created by
Paolo Bonzini
on 2012-03-29 15:57:24 UTC
(
hide
)
Description:
patch to fix the bug
Filename:
MIME Type:
Creator:
Paolo Bonzini
Created:
2012-03-29 15:57:24 UTC
Size:
1.15 KB
patch
obsolete
>From c02ba00ee75c074b52504fc3f4bd4c0173fb5846 Mon Sep 17 00:00:00 2001 >From: Paolo Bonzini <pbonzini@redhat.com> >Date: Thu, 29 Mar 2012 15:53:05 +0200 >Subject: [RHEL 6.3 qemu-kvm PATCH 1/2] blkmirror: add > bdrv_change_backing_file > >--- > block/blkmirror.c | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > >diff --git a/block/blkmirror.c b/block/blkmirror.c >index f07b6fb..db20095 100644 >--- a/block/blkmirror.c >+++ b/block/blkmirror.c >@@ -247,6 +247,12 @@ static BlockDriverAIOCB *blkmirror_aio_discard(BlockDriverState *bs, > return &dcb->common; > } > >+static int blkmirror_change_backing_file(BlockDriverState *bs, >+ const char *backing_file, const char *backing_fmt) >+{ >+ return bdrv_change_backing_file(bs->file, backing_file, backing_fmt); >+} >+ > > static BlockDriver bdrv_blkmirror = { > .format_name = "blkmirror", >@@ -255,6 +261,8 @@ static BlockDriver bdrv_blkmirror = { > > .bdrv_getlength = blkmirror_getlength, > >+ .bdrv_change_backing_file = blkmirror_change_backing_file, >+ > .bdrv_file_open = blkmirror_open, > .bdrv_close = blkmirror_close, > .bdrv_co_flush = blkmirror_co_flush, >-- >1.7.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 807894
:
573566
|
573718
| 573719