aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-10-29 14:30:38 -0700
committerDavid 'Digit' Turner <digit@google.com>2009-10-29 14:30:38 -0700
commitdef0e542c9cc004a7b83ff965103c34097c0960b (patch)
treecc22f558fbeb40d43f5cc5965c8c65f3603aded8 /CHANGES.TXT
parentdba3a6fdf7ec051143f0d889721f56b2e28803f3 (diff)
downloadexternal_qemu-def0e542c9cc004a7b83ff965103c34097c0960b.zip
external_qemu-def0e542c9cc004a7b83ff965103c34097c0960b.tar.gz
external_qemu-def0e542c9cc004a7b83ff965103c34097c0960b.tar.bz2
Remove the disk partition size hardware properties.
Also remove the error/abort message in case an AVD's image files are larger than the default.
Diffstat (limited to 'CHANGES.TXT')
-rw-r--r--CHANGES.TXT22
1 files changed, 0 insertions, 22 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index 09b1e66..a91d6d6 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -30,28 +30,6 @@ IMPORTANT BUG FIXES:
OTHER:
-- Added two new hardware properties disk.systemPartition.size and
- disk.dataPartition.size to specify the size of the system and data partition
- in a given AVD.
-
- If the emulator detects that an image file is larger than the corresponding
- setting, it will do the following:
-
- - for AVDs running from the SDK, an error message will be printed and
- the emulator aborts. Note that this can only happen if there are some
- serious mis-configuration of AVDs anyway.
-
- - when launching the emulator from the Android build system, a warning
- will be printed, and the partition size will be automatically adjusted
- at launch.
-
- Previously, trying to launch an over-sized system image would result in the
- emulated system booting, but then failing to find certain files, depending on
- how the yaffs2 disk images are built. This caused hard-to-debug issues.
-
- Note that the option -partition-size <size> can be used to override the AVD's
- setting at runtime.
-
- Sources have been refreshed by a large integration of upstream QEMU
sources (version 0.10.50). The integration is based on the following commit,
dated 2009-06-19: