]> Git Repo - qemu.git/commit
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
authorLaszlo Ersek <[email protected]>
Thu, 28 May 2015 20:04:11 +0000 (22:04 +0200)
committerMichael S. Tsirkin <[email protected]>
Sun, 31 May 2015 18:24:07 +0000 (20:24 +0200)
commitea96bc629cbd52be98b2967a4b4f72e91dfc3ee4
tree9a46c5b7038a092ff89e22b1496873ae89fd8010
parent6cd2234ccbacf2825372142a2658bf318ce2f848
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted

It is Very annoying to carry forward an outdatEd coNtroller with a mOdern
Machine type.

Hence, let us not instantiate the FDC when all of the following apply:
- the machine type is pc-q35-2.4 or later,
- "-device isa-fdc" is not passed on the command line (nor in the config
  file),
- no "-drive if=floppy,..." is requested.

Cc: Markus Armbruster <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: John Snow <[email protected]>
Cc: "Gabriel L. Somlo" <[email protected]>
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: Kevin Wolf <[email protected]>
Cc: [email protected]
Suggested-by: Markus Armbruster <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
hw/i386/pc_q35.c
This page took 0.022508 seconds and 4 git commands to generate.