Re: [Qemu-devel] HTTP access to QEMU Git repositories

2015-12-09 Thread Kai Noda
Those auxiliary repositories referenced by git-submodule, such as dtc.git in my last email, are only available on git.qemu.org. Regards, Kai 野田 開 2015-12-10 0:24 GMT+08:00 Laszlo Ersek : > On 12/09/15 17:09, Kai Noda wrote: > > Hello, is it possible to enable Git-over-HTTP on git

[Qemu-devel] HTTP access to QEMU Git repositories

2015-12-09 Thread Kai Noda
Hello, is it possible to enable Git-over-HTTP on git.qemu.org ? http://git.qemu.org/?p=dtc.git;a=summary The summary page shows http://git.qemu.org/git/dtc.git but, $ curl http://git.qemu.org/git/dtc.git 301 Moved Permanently Moved Permanently The document has moved http://git.qemu.org/git/dtc

Re: [Qemu-devel] current git master compile fails on Debian 4.0

2012-04-12 Thread Kai NODA
Hi Paolo, I've encountered the same problem as Erik on my RHEL5 machine with glib 2.12, and made a patch to replace GHashTableIter with g_hash_table_find(). https://github.com/nodakai/QEMU/commit/4a9dd009feb1d78e3566069336a0d1b9a296bd23 I think it's an almost same approach with yours, but have not