Displaying 13 results from an estimated 13 matches for "libkvm".
Did you mean:
libjvm
2008 Jan 08
1
[PATCH] QEMU KVM balloon support
Add QEMU support for the KVM balloon driver.
Memory hinting is performed via madvise().
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm-userspace/libkvm/libkvm.c
===================================================================
--- kvm-userspace.orig/libkvm/libkvm.c
+++ kvm-userspace/libkvm/libkvm.c
@@ -886,6 +886,17 @@ int kvm_is_ready_for_interrupt_injection
return run->ready_for_interrupt_injection;
}
+int kvm_sync_shadow_with_user(kvm...
2008 Jan 08
1
[PATCH] QEMU KVM balloon support
Add QEMU support for the KVM balloon driver.
Memory hinting is performed via madvise().
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm-userspace/libkvm/libkvm.c
===================================================================
--- kvm-userspace.orig/libkvm/libkvm.c
+++ kvm-userspace/libkvm/libkvm.c
@@ -886,6 +886,17 @@ int kvm_is_ready_for_interrupt_injection
return run->ready_for_interrupt_injection;
}
+int kvm_sync_shadow_with_user(kvm...
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.
2008 Jun 27
2
PCI device assignment to guests (userspace)
Userspace patches for the pci-passthrough functionality.
The major updates since the last post are:
- Loop to add passthrough devices in pc_init1
- Handle errors in read/write calls
- Allow invocation without irq number for in-kernel irqchip
Other than this, several small things were fixed according to review comments received last time.
2003 Apr 23
3
top failure
...s" Something bad happens: kernel
virtual memory symbol table becomes unreadable, so kvm calls
fail... But system runs all right, has completed buildworld
today...
Source of the problem is objcopy(1), i.e. wiping symbols from
kernel to make it more compact. This shouldn't be a problem,
but libkvm holds another point of view...
---
Regards,
Rhett
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
2003 Apr 19
1
proc size mismatch - yes, I re-installed my kernel
Hi,
Please, need help
# ps ax
ps: proc size mismatch (65720 total, 1056 chunks)
"userland out of sync with kernel, recompile libkvm etc"
This is after buildworld, what do I do? It messes up many things in the
system
yes, I re-installed my kernel and even tried GENERIC kernel that comes
with new update.
Thank you
Best Regards, Anton
2012 Sep 09
8
bsnmpd always died on HDD detach
I am running bsnmpd with basic snmpd.config (only community and location
changed).
When there is a problem with HDD and disk disapeared from ATA channel
(eg.: disc physically removed) the bsnmpd always dumps core:
kernel: pid 1188 (bsnmpd), uid 0: exited on signal 11 (core dumped)
I see this for a long rime on all releases of 7.x and 8.x branches (i386
and amd64). I did not tested 9.x.
Is
2008 Aug 25
11
pid-provider sees ld.so.1 only
I''m trying to do some userspace tracing on a server-process with the pid provider.
My problem is, that the only probes the pid-provider lists for the server-process (to which I attach dtrace with "-p nnnn") are coming from "ld.so.1".
There''s not a single one from my modules.
If I''m specifying "a.out" (or any of our shared-objects) as the
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
...ymbols for /usr/sfw/lib/libnetsnmpmibs.so.5
Reading symbols from /usr/sfw/lib/libnetsnmphelpers.so.5...done.
Loaded symbols for /usr/sfw/lib/libnetsnmphelpers.so.5
Reading symbols from /usr/sfw/lib/libnetsnmp.so.5...done.
Loaded symbols for /usr/sfw/lib/libnetsnmp.so.5
Reading symbols from /usr/lib/libkvm.so.1...done.
Loaded symbols for /usr/lib/libkvm.so.1
Reading symbols from /usr/lib/libpkcs11.so.1...done.
Loaded symbols for /usr/lib/libpkcs11.so.1
Reading symbols from /usr/lib/libkstat.so.1...done.
Loaded symbols for /usr/lib/libkstat.so.1
Reading symbols from /usr/lib/libelf.so.1...done.
Loaded...
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
...ibnetsnmpmibs.so.5
> Reading symbols from /usr/sfw/lib/libnetsnmphelpers.so.5...done.
> Loaded symbols for /usr/sfw/lib/libnetsnmphelpers.so.5
> Reading symbols from /usr/sfw/lib/libnetsnmp.so.5...done.
> Loaded symbols for /usr/sfw/lib/libnetsnmp.so.5
> Reading symbols from /usr/lib/libkvm.so.1...done.
> Loaded symbols for /usr/lib/libkvm.so.1
> Reading symbols from /usr/lib/libpkcs11.so.1...done.
> Loaded symbols for /usr/lib/libpkcs11.so.1
> Reading symbols from /usr/lib/libkstat.so.1...done.
> Loaded symbols for /usr/lib/libkstat.so.1
> Reading symbols from /usr/...
2008 Feb 28
14
Upgrading to 7.0 - stupid requirements
In http://www.freebsd.org/releases/7.0R/announce.html says
Updating Existing Systems
> An upgrade of any existing system to FreeBSD 7.0-RELEASE constitutes
> a major version upgrade, so no matter which method you use to update
> an older system you should reinstall any ports you have installed on
> the machine. This will avoid binaries becoming linked to inconsistent
> sets
2004 Sep 24
0
Astrison - many thanks - lots of enthusiams
Hi,
Thanks alot to Mark and his team for bringing
a great voip project and a great conference.
I am a developper in the *BSD projects and will go back to
these with the intention to help in providing a better availability
of '*' for these OS's and also working the zaptel4BSD.
cheers and see you soon.
Julien
2005 May 30
0
perl agi : get_variable problem
Hi,
I'm developping some AGI in perl (5.8.6) on i386
using Asterisk 1.0.5.
I want to get some variables such as DIALSTATUS and ANSWEREDTIME
after a $AGI->exec("Dial", "dial_string");
but here is what i get actually:
DIALSTATUS=
DIALEDTIME=ANSWER
ANSWEREDTIME=18
I searched the archives and saw that $AGI->verbose could mess
the access to variables, but I don't use