Re: [Qemu-devel] [PATCH 2/6] xics: add find_server

2014-05-07 Thread Mike Day
Alexey Kardashevskiy writes: > PAPR allows having multiple interrupr servers. > typo above in the commit log entry, Mike -- Mike Day | "Endurance is a Virtue"

[Qemu-devel] [PATCH 2/6] xics: add find_server

2014-05-06 Thread Alexey Kardashevskiy
PAPR allows having multiple interrupr servers. This adds a server lookup function and makes use of it. Since at the moment QEMU only supports a single server, no change in behaviour is expected. Signed-off-by: Alexey Kardashevskiy --- hw/intc/xics.c | 28 +++- 1 file ch