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
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
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
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
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
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.