Re: [Qemu-devel] [RFC] fix crashes with vmware driver

2012-03-05 Thread Serge E. Hallyn
Thanks. As there's been no substantial feedback, I'll resend with those changes. -serge Quoting Ryan Harper (ry...@us.ibm.com): > * Serge Hallyn [2012-03-02 15:13]: > > Hi, > > > > I don't know where the best place to catch this would be, but > > with vnc and vmware_vga it's possible to get se

Re: [Qemu-devel] [RFC] fix crashes with vmware driver

2012-03-02 Thread Ryan Harper
* Serge Hallyn [2012-03-02 15:13]: > Hi, > > I don't know where the best place to catch this would be, but > with vnc and vmware_vga it's possible to get set_bit called on > a negative index, crashing qemu. See > > https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/918791 > > for details.

[Qemu-devel] [RFC] fix crashes with vmware driver

2012-03-02 Thread Serge Hallyn
Hi, I don't know where the best place to catch this would be, but with vnc and vmware_vga it's possible to get set_bit called on a negative index, crashing qemu. See https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/918791 for details. This patch prevents that. It's possible this should