From 92568958dd42bf35667cc6451b5edd7f7d1f73a1 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 15 Apr 2010 15:04:16 -0700 Subject: Revert previous patch to fix SD Card emulation The previous patch modifies SD Card hardware emulation in a way that is not backwards compatible with previous SDK platform releases. This has the unfortunate effect of making SD Card emulation not work properly when running existing AVDs. Reverting the patch until we get a better one. Change-Id: I82dac87709d88aa3bd292bf2ed0008ae74d95853 --- sysemu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index 7959197..fe24415 100644 --- a/sysemu.h +++ b/sysemu.h @@ -173,7 +173,6 @@ extern int nb_drives; extern DriveInfo drives_table[MAX_DRIVES+1]; extern int drive_get_index(BlockInterfaceType type, int bus, int unit); -extern int drive_get_index_by_bdrv(BlockDriverState *bdrv); extern int drive_get_max_bus(BlockInterfaceType type); extern void drive_uninit(BlockDriverState *bdrv); extern void drive_remove(int index); @@ -193,8 +192,6 @@ extern int nb_drives_opt; extern int drive_add(const char *file, const char *fmt, ...); extern int drive_init(struct drive_opt *arg, int snapshot, void *machine); -extern int drive_swap(struct BlockDriverState *bdrv, const char *file); -extern int drive_hotadd(const char *file, const char *fmt, ...); /* acpi */ void qemu_system_hot_add_init(void); -- cgit v1.1