Re: [PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'

2025-05-19 Thread David Abdurachmanov
On Mon, May 19, 2025 at 3:20 AM Alistair Francis wrote: > > On Tue, May 6, 2025 at 8:47 AM Daniel Henrique Barboza > wrote: > > > > Hi Alistair, > > > > > > I think we should push this upstream and see what happens. We'll have a > > full release cycle to undo the change in case we find unintended

Re: [Qemu-devel] [Qemu-riscv] [RFC v1 0/5] RISC-V: Add firmware loading support and default

2019-06-20 Thread David Abdurachmanov
On Thu, Jun 20, 2019 at 9:18 PM Alistair Francis wrote: > > On Thu, Jun 20, 2019 at 1:16 AM Andrea Bolognani wrote: > > > > On Wed, 2019-06-19 at 11:23 -0700, Alistair Francis wrote: > > > On Wed, Jun 19, 2019 at 7:42 AM Bin Meng wrote: > > > > On Wed, Jun 19, 2019 at 10:30 PM Alistair Francis

Re: [Qemu-devel] [PATCH v1 1/1] riscv: plic: Set msi_nonbroken as true

2019-03-18 Thread David Abdurachmanov
we don't support > > > MSI. > > > > > > Signed-off-by: Alistair Francis > > > Reported-by: Andrea Bolognani > > > Reported-by: David Abdurachmanov > > > --- > > > This should allow working pcie-root-ports in QEMU and allow lib

Re: [Qemu-devel] [PULL 15/54] build: convert pci.mak to Kconfig

2019-03-14 Thread David Abdurachmanov
On Thu, Mar 14, 2019 at 2:00 PM Michael S. Tsirkin wrote: > > On Thu, Mar 14, 2019 at 01:53:48PM +0100, Andrea Bolognani wrote: > > On Mon, 2019-03-04 at 19:19 +0100, Paolo Bonzini wrote: > > > Instead of including the same list of devices for each target, > > > set CONFIG_PCI to true, and make th

Re: [Qemu-devel] [PULL 4/5] hw/display: Add basic ATI VGA emulation

2019-03-11 Thread David Abdurachmanov
On Mon, Mar 11, 2019 at 8:51 PM BALATON Zoltan wrote: > > On Mon, 11 Mar 2019, Markus Armbruster wrote: > > Gerd Hoffmann writes: > >> From: BALATON Zoltan > >> > >> At least two machines, the PPC mac99 and MIPS fulong2e, have an ATI > >> gfx chip by default (Rage 128 Pro and M6/RV100 respective

[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