Opened 14 years ago
Closed 14 years ago
#6123 closed enhancement (fixed)
[PATCH] OpenFirmware: Assure machine is initialized to unknown
Reported by: | andreasf | Owned by: | andreasf |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | QEMU OpenBIOS | Cc: | |
Blocked By: | Blocking: | ||
Platform: | PowerPC |
Description
QEMU's default ppc machine g3beige
does not have a device_type
property. This will lead to the function returning right away.
Whether that is an OpenBIOS bug or not, let's play fool-safe and move the variable initialization to the top.
Priority: low
Note: The mac99
machine does have the device_type
property as expected.
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | 0001-Initialize-machine-to-unknown-before-return.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Priority: | normal → low |
Status: | new → in-progress |
Note:
See TracTickets
for help on using tickets.
proposed patch