Re: [libvirt] Multpile network interfaces have same MAC address

2009-04-16 Thread David Mueller
On Thu, 16 Apr 2009, Daniel P. Berrange wrote: We don't ship QEMU or KVM in RHEL yet, so there's nothing to fix in RHEL for QEMU/KVM, and I don't believe Xen suffers from it, since it uses a different way of handling MMIO memory registration. Whereever that CentOS user got their qemu kvm

Re: [libvirt] Multpile network interfaces have same MAC address

2009-04-15 Thread David Mueller
On Wed, 25 Feb 2009, Daniel P. Berrange wrote: On Tue, Feb 24, 2009 at 01:29:41PM -0800, David Mueller wrote: I remember seeing this problem before, but I can't remember what the resolution was, nor can I find a discussion of the issue in the list archives or Bugzilla. I've had my setup

Re: [libvirt] Multpile network interfaces have same MAC address

2009-02-27 Thread David Mueller
On Feb 25, 2009, at 7:29 AM, David Mueller wrote: On Wed, Feb 25, 2009 at 3:21 AM, Daniel P. Berrange berra...@redhat.com wrote: Last time I saw this was with QEMU and the rtl8139 nic, where there was a bug setting up the MMIO space, so all NICs were reading their mac from the first NIC's

Re: [libvirt] Multpile network interfaces have same MAC address

2009-02-25 Thread David Mueller
On Wed, Feb 25, 2009 at 3:21 AM, Daniel P. Berrange berra...@redhat.com wrote: Last time I saw this was with QEMU and the rtl8139 nic, where there was a bug setting up the MMIO space, so all NICs were reading their mac from the first NIC's region instead of their own. I think I understand

[libvirt] Multpile network interfaces have same MAC address

2009-02-24 Thread David Mueller
I remember seeing this problem before, but I can't remember what the resolution was, nor can I find a discussion of the issue in the list archives or Bugzilla. I've had my setup working for a while now, on both Fedora 8 and Fedora 10. Now I'm trying to get it to work with CentOS 5 and running

Re: [Libvir] [PATCH 3/3] Python cygvirtmod.dll - libvirtmod.dll

2007-11-29 Thread David Mueller
Daniel Veillard wrote: hum, I think it would also require a change to the python C file to rename the entry point too, otherwise a simple try: import libvirtmod except: import cygvirtmod might have done it. I would use try: import libvirtmod except:

[Libvir] Opening KVM guest in xterm rather than vnc

2007-10-18 Thread David Mueller
I'm trying to setup my virtual machines to display in an xterm window rather than a VNC window. The guests and host are Fedora 7; the guest only needs to run in a console mode (no X11). I see a bit on http://libvirt.org/format.html about using a console tag instead of graphics in my XML, but I