mirror of https://github.com/xemu-project/xemu.git
mac_world: Break long line
Coding style change only. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
ed0b6de343
commit
f309ae852c
|
@ -365,7 +365,8 @@ static QEMUMachine heathrow_machine = {
|
||||||
#ifndef TARGET_PPC64
|
#ifndef TARGET_PPC64
|
||||||
.is_default = 1,
|
.is_default = 1,
|
||||||
#endif
|
#endif
|
||||||
.default_boot_order = "cd", /* TOFIX "cad" when Mac floppy is implemented */
|
/* TOFIX "cad" when Mac floppy is implemented */
|
||||||
|
.default_boot_order = "cd",
|
||||||
.kvm_type = heathrow_kvm_type,
|
.kvm_type = heathrow_kvm_type,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue