Ryan Harper wrote: > Here is an update to the previous pincpu patches. This patch updates > the pincpu dom0op to use a cpumap_t pointer, rather than specifying a > size in the interface. cpumap_t is current typedef'ed to an unsigned > long. xm list -v now truncates the cpumap field to only show the bits > of the map that are relevant. That is, if you have four VCPUS, you will > only see the first four bits of the cpumap. > > This patch compiles against current unstable tree, but I could not test > it as the current unstable tree crashes dom0 when booting domU. I back > ported the patch to 20050420 snapshot and it worked there. > This patch causes the dom0 crash I reported on the current unstable (attached) so it needs fixing before applying. Mike