On 12/12/2014 12:13 PM, Raymond Durand
wrote:
Thanks.
The difficulty would be to determine which devices require which
syscalls beyond what 'base' QEMU needs (= QEMU without devices). So
one would have to use QEMU with one device after another and see
which new syscalls are required due to a specific device (syscall
auditing), then add the array of syscalls to a device's TypeInfo
structure and collect them this way. If a device's code was to
change, you'd have to do it again. So I think it would be a lot of
work all the time.
Stefan