]> git.proxmox.com Git - mirror_qemu.git/commit - hw/s390x/ipl.c
s390x/ipl: The s390-ipl device is not hot-pluggable
authorThomas Huth <thuth@redhat.com>
Wed, 16 Aug 2017 05:30:58 +0000 (07:30 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 30 Aug 2017 16:23:25 +0000 (18:23 +0200)
commit0d4fa4996fc5ee56ea7d072e272b8e69948460a5
tree47a4cdcdf46838e466dfc191ea60857abf99ba99
parent70d8d9a0c9bc599d8ae99dd65ff8535adb2acdfc
s390x/ipl: The s390-ipl device is not hot-pluggable

The s390-ipl device can not be created by the user, since it is meant only
to  be instantiated once internally to load the ROMs and kernel. If the user
tries to do a "device_add s390-ipl" via the monitor later, QEMU aborts with
a "ROM images must be loaded at startup" error message.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1502861458-30270-1-git-send-email-thuth@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
hw/s390x/ipl.c