Accepting request 221154 from home:a_faerber:branches:Virtualization

Add xen_disk discard support (olh), backport VMDK SCSI change from v1.6.2 maintenance update and update syscall numbers

OBS-URL: https://build.opensuse.org/request/show/221154
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=179
This commit is contained in:
Andreas Färber
2014-02-06 16:09:22 +00:00
committed by Git OBS Bridge
parent 4b9dbc2e63
commit 04929fcdcd
37 changed files with 467 additions and 42 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 3 15:54:06 UTC 2014 - afaerber@suse.de
- Implement discard support for xen_disk (olh) (fate#316071)
0042-xen_disk-add-discard-support.patch.patch
-------------------------------------------------------------------
Fri Jan 24 11:03:58 UTC 2014 - afaerber@suse.de
- Simplified VMDK SCSI support handling (backport from 13.1/v1.6.2)
* Increases the number of heads for SCSI from 16 to 255
-------------------------------------------------------------------
Fri Jan 17 17:34:57 UTC 2014 - afaerber@suse.de