commit | 84273177f25886b3476138470280890001debcbc | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jun 27 09:53:51 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Jul 16 08:28:13 2009 -0500 |
tree | 6468cd7d15092492cc5cd7930ab024c7b5cd98aa | |
parent | b1631e7a6f63150ce07747a93fc98ff7d5ee766b [diff] |
gdbstub: x86: Support for setting segment registers This allows to set segment registers via gdb also in system emulation mode. Basic sanity checks are applied and nothing is changed if they fail. But screwing up the target via this interface will never be complicated, so I avoided being too paranoid here. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>