Re: [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES

2019-03-12 Thread Palmer Dabbelt
On Mon, 11 Mar 2019 06:52:33 PDT (-0700), pbonz...@redhat.com wrote: On 11/03/19 13:46, Thomas Huth wrote: On 11/03/2019 10.12, David Abdurachmanov wrote: Re-enable PCI_DEVICES for RISC-V. The patch is based on other /Kconfig. Signed-off-by: David Abdurachmanov Fixes: 82a230d5a303 ("riscv-sof

Re: [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES

2019-03-11 Thread Paolo Bonzini
On 11/03/19 13:46, Thomas Huth wrote: > On 11/03/2019 10.12, David Abdurachmanov wrote: >> Re-enable PCI_DEVICES for RISC-V. >> The patch is based on other /Kconfig. >> >> Signed-off-by: David Abdurachmanov >> Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig >> "select" dire

Re: [Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES

2019-03-11 Thread Thomas Huth
On 11/03/2019 10.12, David Abdurachmanov wrote: > Re-enable PCI_DEVICES for RISC-V. > The patch is based on other /Kconfig. > > Signed-off-by: David Abdurachmanov > Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig > "select" directives") > --- > hw/riscv/Kconfig | 3 +++ >

[Qemu-devel] [PATCH] riscv/Kconfig: enable PCI_DEVICES

2019-03-11 Thread David Abdurachmanov
Re-enable PCI_DEVICES for RISC-V. The patch is based on other /Kconfig. Signed-off-by: David Abdurachmanov Fixes: 82a230d5a303 ("riscv-softmmu.mak: replace CONFIG_* with Kconfig "select" directives") --- hw/riscv/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/riscv/Kconfig b/