[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2 1/1] libxl: set stub domain size based on VRAM size
Ian Jackson writes ("Re: [PATCH V2 1/1] libxl: set stub domain size based on VRAM size"): > Eric Shelton writes ("[PATCH V2 1/1] libxl: set stub domain size based on > VRAM size"): > > Allocate additional memory to the stub domain for qemu-traditional if > > more than 4 MB is assigned to the video adapter to avoid out of memory > > condition for QEMU. > > Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > > This is IMO a bugfix so I am queueing it for 4.6. My build test failed. It turns out that max() is no good because the types of `4096' and `guest_config->b_info.video_memkb' are not the same. In a moment I am going to send a v3 which uses max_t and uint64_t (which is the type of the memkb fields and also obviously correct). Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |