[Qemu-devel] Patches?

2008-03-17 Thread Gary Thomas
I've fixed a number of problems with the user mode code. Where's the best place to send/propose/discuss these? What's the preferred format? -- Gary Thomas | Consulting for the MLB Associates |Embedded

[Qemu-devel] [PATCH] Add loop device ioctls

2008-03-17 Thread Gary Thomas
These changes add the ioctl() calls used by loop devices. Note: using Thunderbird, it seems much easier to attach files than include them inline. Most email readers will still show them (AFAIK) -- Gary Thomas

[Qemu-devel] [PATCH] Fix stat64 on PPC

2008-03-17 Thread Gary Thomas
Somehow, post 0.9.1, the stat64 structure on PPC got broken. The attached patch fixes it. -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[Qemu-devel] [PATCH] fix flock64 structure on PPC

2008-03-17 Thread Gary Thomas
The attached patch makes the flock64 functions work for PPC targets (target alignment didn't match up) -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[Qemu-devel] [PATCH] add pread64/pwrite64

2008-03-17 Thread Gary Thomas
The attached patch adds the pread64() and pwrite64() system calls -- Gary Thomas | Consulting for the MLB Associates |Embedded world Index