Re: [Xen-devel] [RFC PATCH 05/12] hvmloader: add Q35 DSDT table loading

2018-03-19 Thread Alexey G
On Mon, 19 Mar 2018 14:45:29 + Roger Pau Monné wrote: >On Tue, Mar 13, 2018 at 04:33:50AM +1000, Alexey Gerasimenko wrote: >> Allows to select Q35 DSDT table in hvmloader_acpi_build_tables(). >> Function get_pc_machine_type() is used to select a proper table >> (i440/q35). >> >> As we are bo

Re: [Xen-devel] [RFC PATCH 05/12] hvmloader: add Q35 DSDT table loading

2018-03-19 Thread Roger Pau Monné
On Tue, Mar 13, 2018 at 04:33:50AM +1000, Alexey Gerasimenko wrote: > Allows to select Q35 DSDT table in hvmloader_acpi_build_tables(). Function > get_pc_machine_type() is used to select a proper table (i440/q35). > > As we are bound to the qemu-xen device model for Q35, no need > to initialize co

[Xen-devel] [RFC PATCH 05/12] hvmloader: add Q35 DSDT table loading

2018-03-12 Thread Alexey Gerasimenko
Allows to select Q35 DSDT table in hvmloader_acpi_build_tables(). Function get_pc_machine_type() is used to select a proper table (i440/q35). As we are bound to the qemu-xen device model for Q35, no need to initialize config->dsdt_15cpu/config->dsdt_15cpu_len fields. Signed-off-by: Alexey Gerasim