[Qemu-devel] Serial port passthrough for arm kvm

2015-05-12 Thread Lennart Sorensen
We are trying to pass a serial port through to an arm guest on kvm and the serial port is working for passing data, but is not setting the baud rate when the guest changes it. If I change the baud rate of the port from the host, then the baud rate is set correctly and data is passed through just f

Re: [Qemu-devel] smp: linux guest only sees 1 CPU when not using KVM

2010-11-08 Thread Lennart Sorensen
On Mon, Nov 08, 2010 at 10:57:19PM +0100, Lluís wrote: > Well, thre's nothing more to add than the contents in the subject. > > I tried booting up with -smp 2, and /proc/cpuinfo on the linux guest > only return one CPU, while booting with "-smp 2 -enable-kvm" shows 2 > CPUs. I was under the impre

Re: [Qemu-devel] cpuid problem in upstream qemu with kvm

2010-01-06 Thread Lennart Sorensen
On Tue, Jan 05, 2010 at 06:10:10PM -0600, Anthony Liguori wrote: > Typically, there is at least a little sanity naming for these cases. > For instance, any Xeon W35xx should have the same features. A Xeon > W55xx may be different. It doesn't work that way for intel. For example: Core 2 Duo

Re: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released

2009-12-15 Thread Lennart Sorensen
On Tue, Dec 15, 2009 at 11:10:54AM +0200, Avi Kivity wrote: > Well, binaries are shipped, but I guess you'd like to build from source. > > We have several options: > > - do nothing > - ship a generated SOURCES file which contains git URLs and commit > hashes, rely on the interested user to fetch

Re: [Qemu-devel] Re: PCI address question

2009-10-27 Thread Lennart Sorensen
On Tue, Oct 27, 2009 at 04:05:25PM +0100, Màrius Montón wrote: > Màrius Montón wrote: > > Hello, > > > > For my PCI device to QEMU, I need the real address the PCI bus is using > > to access my device. For a IO BAR (PCI_ADDRESS_SPACE_IO), I receive the > > real address (like 0xc200 or similar), but

Re: [Qemu-devel] QEMU Target CPU support for PowerPC MPC8270

2009-10-20 Thread Lennart Sorensen
On Tue, Oct 20, 2009 at 08:25:27AM +0200, Johnny Giacomoni wrote: > Hi everybody ! > > I currently work on Linux (Open SUSE) to emulate a CPU (MC8270, FreeScale). > > I know that QEMU is designed to simulate Operating Systems, but I just want > to emulate a CPU. It seem to be possible with QEMU.