xen_disk: Always set feature-barrier = 1
authorKevin Wolf <kwolf@redhat.com>
Fri, 21 Oct 2011 10:16:44 +0000 (12:16 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 21 Oct 2011 15:34:12 +0000 (17:34 +0200)
commit5cce43bb288ea22ef1c3faa77f2c5e8aa04b6236
treed2b02013becf962525c6698f8c1d326ed6640c25
parentb1b1dad31f3a092e046b09795f4476705c4e564e
xen_disk: Always set feature-barrier = 1

The synchronous .bdrv_flush callback doesn't exist any more and a device really
shouldn't poke into the block layer internals anyway. All drivers are supposed
to have a correctly working bdrv_flush, so let's just hard-code this.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/xen_disk.c