aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01target/microblaze: Convert dec_add to decodetreeRichard Henderson
2020-09-01target/microblaze: Add decodetree infrastructureRichard Henderson
2020-09-01target/microblaze: Ensure imm constant is always availableRichard Henderson
2020-09-01target/microblaze: Remove LOG_DISRichard Henderson
2020-09-01target/microblaze: Remove empty D macrosRichard Henderson
2020-09-01target/microblaze: Remove DISAS_GNURichard Henderson
2020-09-01target/microblaze: Remove SIM_COMPATRichard Henderson
2020-09-01target/microblaze: Convert to translator_loopRichard Henderson
2020-09-01target/microblaze: Convert to DisasContextBaseRichard Henderson
2020-09-01target/microblaze: Check singlestep_enabled in gen_goto_tbRichard Henderson
2020-09-01target/microblaze: Use DISAS_NORETURNRichard Henderson
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson
2020-09-01target/microblaze: Tidy mb_tcg_initRichard Henderson
2020-09-01target/microblaze: Rename env_* tcg variables to cpu_*Richard Henderson
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson
2020-09-01target/microblaze: Mark raise_exception as noreturnRichard Henderson
2020-09-01target/microblaze: Tidy raising of exceptionsRichard Henderson
2020-09-01target/microblaze: Remove cpu_earRichard Henderson
2020-09-01target/microblaze: Fix width of EDRRichard Henderson
2020-09-01target/microblaze: Fix width of BTRRichard Henderson
2020-09-01target/microblaze: Fix width of FSRRichard Henderson
2020-09-01target/microblaze: Fix width of ESRRichard Henderson
2020-09-01target/microblaze: Fix width of MSRRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split the cpu_SR arrayRichard Henderson
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out BTR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-09-01target/microblaze: Tidy gdbstubRichard Henderson
2020-09-01tests/tcg: Do not require FE_* exception bitsRichard Henderson
2020-09-01tests/tcg: Do not require FE_TOWARDZERORichard Henderson
2020-09-01tests/tcg: Add microblaze to arches filterRichard Henderson
2020-08-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200831-pull-request' ...Peter Maydell
2020-08-31usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann
2020-08-31usb-host: workaround libusb bugGerd Hoffmann
2020-08-31hw/usb: Add U2F device autoscan to passthru modeCésar Belley
2020-08-31hw/usb: Add U2F device check to passthru modeCésar Belley
2020-08-31scripts: Add u2f-setup-gen scriptCésar Belley
2020-08-31docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examplesCésar Belley
2020-08-31docs/system: Add U2F key to the USB devices examplesCésar Belley
2020-08-31meson: Add U2F key to mesonCésar Belley
2020-08-31hw/usb: Add U2F key emulated modeCésar Belley
2020-08-31hw/usb: Add U2F key passthru modeCésar Belley
2020-08-31hw/usb: Add U2F key base class implementationCésar Belley
2020-08-31hw/usb: Add U2F key base classCésar Belley
2020-08-31docs: Add USB U2F key device documentationCésar Belley