mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
strip some whitespace
Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1363821803-3380-2-git-send-email-lersek@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b9936159ff
commit
4d8b3c6302
3 changed files with 6 additions and 6 deletions
8
vl.c
8
vl.c
|
@ -2546,7 +2546,7 @@ static int virtcon_parse(const char *devname)
|
|||
qemu_opt_set(bus_opts, "driver", "virtio-serial-s390");
|
||||
} else {
|
||||
qemu_opt_set(bus_opts, "driver", "virtio-serial-pci");
|
||||
}
|
||||
}
|
||||
|
||||
dev_opts = qemu_opts_create_nofail(device);
|
||||
qemu_opt_set(dev_opts, "driver", "virtconsole");
|
||||
|
@ -2598,7 +2598,7 @@ static int sclp_parse(const char *devname)
|
|||
}
|
||||
|
||||
static int debugcon_parse(const char *devname)
|
||||
{
|
||||
{
|
||||
QemuOpts *opts;
|
||||
|
||||
if (!qemu_chr_new("debugcon", devname, NULL)) {
|
||||
|
@ -3735,8 +3735,8 @@ int main(int argc, char **argv, char **envp)
|
|||
}
|
||||
p += 8;
|
||||
os_set_proc_name(p);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
case QEMU_OPTION_prom_env:
|
||||
if (nb_prom_envs >= MAX_PROM_ENVS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue