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
@ -142,7 +142,7 @@ int qemu_read_default_config_files(bool userconfig)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -185,7 +185,7 @@
|
||||
#define HF2_VINTR_SHIFT 3 /* value of V_INTR_MASKING bit */
|
||||
|
||||
#define HF2_GIF_MASK (1 << HF2_GIF_SHIFT)
|
||||
#define HF2_HIF_MASK (1 << HF2_HIF_SHIFT)
|
||||
#define HF2_HIF_MASK (1 << HF2_HIF_SHIFT)
|
||||
#define HF2_NMI_MASK (1 << HF2_NMI_SHIFT)
|
||||
#define HF2_VINTR_MASK (1 << HF2_VINTR_SHIFT)
|
||||
|
||||
|
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…
Reference in New Issue
Block a user