mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
b305b9d7d6
commit
f7736b91c4
17 changed files with 24 additions and 17 deletions
2
vl.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue