On Sun, Mar 4, 2012 at 02:46, Avi Kivity wrote:
> On 03/04/2012 12:38 PM, Gleb Natapov wrote:
>> On Sun, Mar 04, 2012 at 12:36:20PM +0200, Avi Kivity wrote:
>> > On 03/04/2012 10:12 AM, Gleb Natapov wrote:
>> > > On Sat, Mar 03, 2012 at 10:56:02PM -0800, Jordan Justen wrote:
>> > > > On Tue, Oct 2
On 03/04/2012 12:38 PM, Gleb Natapov wrote:
> On Sun, Mar 04, 2012 at 12:36:20PM +0200, Avi Kivity wrote:
> > On 03/04/2012 10:12 AM, Gleb Natapov wrote:
> > > On Sat, Mar 03, 2012 at 10:56:02PM -0800, Jordan Justen wrote:
> > > > On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> > > > > The core
On 03/04/2012 08:56 AM, Jordan Justen wrote:
> On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> > The core issue that kvm (the kernel part) supports two styles of memory:
> > read/write RAM, and read/write MMIO. ROM wants writes to be ignored,
> > and rom/device wants reads serviced from memory
On Sun, Mar 04, 2012 at 12:36:20PM +0200, Avi Kivity wrote:
> On 03/04/2012 10:12 AM, Gleb Natapov wrote:
> > On Sat, Mar 03, 2012 at 10:56:02PM -0800, Jordan Justen wrote:
> > > On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> > > > The core issue that kvm (the kernel part) supports two styles
On 03/04/2012 10:12 AM, Gleb Natapov wrote:
> On Sat, Mar 03, 2012 at 10:56:02PM -0800, Jordan Justen wrote:
> > On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> > > The core issue that kvm (the kernel part) supports two styles of memory:
> > > read/write RAM, and read/write MMIO. ROM wants wri
On Sat, Mar 03, 2012 at 10:56:02PM -0800, Jordan Justen wrote:
> On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> > The core issue that kvm (the kernel part) supports two styles of memory:
> > read/write RAM, and read/write MMIO. ROM wants writes to be ignored,
> > and rom/device wants reads se
On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> The core issue that kvm (the kernel part) supports two styles of memory:
> read/write RAM, and read/write MMIO. ROM wants writes to be ignored,
> and rom/device wants reads serviced from memory and writes serviced by
> userspace (as MMIO).
>
> It