Re: [Qemu-devel] [PATCH 14/40] xenner: kernel: Instruction emulator

2010-11-01 Thread malc
On Mon, 1 Nov 2010, Alexander Graf wrote: > In some cases we need to emulate guest instructions. This patch adds > code to take care of this. > > Signed-off-by: Alexander Graf > --- > pc-bios/xenner/xenner-instr.c | 405 > + > 1 files changed, 405 inser

[Qemu-devel] [PATCH 14/40] xenner: kernel: Instruction emulator

2010-11-01 Thread Alexander Graf
In some cases we need to emulate guest instructions. This patch adds code to take care of this. Signed-off-by: Alexander Graf --- pc-bios/xenner/xenner-instr.c | 405 + 1 files changed, 405 insertions(+), 0 deletions(-) create mode 100644 pc-bios/xenner/