Re: [Qemu-devel] [PATCH 0/3] client monitors config support

2012-09-12 Thread Gerd Hoffmann
On 09/12/12 15:13, Alon Levy wrote: > - no addition of guest capabilities, use interrupt mask instead, ignore >0 or ~0 that are set by current windows driver. > - use crc to solve possible write while read. > - limit heads to 64, statically allocated on rom by host. > - some misc trace fixe

[Qemu-devel] [PATCH 0/3] client monitors config support

2012-09-12 Thread Alon Levy
v3: - no addition of guest capabilities, use interrupt mask instead, ignore 0 or ~0 that are set by current windows driver. - use crc to solve possible write while read. - limit heads to 64, statically allocated on rom by host. - some misc trace fixes. QEMU: Alon Levy (3): hw/qxl: tracin