summaryrefslogtreecommitdiffstats
path: root/block/vpc.c
diff options
context:
space:
mode:
authorAnthony Liguori2010-11-30 22:25:34 +0100
committerAnthony Liguori2010-11-30 22:25:34 +0100
commit09fa35e5cdc7d17ed3e1528ca743893ae77a0ea2 (patch)
treeb11bb495700b297a4d49692bfd8d6070a1b74e0b /block/vpc.c
parentMerge remote branch 'qmp/for-anthony' into staging (diff)
parentide: Reset current_addr after stopping DMA (diff)
downloadqemu-09fa35e5cdc7d17ed3e1528ca743893ae77a0ea2.tar.gz
qemu-09fa35e5cdc7d17ed3e1528ca743893ae77a0ea2.tar.xz
qemu-09fa35e5cdc7d17ed3e1528ca743893ae77a0ea2.zip
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'block/vpc.c')
-rw-r--r--block/vpc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/vpc.c b/block/vpc.c
index 416f48900c..21e2a6870c 100644
--- a/block/vpc.c
+++ b/block/vpc.c
@@ -110,8 +110,6 @@ struct vhd_dyndisk_header {
};
typedef struct BDRVVPCState {
- BlockDriverState *hd;
-
uint8_t footer_buf[HEADER_SIZE];
uint64_t free_data_block_offset;
int max_table_entries;