Re: [Qemu-devel] [PATCH 2/2] qxl: change rom so that 4096 < size < 8192

2013-01-15 Thread Gerd Hoffmann
Hi, #define QXL_MODE_EX(x_res, y_res) \ QXL_MODE_16_32(x_res, y_res, 0), \ -QXL_MODE_16_32(y_res, x_res, 1), \ -QXL_MODE_16_32(x_res, y_res, 2), \ -QXL_MODE_16_32(y_res, x_res, 3) +QXL_MODE

Re: [Qemu-devel] [PATCH 2/2] qxl: change rom so that 4096 < size < 8192

2013-01-15 Thread Alon Levy
On Sun, Dec 23, 2012 at 10:31:38PM +0200, Alon Levy wrote: > On Thu, Dec 13, 2012 at 01:05:48PM +0100, Gerd Hoffmann wrote: > > On 12/13/12 12:36, Alon Levy wrote: > > > This is a simpler solution to 869981, where migration breaks since qxl's > > > rom bar size has changed. Instead of ignoring fiel

Re: [Qemu-devel] [PATCH 2/2] qxl: change rom so that 4096 < size < 8192

2012-12-23 Thread Alon Levy
On Thu, Dec 13, 2012 at 01:05:48PM +0100, Gerd Hoffmann wrote: > On 12/13/12 12:36, Alon Levy wrote: > > This is a simpler solution to 869981, where migration breaks since qxl's > > rom bar size has changed. Instead of ignoring fields in QXLRom, which is > > what has > > actually changed, we remov

Re: [Qemu-devel] [PATCH 2/2] qxl: change rom so that 4096 < size < 8192

2012-12-13 Thread Gerd Hoffmann
On 12/13/12 12:36, Alon Levy wrote: > This is a simpler solution to 869981, where migration breaks since qxl's > rom bar size has changed. Instead of ignoring fields in QXLRom, which is what > has > actually changed, we remove some of the modes, a mechanism already > accounted for by the guest. To