[Xen-ia64-devel] Re: [PATCH 2/2] ioemu: initialize vram area to 0xff

2009-01-16 Thread Ian Jackson
Stefano Stabellini writes ("Re: [PATCH 2/2] ioemu: initialize vram area to 0xff"): > Ian Jackson wrote: > > We seem to be reaching agreement here ? I'm afraid I've slightly lost > > track of exactly which hunks of Isaku's patch are now to be > > applied ... > > Something like this: Great, thank

[Xen-ia64-devel] Re: [PATCH 2/2] ioemu: initialize vram area to 0xff

2009-01-16 Thread Ian Jackson
Stefano Stabellini writes ("Re: [PATCH 2/2] ioemu: initialize vram area to 0xff"): > [stuff] We seem to be reaching agreement here ? I'm afraid I've slightly lost track of exactly which hunks of Isaku's patch are now to be applied ... Ian. ___ Xen-ia

[Xen-ia64-devel] Re: [PATCH 2/2] ioemu: initialize vram area to 0xff

2009-01-15 Thread Isaku Yamahata
On Thu, Jan 15, 2009 at 12:49:08PM +, Stefano Stabellini wrote: > Isaku Yamahata wrote: > > > + > > +xen_vga_vram_map(vram_addr, vga_ram_size); > > + > > +/* Win2K seems to assume that the pattern buffer is at 0xff > > + initially ! */ > > +memset(xen_vga_state->vram_ptr, 0xf