[Qemu-devel] ANN: DetaolB v0.7.1 is released

2007-12-23 Thread Christian MICHON
a bugfix release for DetaolB v0.7 is available at: http://downloads.sf.net/detaolb/detaolb_v071.iso Changelog: - "tinycc" binaries were actually missing (sorry Rob! fixed!) - "mp" small editor added (real name is mped, with color highlighting: really small footprint!) - xorg-dev is added for thos

[Qemu-devel] [PATCH] Correct the max cpuid level for each x86 cpu model

2007-12-23 Thread Dan Kenigsberg
Hi, This little patch corrects the max cpuid level that is exposed to the guest for each of the x86 cpu models. It allows cpuid levels other than 2. Dan. diff --git a/target-i386/helper2.c b/target-i386/helper2.c index b9b3093..dee53d6 100644 --- a/target-i386/helper2.c +++ b/target-i386/hel