1. 7b77f04 target/mips: Separate FPU-related helpers into their own file by Aleksandar Markovic · 5 years ago
  2. 256eb7e target/mips: Separate CP0-related helpers into their own file by Aleksandar Markovic · 5 years ago
  3. ec86042 target/mips: Fix handling of LL/SC instructions after 7dd547e5ab by Alex Richardson · 5 years ago
  4. 4dcf078 target/ppc: Use probe_write for DCBZ by Richard Henderson · 5 years ago
  5. 1cbddf6 target/ppc: Remove redundant mask in DCBZ by Richard Henderson · 5 years ago
  6. 2ca2ef4 target/ppc: Use probe_access for LMW, STMW by Richard Henderson · 5 years ago
  7. bb99b39 target/ppc: Use probe_access for LSW, STSW by Richard Henderson · 5 years ago
  8. 81fe70e target/ppc: Build rtas error log upon an MCE by Aravinda Prasad · 5 years ago
  9. 9ac703a target/ppc: Handle NMI guest exit by Aravinda Prasad · 5 years ago
  10. 9d953ce ppc: spapr: Introduce FWNMI capability by Aravinda Prasad · 5 years ago
  11. 2545810 target/ppc/cpu.h: Put macro parameter in parentheses by BALATON Zoltan · 5 years ago
  12. a9ec49a ppc/pnv: Add support for HRMOR on Radix host by Cédric Le Goater · 5 years ago
  13. 493028d target/ppc: add support for Hypervisor Facility Unavailable Exception by Cédric Le Goater · 5 years ago
  14. 5ba7ba1 target/ppc: Add privileged message send facilities by Cédric Le Goater · 5 years ago
  15. 6e0552a target/ppc: Clarify the meaning of return values in kvm_handle_debug by Fabiano Rosas · 5 years ago
  16. aeab8e5 target/arm: fix TCG leak for fcvt half->double by Alex Bennée · 5 years ago
  17. dea101a target/arm/cpu: Add the kvm-no-adjvtime CPU property by Andrew Jones · 5 years ago
  18. e5ac420 target/arm/kvm: Implement virtual time adjustment by Andrew Jones · 5 years ago
  19. 65caa41 target/arm/kvm64: kvm64 cpus have timer registers by Andrew Jones · 5 years ago
  20. d1ebbc9 target/arm/kvm: trivial: Clean up header documentation by Andrew Jones · 5 years ago
  21. 16ab12a target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr by Peter Maydell · 5 years ago
  22. 99029be target/mips: Add implementation of GINVT instruction by Yongbok Kim · 5 years ago
  23. feafe82 target/mips: Amend CP0 WatchHi register implementation by Yongbok Kim · 5 years ago
  24. 54fc33f target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting() by Daniel Henrique Barboza · 5 years ago
  25. b1af755 target/hppa: Allow, but diagnose, LDCW aligned only mod 4 by Richard Henderson · 5 years ago
  26. 4103500 s390x: sigp: Fix sense running reporting by Janosch Frank · 5 years ago
  27. a2fb6b0 target/s390x: Remove DisasFields argument from extract_insn by Richard Henderson · 5 years ago
  28. 344a7f6 target/s390x: Move DisasFields into DisasContext by Richard Henderson · 5 years ago
  29. c30988d target/s390x: Pass DisasContext to get_field and have_field by Richard Henderson · 5 years ago
  30. 3f68884 target/s390x: Remove DisasFields argument from callbacks by Richard Henderson · 5 years ago
  31. c9fc893 target/s390x: Move struct DisasFields definition earlier by Richard Henderson · 5 years ago
  32. a5c8617 target/s390x/kvm: Enable adapter interruption suppression again by Thomas Huth · 5 years ago
  33. 596cc12 target/s390x: Remove duplicated ifdef macro by Philippe Mathieu-Daudé · 5 years ago
  34. 760df0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  35. 673b0ad target/i386: Add the 'model-id' for Skylake -v3 CPU models by Kashyap Chamarthy · 5 years ago
  36. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  37. 94d912d qdev: remove extraneous error by Marc-André Lureau · 5 years ago
  38. 4f7f589 accel: Replace current_machine->accelerator by current_accel() wrapper by Philippe Mathieu-Daudé · 5 years ago
  39. d70c996 target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported() by Philippe Mathieu-Daudé · 5 years ago
  40. 32c87d7 target/i386: kvm: initialize microcode revision from KVM by Paolo Bonzini · 5 years ago
  41. 4e45aff target/i386: add a ucode-rev property by Paolo Bonzini · 5 years ago
  42. 420ae1f target/i386: kvm: initialize feature MSRs very early by Paolo Bonzini · 5 years ago
  43. bc9888f cpu: Use cpu_class_set_parent_reset() by Greg Kurz · 5 years ago
  44. ba2ed84 Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' into staging by Peter Maydell · 5 years ago
  45. 538baab target/arm/arch_dump: Add SVE notes by Andrew Jones · 5 years ago
  46. de0b1ba target/arm: Fix PAuth sbox functions by Vincent Dehors · 5 years ago
  47. 90f6715 target/arm: add PMU feature to cortex-r5 and cortex-r5f by Clement Deschamps · 5 years ago
  48. 322f244 m68k: Fix regression causing Single-Step via GDB/RSP to not single step by Laurent Vivier · 5 years ago
  49. 7fb38da Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200117-1' into staging by Peter Maydell · 5 years ago
  50. 1a1fbc6 target/arm: Set ISSIs16Bit in make_issinfo by Richard Henderson · 5 years ago
  51. 30d5448 target/arm: Return correct IL bit in merge_syn_data_abort by Jeff Kubascik · 5 years ago
  52. 8555329 target/arm: adjust program counter for wfi exception in AArch32 by Jeff Kubascik · 5 years ago
  53. 21bf9b0 target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandle by Masahiro Yamada · 5 years ago
  54. 43ed232 Merge remote-tracking branch 'remotes/rth/tags/pull-or1k-20200116' into staging by Peter Maydell · 5 years ago
  55. 97a254b target/openrisc: Fix FPCSR mask to allow setting DZF by Stafford Horne · 5 years ago
  56. 82f0146 target/riscv: update mstatus.SD when FS is set dirty by ShihPo Hung · 5 years ago
  57. a59796e target/riscv: fsd/fsw doesn't dirty FP state by ShihPo Hung · 5 years ago
  58. 613fa16 target/riscv: Fix tb->flags FS status by ShihPo Hung · 5 years ago
  59. a37f21c riscv: Set xPIE to 1 after xRET by Yiting Wang · 5 years ago
  60. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  61. 5a376e4 target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX by Richard Henderson · 5 years ago
  62. ed53a63 target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX by Richard Henderson · 5 years ago
  63. 7dd547e target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX by Richard Henderson · 5 years ago
  64. 330edfc target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  65. 28c4b86 target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX by Richard Henderson · 5 years ago
  66. 5a13571 target/unicore32: Remove MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  67. 345a3a1 target/sh4: Remove MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  68. 39ac437 target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIX by Richard Henderson · 5 years ago
  69. 5d1c4ff target/i386: Remove MMU_MODE{0,1,2}_SUFFIX by Richard Henderson · 5 years ago
  70. 91a19bc target/cris: Remove MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  71. cb0d85f target/alpha: Remove MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  72. e24f57d target/nios2: Remove MMU_MODE{0,1}_SUFFIX by Richard Henderson · 5 years ago
  73. 21ffbdc target/i386: Use cpu_*_mmuidx_ra instead of templates by Richard Henderson · 5 years ago
  74. 3b3be95 target/arm: Include tcg.h in sve_helper.c by Richard Henderson · 5 years ago
  75. 6115003 target/s390x: Include tcg.h in mem_helper.c by Richard Henderson · 5 years ago
  76. ecd3571 target/xtensa: Use probe_access for itlb_hit_test by Richard Henderson · 5 years ago
  77. abd5f8b Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 5 years ago
  78. b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  79. dc65a5b Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into staging by Peter Maydell · 5 years ago
  80. f38a71b Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosting-090120-2' into staging by Peter Maydell · 5 years ago
  81. 8de702c semihosting: add qemu_semihosting_console_inc for SYS_READC by Keith Packard · 5 years ago
  82. 4ff5ef9 target/arm: only update pc after semihosting completes by Alex Bennée · 5 years ago
  83. b906acb target/arm: remove unused EXCP_SEMIHOST leg by Alex Bennée · 5 years ago
  84. c7a5e79 arm/translate-a64: fix uninitialized variable warning by Pan Nengyuan · 5 years ago
  85. 0b73197 ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCG by Bharata B Rao · 5 years ago
  86. 905db91 ppc/spapr: Support reboot of secure pseries guest by Bharata B Rao · 5 years ago
  87. bc5fdfc target/ppc: Handle AIL=0 in ppc_excp_vector_offset by Fabiano Rosas · 5 years ago
  88. 38fc68a target/ppc: Remove unused PPC_INPUT_INT defines by Fabiano Rosas · 5 years ago
  89. 1bbd151 Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' into staging by Peter Maydell · 5 years ago
  90. 2dea9d9 target/i386: Add missed features to Cooperlake CPU model by Xiaoyao Li · 5 years ago
  91. 6c997b4 target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES by Xiaoyao Li · 5 years ago
  92. 5a07192 target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub by mkdolata@us.ibm.com · 5 years ago
  93. f4f6438 cris: improve passing PIC interrupt vector to the CPU by Marc-André Lureau · 5 years ago
  94. e23ae61 leon3: use qdev gpio facilities for the PIL by Marc-André Lureau · 5 years ago
  95. ab4c072 leon3: use qemu_irq framework instead of callback as property by Marc-André Lureau · 5 years ago
  96. 18b6102 target/m68k: only change valid bits in CACR by Laurent Vivier · 5 years ago
  97. 8f54bbd x86: Check for machine state object class before typecasting it by Michal Privoznik · 5 years ago
  98. a153a3f target/xtensa: use MPU background map from core configuration by Max Filippov · 5 years ago
  99. ca3c979 target/xtensa: import xtensa/config/core-isa.h by Max Filippov · 5 years ago
  100. 6c43805 target/xtensa: fix ps.ring use in MPU configs by Max Filippov · 5 years ago