hw/i386/q35: Remove unreachable Xen code on Q35 machine
commitb2a3b8d787efb24091fd6141bc72122690dcb1f6
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 22 Jul 2020 08:25:17 +0000 (22 10:25 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (30 19:11 +0200)
treec9ecefd9bf2fcf02d7aa5519704b4d1facea22b9
parentd17f305a2649fccdc50956b3381456a8fd318903
hw/i386/q35: Remove unreachable Xen code on Q35 machine

Xen accelerator requires specific changes to a machine to be able
to use it. See for example the 'Xen PC' machine configure its PCI
bus calling pc_xen_hvm_init_pci(). There is no 'Xen Q35' machine
declared. This code was probably added while introducing the Q35
machine, based on the existing PC machine (see commit df2d8b3ed4
"Introduce q35 pc based chipset emulator"). Remove the unreachable
code to simplify this file.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20200722082517.18708-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc_q35.c