Re: [Spice-devel] [PATCH 2/4] qxl: move ram size init to new function

2012-02-17 Thread Alon Levy
On Fri, Feb 17, 2012 at 04:10:31PM +0100, Gerd Hoffmann wrote: > Factor memory bar sizing bits out to a separate function. ACK. > > Signed-off-by: Gerd Hoffmann > --- > hw/qxl.c | 41 ++--- > 1 files changed, 22 insertions(+), 19 deletions(-) > > diff --g

[Spice-devel] [PATCH 2/4] qxl: move ram size init to new function

2012-02-17 Thread Gerd Hoffmann
Factor memory bar sizing bits out to a separate function. Signed-off-by: Gerd Hoffmann --- hw/qxl.c | 41 ++--- 1 files changed, 22 insertions(+), 19 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 4de4b8d..38bb90e 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @