summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-27 06:20:53 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-27 06:20:53 +0000
commitf7736b91c40a617e93505e32dcbd2cb56aad8a23 (patch)
tree1bbcb2573485c040a5ceb4e4d3dfed820cf02981 /vl.c
parentb305b9d7d6990e492966ffb1fdf619482adeb7e2 (diff)
downloadqemu-f7736b91c40a617e93505e32dcbd2cb56aad8a23.tar.gz
Compile ide/core only once
Make win2k install hack unconditional as it is still restricted to x86 only in vl.c. Replace TARGET_PAGE_SIZE and 4096 with PAGE_SIZE. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index d69250ca26..f12363cd64 100644
--- a/vl.c
+++ b/vl.c
@@ -207,8 +207,8 @@ int no_quit = 0;
CharDriverState *serial_hds[MAX_SERIAL_PORTS];
CharDriverState *parallel_hds[MAX_PARALLEL_PORTS];
CharDriverState *virtcon_hds[MAX_VIRTIO_CONSOLES];
-#ifdef TARGET_I386
int win2k_install_hack = 0;
+#ifdef TARGET_I386
int rtc_td_hack = 0;
#endif
int usb_enabled = 0;