]> git.proxmox.com Git - qemu.git/commit
char: check for initial_reset_issued unnecessary
authorAmit Shah <amit.shah@redhat.com>
Wed, 7 Oct 2009 13:01:15 +0000 (18:31 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 21 Oct 2009 18:35:37 +0000 (13:35 -0500)
commit69795d6769910eaee4416470744e65ae066aeb54
tree0b9b6472fcc0952eac054e4a8f5400ca6e1a3267
parent544f4f0b5aa659f858f384677d4767d8fcecb27d
char: check for initial_reset_issued unnecessary

At init, qemu_chr_reset is always called with initial_reset_issued set to 1.
So checking for it to be set is not necessary.

Patchworks-ID: 35286
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c