[libvirt] [PATCH] Kernel command line support for UML

2009-07-27 Thread Ron Yorston
When experimenting with libvirt and UML I found it necessary to add support for additional kernel command line arguments. Ron diff -up libvirt-0.6.5/src/uml_conf.c.uml-cmdline libvirt-0.6.5/src/uml_conf.c --- libvirt-0.6.5/src/uml_conf.c.uml-cmdline2009-07-10 16:28:51.0 +0100 +++ lib

Re: [libvirt] PATCH: 11/28: Reduce return points for UML driver

2008-12-01 Thread Ron Yorston
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > static int umlDomainShutdown(virDomainPtr dom) { >-struct uml_driver *driver = (struct uml_driver *)dom->conn->privateData; >-virDomainObjPtr vm = virDomainFindByID(&driver->domains, dom->id); >-char* info; >+struct uml_driver *drive

Re: [libvirt] Concerning umlInotifyEvent

2008-11-30 Thread Ron Yorston
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: >That's a symptom of a bug earlier on. Try this patch: Thanks, Daniel, that seems to have fixed it. Ron -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Concerning umlInotifyEvent

2008-11-30 Thread Ron Yorston
At the top of umlInotifyEvent in uml_driver.c there is this test: if (watch != driver->inotifyWatch) return; This doesn't seem to be correct. I have to comment out the test to get libvirtd to work with UML. Ron -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.c