]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
hw/misc: don't create pvpanic device by default
authorMarcel Apfelbaum <marcel.a@redhat.com>
Sun, 11 Aug 2013 15:10:42 +0000 (18:10 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Aug 2013 16:20:57 +0000 (11:20 -0500)
commit7f3e341a008c585deed174eaf1f826c88c67948a
treea3451f6eb2dbb9c9402e54830e1eb561bfeb56f2
parent8f3067bd86485f8cd03abc940ddb2b8467ef3627
hw/misc: don't create pvpanic device by default

This patch is based on Hu Tao's:
http://lists.nongnu.org/archive/html/qemu-devel/2013-08/msg00124.html

No need to hard-code pvpanic as part of the machine.
It can be added with "-device pvpanic" from command line (The next patch).
Anyway, for backport compatibility it is still part of 1.5
machine.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Reviewed-by: Hu Tao <hutao@cn.fujitsu.com>
Message-id: 1376233843-19410-2-git-send-email-marcel.a@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c