index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
gdbstub.c
Age
Commit message (
Expand
)
Author
2021-05-10
target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
Claudio Fontana
2021-05-10
target/i386: gdbstub: introduce aux functions to read/write CS64 regs
Claudio Fontana
2021-01-12
target/i386: Use X86Seg enum for segment registers
Philippe Mathieu-Daudé
2020-11-15
x86 tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-07-10
target/i386: fix IEEE SSE floating-point exception raising
Joseph Myers
2020-04-15
gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb
Peter Xu
2020-03-17
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
target/i386: use gdb_get_reg helpers
Alex Bennée
2020-01-07
target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub
mkdolata@us.ibm.com
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-02-05
gdbstub: Fix i386/x86_64 machine description and add control registers
Doug Gale
2016-12-22
x86: Fix x86_64 'g' packet response to gdb from 32-bit mode.
Doug Evans
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth