1. 23f42b6 target/ppc: fetch code with translator_ld by Emilio G. Cota · 6 years ago
  2. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  3. 8d74587 target/ppc: Fix for optimized vsl/vsr instructions by Stefan Brankovic · 5 years ago
  4. 428115c target/ppc: use Vsr macros in BCD helpers by Mark Cave-Ayland · 5 years ago
  5. f6d4c42 target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP macros by Mark Cave-Ayland · 5 years ago
  6. 1ea80bf target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp_helper.c by Mark Cave-Ayland · 5 years ago
  7. 64b8574 target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t by Mark Cave-Ayland · 5 years ago
  8. 474c2e9 target/ppc: introduce dfp_finalize_decimal{64,128}() helper functions by Mark Cave-Ayland · 5 years ago
  9. d9acba3 target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP numbers correctly by Mark Cave-Ayland · 5 years ago
  10. 33432d7 target/ppc: introduce set_dfp{64,128}() helper functions by Mark Cave-Ayland · 5 years ago
  11. 6a8fbb9 target/ppc: introduce get_dfp{64,128}() helper functions by Mark Cave-Ayland · 5 years ago
  12. 972bd57 ppc/kvm: Skip writing DPDES back when in run time state by Alexey Kardashevskiy · 5 years ago
  13. 5c94dd3 ppc: Use FPSCR defines instead of constants by Paul A. Clarke · 5 years ago
  14. bc7a45a ppc: Add support for 'mffsce' instruction by Paul A. Clarke · 5 years ago
  15. a2735cf ppc: Add support for 'mffscrn','mffscrni' instructions by Paul A. Clarke · 5 years ago
  16. 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 5 years ago
  17. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 6 years ago
  18. 289af4a powerpc/spapr: Add host threads parameter to ibm,get_system_parameter by Suraj Jitindar Singh · 6 years ago
  19. 897b639 target/ppc: Refactor emulation of vmrgew and vmrgow instructions by Stefan Brankovic · 6 years ago
  20. 16ce2ff target/ppc: Fix do_float_check_status vs inexact by Richard Henderson · 6 years ago
  21. cbc65a8 target/ppc: Set float_tininess_before_rounding at cpu reset by Richard Henderson · 6 years ago
  22. fa7d9cb ppc: Fix xscvdpspn for SNAN by Paul A. Clarke · 6 years ago
  23. 256be7d ppc: Fix xsmaddmdp and friends by Paul A. Clarke · 6 years ago
  24. f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 6 years ago
  25. fe066b4 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 6 years ago
  26. e65472c Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into staging by Peter Maydell · 6 years ago
  27. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  28. b1d5b6e target/ppc: Rewrite a fall through comment by Philippe Mathieu-Daudé · 6 years ago
  29. c0e6616 ppc: Fix emulated single to double denormalized conversions by Paul A. Clarke · 6 years ago
  30. a7b7b98 ppc: Fix emulated INFINITY and NAN conversions by Paul A. Clarke · 6 years ago
  31. e6f1bfb ppc: conform to processor User's Manual for xscvdpspn by Paul A. Clarke · 6 years ago
  32. 31eb7dd ppc: Add support for 'mffsl' instruction by Paul A. Clarke · 6 years ago
  33. cfc61ba target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPR by Alexey Kardashevskiy · 6 years ago
  34. 1e8f51e ppc: remove idle_timer logic by Shivaprasad G Bhat · 6 years ago
  35. 03ef074 spapr: Implement dispatch tracking for tcg by Nicholas Piggin · 6 years ago
  36. 1872588 target/ppc: Optimize emulation of vclzw instruction by Stefan Brankovic · 6 years ago
  37. b8313f0 target/ppc: Optimize emulation of vclzd instruction by Stefan Brankovic · 6 years ago
  38. 083b3f0 target/ppc: Optimize emulation of vgbbd instruction by Stefan Brankovic · 6 years ago
  39. 28876bf target/ppc: move opcode decode tables to PowerPCCPU by Alex Bennée · 6 years ago
  40. 4e6d092 target/ppc: Optimize emulation of vsl and vsr instructions by Stefan Brankovic · 6 years ago
  41. 1cc7926 target/ppc: Optimize emulation of lvsl and lvsr instructions by Stefan Brankovic · 6 years ago
  42. d14f339 migration: Do not re-read the clock on pre_save in case of paused guest by Maxiwell S. Garcia · 6 years ago
  43. 9e9b10c icount: remove unnecessary gen_io_end calls by Pavel Dovgalyuk · 6 years ago
  44. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  45. 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 6 years ago
  46. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  47. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  48. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 6 years ago
  49. ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 6 years ago
  50. 374f63f Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging by Peter Maydell · 6 years ago
  51. 7f7b4e7 qapi: Split machine-target.json off target.json and misc.json by Markus Armbruster · 6 years ago
  52. 275307a hmp: Move hmp.h to include/monitor/ by Markus Armbruster · 6 years ago
  53. c9f4e4d target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro by Mark Cave-Ayland · 6 years ago
  54. 5ba5335 target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time by Mark Cave-Ayland · 6 years ago
  55. 2aba168 target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at translation time by Mark Cave-Ayland · 6 years ago
  56. 6ae4a57 target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  57. 9922962 target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  58. 23d0766 target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  59. 8d83048 target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  60. 033e1fc target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  61. 75cf84c target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  62. e0d6a36 target/ppc: introduce separate generator and helper for xscvqpdp by Mark Cave-Ayland · 6 years ago
  63. 99125c7 target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c by Mark Cave-Ayland · 6 years ago
  64. 00084a2 target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions by Mark Cave-Ayland · 6 years ago
  65. 03b32c0 target/ppc: remove getVSR()/putVSR() from int_helper.c by Mark Cave-Ayland · 6 years ago
  66. 001d235 target/ppc/machine: Add kvmppc_pvr_workaround_required() stub by Greg Kurz · 6 years ago
  67. 9723295 ppc: Introduce kvmppc_set_reg_tb_offset() helper by Greg Kurz · 6 years ago
  68. 2a17583 target/ppc: remove getVSR()/putVSR() from mem_helper.c by Mark Cave-Ayland · 6 years ago
  69. cf3b033 target/ppc: remove getVSR()/putVSR() from fpu_helper.c by Mark Cave-Ayland · 6 years ago
  70. 7701aee target/ppc: fix compile error in kvmppc_define_rtas_kernel_token() by Cédric Le Goater · 6 years ago
  71. b1115c9 KVM: Introduce kvm_arch_destroy_vcpu() by Liran Alon · 6 years ago
  72. a050901 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging by Peter Maydell · 6 years ago
  73. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  74. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  75. fe2d169 target/ppc: Use tcg_gen_gvec_bitsel by Richard Henderson · 6 years ago
  76. 2a12243 target/ppc: Fix lxvw4x, lxvh8x and lxvb16x by Anton Blanchard · 6 years ago
  77. 856dfd8 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h by Markus Armbruster · 6 years ago
  78. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  79. e8b5fae cpu: Remove CPU_COMMON by Richard Henderson · 6 years ago
  80. 5b146dc cpu: Introduce CPUNegativeOffsetState by Richard Henderson · 6 years ago
  81. 7506ed9 cpu: Introduce cpu_set_cpustate_pointers by Richard Henderson · 6 years ago
  82. 677c4d6 cpu: Move ENV_OFFSET to exec/gen-icount.h by Richard Henderson · 6 years ago
  83. db70b31 target/ppc: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  84. 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
  85. 2161a61 cpu: Define ArchCPU by Richard Henderson · 6 years ago
  86. 4f7c64b cpu: Define CPUArchState with typedef by Richard Henderson · 6 years ago
  87. 74433bf tcg: Split out target/arch/cpu-param.h by Richard Henderson · 6 years ago
  88. 38afd77 spapr/xive: add KVM support by Cédric Le Goater · 6 years ago
  89. 571fbe6 target/ppc: Use vector variable shifts for VSL, VSR, VSRA by Richard Henderson · 6 years ago
  90. 77bd893 target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p by Anton Blanchard · 6 years ago
  91. e04c5dd target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STORE by Anton Blanchard · 6 years ago
  92. 4c406ca target/ppc: Fix xxspltib by Anton Blanchard · 6 years ago
  93. 7fa0ddc target/ppc: Fix vsum2sws by Anton Blanchard · 6 years ago
  94. 63be02f target/ppc: Fix vslv and vsrv by Anton Blanchard · 6 years ago
  95. d47a751 target/ppc: Fix xxbrq, xxbrw by Anton Blanchard · 6 years ago
  96. cf4e936 target/ppc: Fix xvxsigdp by Anton Blanchard · 6 years ago
  97. 228152c2 target/ppc/kvm: Fix trace typo by Boxuan Li · 6 years ago
  98. 3f74b63 target/ppc: Use qemu_guest_getrandom for DARN by Richard Henderson · 6 years ago
  99. 7e4357f target/ppc: Use gen_io_start/end around DARN by Richard Henderson · 6 years ago
  100. d827657 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into staging by Peter Maydell · 6 years ago