----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1995/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9846:2a455e4caca0 --------------------------- x86: Implementation of Int3 and Int_Ib in long mode (This is a modified version of the patch from Christian Menard, http://reviews.gem5.org/r/1939.) This is an implementation of the x86 int3 and int immediate instructions for long mode according to 'AMD64 Programmers Manual Volume 3'. I did not do any heavy testing, but it works fine with the Fiasco.OC micro kernel (http://os.inf.tu-dresden.de/fiasco/). I'm not sure if the changes to the decoder (one_byte_opcodes.isa) break the way Linux-syscalls are currently treated. So please have a look at it. Diffs ----- src/arch/x86/isa/decoder/one_byte_opcodes.isa 3f6e2f267aba6571c478fcd83c4a1b9d6564084f src/arch/x86/isa/insts/general_purpose/control_transfer/interrupts_and_exceptions.py 3f6e2f267aba6571c478fcd83c4a1b9d6564084f Diff: http://reviews.gem5.org/r/1995/diff/ Testing ------- Thanks, Steve Reinhardt _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
