mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
s390x/kvm: factor out SIGP code into sigp.c
We want to use the same code base for TCG, so let's cleanly factor it out. The sigp mutex is currently not really needed, as everything is protected by the iothread mutex. But this could change later, so leave it in place and initialize it properly from common code. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20170928203708.9376-17-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
a7a2b8e3d5
commit
74b4c74d5e
11 changed files with 389 additions and 359 deletions
|
@ -258,6 +258,9 @@ static void ccw_init(MachineState *machine)
|
|||
|
||||
s390_flic_init();
|
||||
|
||||
/* init the SIGP facility */
|
||||
s390_init_sigp();
|
||||
|
||||
/* get a BUS */
|
||||
css_bus = virtual_css_bus_init();
|
||||
s390_init_ipl_dev(machine->kernel_filename, machine->kernel_cmdline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue