Re: [Qemu-devel] [PATCH 12/16] Move chroot handling to OS specific files.

2010-06-04 Thread Jes Sorensen
On 06/03/10 23:02, Richard Henderson wrote: On 06/03/2010 09:48 AM, jes.soren...@redhat.com wrote: +static inline void os_change_root(void) {}; You really like the ;, don't you. ;-) LOL now I get it. Yes, ;'s are so pretty ;-) I'll clean it up and send out a new version. Still not sure

[Qemu-devel] [PATCH 12/16] Move chroot handling to OS specific files.

2010-06-03 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com Move chroot handling to OS specific files. Signed-off-by: Jes Sorensen jes.soren...@redhat.com --- os-posix.c | 19 +++ qemu-os-posix.h |1 + qemu-os-win32.h |1 + vl.c| 18 +- 4 files

Re: [Qemu-devel] [PATCH 12/16] Move chroot handling to OS specific files.

2010-06-03 Thread Richard Henderson
On 06/03/2010 09:48 AM, jes.soren...@redhat.com wrote: +static inline void os_change_root(void) {}; You really like the ;, don't you. ;-) r~