diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-06-19 11:18:56 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-06-24 17:18:28 -0400 |
commit | 2055dbc1c9cd548628b06bc2547d3c617b5b03be (patch) | |
tree | 69e8cf885e2dde5e6cae097b18fc17e4b8be8aae /stubs/cmos.c | |
parent | b20fdf2cc381143271b335bd43f20eb90974e164 (diff) |
acpi: move aml builder code for floppy device
DSDT change: isa device order changes in case MI1 (ipmi) is present.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20200619091905.21676-4-kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'stubs/cmos.c')
-rw-r--r-- | stubs/cmos.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/cmos.c b/stubs/cmos.c new file mode 100644 index 0000000000..416cbe4055 --- /dev/null +++ b/stubs/cmos.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "hw/i386/pc.h" + +int cmos_get_fd_drive_type(FloppyDriveType fd0) +{ + return 0; +} |