Re: [Spice-devel] [RFC] server: allow failure in getvirt

2012-04-05 Thread Hans de Goede
looks good, ACK. Regards, Hans On 04/04/2012 07:43 PM, Alon Levy wrote: This patch changed getvirt to continue working even if spice_critical doesn't abort (i.e. SPICE_ABORT_LEVEL != -1). This is in preparation to make getvirt not abort at all. The reason is that getvirt is run on guest provi

[Spice-devel] [RFC] server: allow failure in getvirt

2012-04-04 Thread Alon Levy
This patch changed getvirt to continue working even if spice_critical doesn't abort (i.e. SPICE_ABORT_LEVEL != -1). This is in preparation to make getvirt not abort at all. The reason is that getvirt is run on guest provided memory, so a bad driver can crash the vm. --- server/red_memslots.c |