Re: bamboo machine

2023-01-31 Thread Cédric Le Goater
Hello Mobin, On 1/31/23 20:24, Mobin Shaikh wrote: Hello Cédric , I found your contact information from GitHub. I am a new QEMU enthusiast and learning about QEMU. I emulated PPC bamboo machine using QEMU but I couldn't completely bootup the OS. Would you be able to share the example

[Qemu-devel] [PULL 14/23] hw/ppc/Kconfig: Bamboo machine requires e1000 network card

2019-03-27 Thread Paolo Bonzini
From: Philippe Mathieu-Daudé This fixes when configuring with CONFIG_PCI_DEVICES=n: $ qemu-system-ppc64 -bios /dev/null -M bamboo qemu-system-ppc64: Unsupported NIC model: e1000 Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daudé Acked-by: David Gibson Message-Id: <20190316200818.826

Re: [Qemu-devel] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card

2019-03-17 Thread David Gibson
On Sat, Mar 16, 2019 at 09:08:12PM +0100, Philippe Mathieu-Daudé wrote: > This fixes when configuring with --without-default-devices: > > $ qemu-system-ppc64 -bios /dev/null -M bamboo > qemu-system-ppc64: Unsupported NIC model: e1000 > > Fixes: 7c28b925b7e > Signed-off-by: Philippe Mathieu-Da

[Qemu-devel] [PATCH 08/14] hw/ppc/Kconfig: Bamboo machine requires e1000 network card

2019-03-16 Thread Philippe Mathieu-Daudé
This fixes when configuring with --without-default-devices: $ qemu-system-ppc64 -bios /dev/null -M bamboo qemu-system-ppc64: Unsupported NIC model: e1000 Fixes: 7c28b925b7e Signed-off-by: Philippe Mathieu-Daudé --- hw/ppc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ppc/Kc

[Qemu-devel] [PATCH 04/34] MAINTAINERS: Document Bamboo machine and ppc4xx devices

2012-10-04 Thread Alexander Graf
From: Andreas Färber Place it in alphabetical order and add new Devices section ppc4xx to share file rules with 405 and virtex_ml507. Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- MAINTAINERS | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git

[Qemu-devel] [PATCH for-1.2 v2 4/5] MAINTAINERS: Document Bamboo machine and ppc4xx devices

2012-08-22 Thread Andreas Färber
Place it in alphabetical order and add new Devices section ppc4xx to share file rules with 405 and virtex_ml507. Signed-off-by: Andreas Färber Cc: Alexander Graf --- MAINTAINERS | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index

[Qemu-devel] [PATCH RFC v4 17/18] MAINTAINERS: Document Bamboo machine

2012-07-26 Thread Andreas Färber
Place it close to ppc405 due to ppc4xx code sharing. Signed-off-by: Andreas Färber Cc: Alexander Graf --- MAINTAINERS |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1796421..00fb0fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -35