Subject: CVS commit: pkgsrc/emulators/qemu
To: None <pkgsrc-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2007 10:18:23
Module Name:	pkgsrc
Committed By:	apb
Date:		Mon Dec 24 10:18:23 UTC 2007

Modified Files:
	pkgsrc/emulators/qemu: Makefile distinfo
Added Files:
	pkgsrc/emulators/qemu/patches: patch-ba

Log Message:
Add patches/patch-ba:
  Emulate the speaker port's refresh clock bit.  This is supposed
  to toggle between 0 and 1<<4 every 15 microseconds.  XXX: We use
  gettimeofday() in the real machine instead of a monotonic clock
  in the virtual machine, and we are a bit sloppy about the 15
  microseconds.  This should be good enough for crude loops that
  measure approximate delays by counting how often this line toggles.

Bump PKGREVISION to 1


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 pkgsrc/emulators/qemu/Makefile
cvs rdiff -r1.34 -r1.35 pkgsrc/emulators/qemu/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/emulators/qemu/patches/patch-ba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.