Am 19.06.2013 23:40, schrieb Alexander Graf: > On 19.06.2013, at 23:08, Stefan Weil wrote: > >> This kind of type cast must use uintptr_t or target_ulong to be portable >> for hosts with sizeof(void *) != sizeof(long). >> >> Here the value is assigned to a variable of type target_ulong. >> >> Signed-off-by: Stefan Weil <s...@weilnetz.de> > Acked-by: Alexander Graf <ag...@suse.de> > > I suppose this one goes through the trivial tree? > > > Alex
If Michael pulls it to qemu-trivial, that's fine for me (that's why I addressed my mail To: qemu-devel). Of course I would not mind if someone with commit rights commits it directly without waiting for a pull request :-) Any patch with "Fix" in the subject is a candidate for a direct commit. Stefan