From: Jean Guyader Date: Mon, 31 Aug 2009 17:58:16 +0000 (+0100) Subject: Disable log throttling for pv drivers. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dc5479d38c36672605fb55ac671f95ddc9c65f09;p=xenclient%2Fioemu-pq.git Disable log throttling for pv drivers. --- diff --git a/master/pv_driver_throttling_disabled b/master/pv_driver_throttling_disabled new file mode 100644 index 0000000..477e7e0 --- /dev/null +++ b/master/pv_driver_throttling_disabled @@ -0,0 +1,13 @@ +diff --git a/hw/xen_platform.c b/hw/xen_platform.c +index 36610a4..8318192 100644 +--- a/hw/xen_platform.c ++++ b/hw/xen_platform.c +@@ -36,7 +36,7 @@ + + static int drivers_blacklisted; + static uint16_t driver_product_version; +-static int throttling_disabled; ++static int throttling_disabled = 1; + extern FILE *logfile; + static char log_buffer[4096]; + static int log_buffer_off; diff --git a/master/series b/master/series index 33136ca..0b6478d 100644 --- a/master/series +++ b/master/series @@ -28,3 +28,4 @@ fix-drop-mouse-keyboard fix-imobile-mouse new-input-code atapi-pass-through +pv_driver_throttling_disabled