On 05/23/2014 07:48 AM, Marcelo Tosatti wrote: > This also seems pretty harmful wrt losing events: > > /* Global, one-time initializer to configure the rate limiting > * and initialize state */ > static void monitor_protocol_event_init(void) > { > /* Limit RTC & BALLOON events to 1 per second */ > monitor_protocol_event_throttle(QEVENT_RTC_CHANGE, 1000); > > Better remove it. No, this throttling MUST be present to avoid a guest-triggered denial-of-service attack (otherwise the guest could trigger RTC change events fast enough to starve the host in dealing with them). Again, lost events are expected. What is important is that when throttling, and event is guaranteed to be sent at the end of the throttling period so that libvirt will always eventually get an event with the latest state (even if intermediate events were lost) with no more latency than the throttling period; and either the event caries the current state (and not something that needs accumulation), or the event is a witness that libvirt needs to do an additional query- command to learn the current state. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list