projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0b6de
)
mac_world: Break long line
author
Eduardo Habkost
<ehabkost@redhat.com>
Fri, 4 Sep 2015 18:37:07 +0000
(15:37 -0300)
committer
Andreas Färber
<afaerber@suse.de>
Sat, 19 Sep 2015 14:40:09 +0000
(16:40 +0200)
Coding style change only.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/ppc/mac_oldworld.c
patch
|
blob
|
history
diff --git
a/hw/ppc/mac_oldworld.c
b/hw/ppc/mac_oldworld.c
index
1e4b55a
..
4c5fe46
100644
(file)
--- a/
hw/ppc/mac_oldworld.c
+++ b/
hw/ppc/mac_oldworld.c
@@
-365,7
+365,8
@@
static QEMUMachine heathrow_machine = {
#ifndef TARGET_PPC64
.is_default = 1,
#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,
};