On Wed, 23 Jan 2013 17:06:09 +0800
Lei Li <li...@linux.vnet.ibm.com> wrote:

> Hi Anthony,
> 
> Resubmit this series with your comments squashed in and Luiz's new 
> comments fixed up. I will push console command part in another thread.

There are two bugs in this series. QEMU started with:

 # qemu [...] -chardev memory,id=foo,maxcapacity=4

This explodes:

 (qemu) memchar_read foo 10

I'd expect to read '3uiz' in the steps below:

 (qemu) memchar_write foo luiz3
 (qemu) memchar_read foo 10
 uiz3, 
 (qemu) 

Also, please, wait for a discussion to settle before sending a new version,
otherwise we'll reach V50 and this won't be merged...

Reply via email to