search for: timer_settime

Displaying 10 results from an estimated 10 matches for "timer_settime".

Did you mean: timer_gettime
2014 Jul 31
0
Re: hang after seabios
Hi Richard thanks for the info. I took the strace approach and ran into this looping over and over again. Is it failing to get time? timer_gettime(0x8, {it_interval={0, 0}, it_value={0, 0}}) = 0 timer_settime(0x8, 0, {it_interval={0, 0}, it_value={0, 250000}}, NULL) = 0 timer_gettime(0x8, {it_interval={0, 0}, it_value={0, 204443}}) = 0 select(16, [0 6 9 13 15], [], [], {1, 0}) = 2 (in [6 13], left {0, 999998}) read(13, "\1\0\0\0\0\0\0\0", 4096) = 8 read(13, 0x7fffa2ed3f70, 4096)...
2014 Jul 31
2
Re: hang after seabios
On Wed, Jul 30, 2014 at 03:58:43PM -0700, Zetan Drableg wrote: > [00183ms] /usr/libexec/qemu-kvm \ > -global virtio-blk-pci.scsi=off \ > -nodefconfig \ > -nodefaults \ > -nographic \ > -machine accel=kvm:tcg \ > -cpu host,+kvmclock \ > -m 500 \ > -no-reboot \ > -kernel /var/tmp/.guestfs-0/kernel.47903 \
2012 Nov 21
0
how to change checkpoint interval
...al during remus running. I think that the checkpoint_settimer function (declared in libcheckpoint.c) can do that I need. But I would like to call a checkpoint_settimer in xc_domain_save.c. Then I created a checkpoint_settimer*2* into xc_domain_save.c and this doesn''t work coz probably the timer_settime function there. Then I started to search the error or where I change the checkpoint interval. After I just changed one line in checkpoint.c: from: checkpoint_settimer(&self->cps, self->interval); to: checkpoint_settimer(&self->cps, 300); and I ran remus again, bu...
2013 Oct 12
0
Xen 4.2.1 compilation error from source
...timer_create'' vl.o: In function `dynticks_rearm_timer'': /home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1620: undefined reference to `timer_gettime'' /home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional/vl.c:1633: undefined reference to `timer_settime'' collect2: error: ld returned 1 exit status make[5]: *** [qemu-dm] Error 1 make[5]: Leaving directory `/home/prapulla/Documents/xen/xen-4.2.3/tools/qemu-xen-traditional-dir/i386-dm'' make[4]: *** [subdir-i386-dm] Error 2 make[4]: Leaving directory `/home/prapulla/Documents/xen/xen-...
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...not specified >> at link time, throwing the following error: >> >> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:597: undefined >> reference to `timer_gettime' >> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:610: undefined >> reference to `timer_settime' >> ../qemu-timer.o: In function `dynticks_start_timer': >> /home/royger/xen-clean/tools/qemu-xen-dir/qemu-timer.c:565: undefined >> reference to `timer_create' >> ../qemu-timer.o: In function `dynticks_stop_timer': >> /home/royger/xen-clean/tools/qemu-...
2020 Mar 06
1
Re: [PATCH nbdkit v2] New filter: limit: Limit number of clients that can connect.
On 3/4/20 1:44 PM, Richard W.M. Jones wrote: > --- > docs/nbdkit-service.pod | 1 + > filters/exitlast/nbdkit-exitlast-filter.pod | 1 + > filters/ip/nbdkit-ip-filter.pod | 1 + > filters/limit/nbdkit-limit-filter.pod | 61 +++++++++ > filters/rate/nbdkit-rate-filter.pod | 1 + > configure.ac
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...1575: undefined reference to `timer_create' > vl.o: In function `dynticks_rearm_timer': > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1610: undefined reference to `timer_gettime' > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1623: undefined reference to `timer_settime' > vl.o: In function `dynticks_stop_timer': > /?PKGBUILDDIR?/debian/build/build-utils_amd64/qemu/vl.c:1593: undefined reference to `timer_delete' > collect2: error: ld returned 1 exit status The full build log is available from: http://people.debian.org/~lucas/logs/2013/05/...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...nto all rings igt/gem_exec_whisper: Tweak migration logging igt/gem_exec_suspend: Allow suspend testing on gen6 igt/gem_exec_suspend: Add BAT runs igt/gem_ringfill: Fine-tune list of BAT tests igt/gem_ringfill: Fix basic- reversal lib: Measure the cost of calling timer_settimer() for sigiter tests: Add gem_shrink igt/gem_shrink: Include a shrinker vs GPU hang igt/gem_shrink: Consume all of total ram in each process lib: Add a GPU error detector igt/gem_concurrent_blit: Enable hang detection benchmarks/gem_exec_nop: Include a measuremen...
2013 Aug 21
0
Build problems: klibc with Linux 3.10.7
...4 SYSCALL FOUND: getegid SYSCALL FOUND: setrlimit SYSCALL FOUND: sigpending SYSCALL FOUND: time SYSCALL FOUND: unlink SYSCALL FOUND: setreuid SYSCALL FOUND: _sysctl SYSCALL FOUND: _newselect SYSCALL FOUND: spu_create SYSCALL FOUND: setns SYSCALL FOUND: fgetxattr SYSCALL FOUND: fchmod SYSCALL FOUND: timer_settime SYSCALL FOUND: oldolduname SYSCALL FOUND: sync SYSCALL FOUND: setsockopt SYSCALL FOUND: socket SYSCALL FOUND: fanotify_mark SYSCALL FOUND: finit_module SYSCALL FOUND: syncfs SYSCALL FOUND: setsid SYSCALL FOUND: prof SYSCALL FOUND: subpage_prot SYSCALL FOUND: setfsgid SYSCALL FOUND: epoll_create SYS...
2013 Aug 21
5
Build problems: klibc with Linux 3.10.7
On Tue, Aug 20, 2013 at 07:44:39AM +0200, leroy christophe wrote: > > > Find attached two patches I have in order to build klibc 2.0.2 > against kernel 3.8.13 > We had to introduce those patches when going from kernel 3.6 to kernel 3.7 > Hope it helps. > those patches are wrong and again very brittle. just use the way it is described in `make help': A) cd ~/src/linux