qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: pade@trifox.com, qemu-ppc@nongnu.org,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: AIX 7.2 guest, Windows 10 host, networking, qemu 6.0.50.
Date: Tue, 21 Jun 2022 19:04:41 -0300	[thread overview]
Message-ID: <b2f5539f-2504-3c20-1f2b-5b7f03f2ea52@gmail.com> (raw)
In-Reply-To: <00d101d88588$173538c0$459faa40$@trifox.com>

Hi Paul,

I'm CC'ing the overall QEMU mailing list as well to increase the chance
of finding someone that runs QEMU on Windows.

On 6/21/22 13:00, Paul Dembry wrote:
> I have AIX 7.2 installed and running fine however I cannot get any access to it via my LAN. I have tried multiple variations of -netdev and -device, the AIX system “sees” en0, but nothing more.


This is a working example of an AIX guest with network using the spapr-vlan
net device:

-M pseries,ic-mode=xics -cpu POWER9 -smp 2 \
-device spapr-vlan,netdev=net0,mac=52:54:00:49:53:14 \
-netdev tap,id=net0,helper=/usr/libexec/qemu-bridge-helper,br=virbr0 \
-device virtio-scsi,id=scsi0 \
-drive file=./disk.qcow2,if=none,id=drive-scsi0-0-0-0,format=qcow2,cache=none \
-device scsi-hd,bus=scsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,bootindex=1



> The examples I have found all use a linux host which I can use however when I set up the bridge device, I lost LAN connectivity to my linux machine (ESXi guest). What I want to accomplish is the AIX system appearing like any other machine on my LAN with bi-directional connectivity. Failing that, it would be ok if it spoke only to the Windows host because I could move files to/from the Windows host and AIX guest. Has anyone been successful at this at doing this or have any ideas of how I can accomplish this feat? This would be very handy because my “real” AIX box does not have an HMC and so I cannot remote boot it.

I've never tried to run QEMU using Windows. I'll give a try when I have the
chance. I guess that one core difference is how you'll create the network
bridge for the guest.


Which command line did you use to create the AIX guest?


> 
> That fact that AIX 7.2 even comes up on qemu ppc64 is a tremendous achievement 😊!!

An even greater achievement would be to make it work under a Windows 10 host :D


Take care,


Daniel

> 
> Paul
> 


       reply	other threads:[~2022-06-21 22:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <00d101d88588$173538c0$459faa40$@trifox.com>
2022-06-21 22:04 ` Daniel Henrique Barboza [this message]
2022-06-22  3:23   ` AIX 7.2 guest, Windows 10 host, networking, qemu 6.0.50 Paul Dembry
2022-06-23  1:05   ` Paul Dembry
2022-06-23  9:04     ` Cédric Le Goater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b2f5539f-2504-3c20-1f2b-5b7f03f2ea52@gmail.com \
    --to=danielhb413@gmail.com \
    --cc=pade@trifox.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).