diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2012-11-15 13:12:14 +1100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-12-11 11:04:25 +0100 |
commit | d567e62f98d5789ff4d273b924a0474931c71e8b (patch) | |
tree | 26bd5952f6b5b8c59d3679dc3285da8a1201ccae /hw/exynos4210_rtc.c | |
parent | f500a6d3c2b9ef0bb06d0080d91d8ed3c1d68f58 (diff) | |
download | qemu-d567e62f98d5789ff4d273b924a0474931c71e8b.zip qemu-d567e62f98d5789ff4d273b924a0474931c71e8b.tar.gz qemu-d567e62f98d5789ff4d273b924a0474931c71e8b.tar.bz2 |
virtio-blk: Remove duplicate property definition
For the virtio-blk device (via virtio-pci) the property "config-wce" is
defined in two places. First, it's defined from the
DEFINE_VIRTIO_BLK_FEATURES macro, second it's defined directly in
virtio-pci, just two lines above the call to that macro.
The direct definition in virtio-pci.c is broken, since it operates on the
'config_wce' field of VirtIOBlkConf, which is never used anywhere else.
Therefore, this patch removes both the extra property definition and the
redundant field it works on.
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>
Cc: Paul 'Rusty' Russell <rusty@rustcorp.com.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/exynos4210_rtc.c')
0 files changed, 0 insertions, 0 deletions