Re: [Qemu-devel] [PATCH v3 0/3] char: fix segfault on chardev detach

2013-09-24 Thread Michael Roth
Quoting Amit Shah (2013-08-28 07:37:19) > This series fixes a segfault when a frontend is detached from a > chardev while the chardev had a pending callback registered. Further > details in patch 3. > > Please review. Reviewed-by: Michael Roth Ping for 1.6.1 > > v3: > * fix whitespace issue

[Qemu-devel] [PATCH v3 0/3] char: fix segfault on chardev detach

2013-08-28 Thread Amit Shah
This series fixes a segfault when a frontend is detached from a chardev while the chardev had a pending callback registered. Further details in patch 3. Please review. v3: * fix whitespace issues in patch 1 v2: * Move tag property to CharDriverState to simplify everything (Gerd) Amit Shah (3)