]> git.proxmox.com Git - mirror_qemu.git/commit
q35: Re-enable FDC on pc-q35-2.3 and older
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 18 Jun 2015 16:49:28 +0000 (13:49 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jun 2015 08:40:35 +0000 (09:40 +0100)
commit473a49460db0a90bfda046b8f3662b49f94098eb
treec15634c9b003d9e2646736f83317e2d0abb73231
parent8ffe756da0481233e1bd518b2b16489f51856292
q35: Re-enable FDC on pc-q35-2.3 and older

commit ea96bc629cbd52be98b2967a4b4f72e91dfc3ee4 doesn't match the patch
submitted by Laszlo to qemu-devel. We reuse pc_q35_2_4_machine_options()
inside pc_q35_2_3_machine_options(), so we need to undo the no_floppy
change in pc_q35_2_3_machine_options().

(This discrepancy was due to a bad merge.)

This restores the previous behavior where all the 2.3 and older machines
had no_floppy=0.

Reported-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-id: 1434646168-3100-1-git-send-email-ehabkost@redhat.com
Cc: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
[PMM: mention that this was a merge issue, not a review issue]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/i386/pc_q35.c