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 613369 Details for
Bug 655025
vdi image type for qemu disk driver
[?]
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]
adds the vdi file type support
libvirt.vdi.patch (text/plain), 1.30 KB, created by
Pete Beardmore
on 2012-09-16 02:21:45 UTC
(
hide
)
Description:
adds the vdi file type support
Filename:
MIME Type:
Creator:
Pete Beardmore
Created:
2012-09-16 02:21:45 UTC
Size:
1.30 KB
patch
obsolete
>diff -ur libvirt-0.10.1-orig/src/util/storage_file.c libvirt-0.10.1/src/util/storage_file.c >--- libvirt-0.10.1-orig/src/util/storage_file.c 2012-08-10 03:26:04.000000000 +0100 >+++ libvirt-0.10.1/src/util/storage_file.c 2012-09-16 01:32:19.561883788 +0100 >@@ -47,7 +47,7 @@ > VIR_STORAGE_FILE_LAST, > "raw", "dir", "bochs", > "cloop", "cow", "dmg", "iso", >- "qcow", "qcow2", "qed", "vmdk", "vpc") >+ "qcow", "qcow2", "qed", "vmdk", "vpc", "vdi") > > enum lv_endian { > LV_LITTLE_ENDIAN = 1, /* 1234 */ >@@ -180,6 +180,10 @@ > LV_BIG_ENDIAN, 12, 0x10000, > 8 + 4 + 4 + 8 + 4 + 4 + 2 + 2 + 4, 8, 1, -1, NULL > }, >+ [VIR_STORAGE_FILE_VDI] = { >+ NULL, ".vdi", >+ LV_LITTLE_ENDIAN, -1, 0, 0, 0, 0, 0, NULL >+ }, > }; > verify(ARRAY_CARDINALITY(fileTypeInfo) == VIR_STORAGE_FILE_LAST); > >diff -ur libvirt-0.10.1-orig/src/util/storage_file.h libvirt-0.10.1/src/util/storage_file.h >--- libvirt-0.10.1-orig/src/util/storage_file.h 2012-08-10 03:26:04.000000000 +0100 >+++ libvirt-0.10.1/src/util/storage_file.h 2012-09-16 01:07:22.464173891 +0100 >@@ -41,6 +41,7 @@ > VIR_STORAGE_FILE_QED, > VIR_STORAGE_FILE_VMDK, > VIR_STORAGE_FILE_VPC, >+ VIR_STORAGE_FILE_VDI, > VIR_STORAGE_FILE_LAST, > }; > >rm: cannot remove `fTemp': No such file or directory
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 655025
: 613369