Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | target/riscv: Convert RV32F insns to decodetree | Bastian Koppelmann | 3 | -0/+415 |
2019-03-13 | target/riscv: Convert RV64A insns to decodetree | Bastian Koppelmann | 3 | -144/+71 |
2019-03-13 | target/riscv: Convert RV32A insns to decodetree | Bastian Koppelmann | 3 | -0/+178 |
2019-03-13 | target/riscv: Convert RVXM insns to decodetree | Bastian Koppelmann | 4 | -9/+137 |
2019-03-13 | target/riscv: Convert RVXI csr insns to decodetree | Bastian Koppelmann | 3 | -42/+88 |
2019-03-13 | target/riscv: Convert RVXI fence insns to decodetree | Bastian Koppelmann | 3 | -12/+21 |
2019-03-13 | target/riscv: Convert RVXI arithmetic insns to decodetree | Bastian Koppelmann | 4 | -9/+206 |
2019-03-13 | target/riscv: Convert RV64I load/store insns to decodetree | Bastian Koppelmann | 4 | -10/+50 |
2019-03-13 | target/riscv: Convert RV32I load/store insns to decodetree | Bastian Koppelmann | 2 | -0/+58 |
2019-03-13 | target/riscv: Convert RVXI branch insns to decodetree | Bastian Koppelmann | 3 | -11/+69 |
2019-03-13 | target/riscv: Activate decodetree and implemnt LUI & AUIPC | Bastian Koppelmann | 4 | -14/+92 |
2019-03-12 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-1... | Peter Maydell | 10 | -163/+181 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell | 1 | -2/+2 |
2019-03-12 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request... | Peter Maydell | 40 | -1287/+1835 |
2019-03-12 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 16 | -91/+206 |
2019-03-12 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ... | Peter Maydell | 5 | -0/+194 |
2019-03-12 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 6 | -13/+5 |
2019-03-12 | Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-11' int... | Peter Maydell | 36 | -490/+548 |
2019-03-12 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190312' into... | Peter Maydell | 82 | -1610/+5840 |
2019-03-12 | scripts/qemugdb: re-license timers.py to GPLv2 or later | Alex Bennée | 1 | -2/+4 |
2019-03-12 | hw/sd/sdhci: Move PCI-related code into a separate file | Thomas Huth | 5 | -94/+132 |
2019-03-12 | ahci-test: Drop dependence on global_qtest | Eric Blake | 3 | -52/+39 |
2019-03-12 | tests: test-announce-self: fix memory leak | Li Qiang | 1 | -15/+6 |
2019-03-12 | vfio: Make vfio_get_region_info_cap public | Alexey Kardashevskiy | 2 | -1/+3 |
2019-03-12 | Suppress test warnings about missing Spectre/Meltdown mitigations with TCG | David Gibson | 3 | -9/+27 |
2019-03-12 | spapr: Use CamelCase properly | David Gibson | 33 | -1175/+1175 |
2019-03-12 | target/ppc: Optimize x[sv]xsigdp using deposit_i64() | Philippe Mathieu-Daudé | 1 | -8/+4 |
2019-03-12 | target/ppc: Optimize xviexpdp() using deposit_i64() | Philippe Mathieu-Daudé | 1 | -11/+3 |
2019-03-12 | target/ppc: add HV support for POWER9 | Cédric Le Goater | 1 | -1/+2 |
2019-03-12 | ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9 | Cédric Le Goater | 1 | -0/+15 |
2019-03-12 | ppc/pnv: add more dummy XSCOM addresses | Cédric Le Goater | 1 | -6/+27 |
2019-03-12 | ppc/pnv: activate XSCOM tests for POWER9 | Cédric Le Goater | 1 | -2/+0 |
2019-03-12 | ppc/pnv: POWER9 XSCOM quad support | Cédric Le Goater | 5 | -5/+146 |
2019-03-12 | ppc/pnv: extend XSCOM core support for POWER9 | Cédric Le Goater | 2 | -13/+89 |
2019-03-12 | ppc/pnv: add a OCC model for POWER9 | Cédric Le Goater | 5 | -0/+91 |
2019-03-12 | ppc/pnv: add a OCC model class | Cédric Le Goater | 3 | -18/+54 |
2019-03-12 | ppc/pnv: add SerIRQ routing registers | Cédric Le Goater | 2 | -0/+16 |
2019-03-12 | ppc/pnv: add a LPC Controller model for POWER9 | Cédric Le Goater | 4 | -1/+234 |
2019-03-12 | ppc/pnv: add a 'dt_isa_nodename' to the chip | Cédric Le Goater | 2 | -13/+7 |
2019-03-12 | ppc/pnv: add a LPC Controller class model | Cédric Le Goater | 3 | -25/+77 |
2019-03-12 | ppc/pnv: lpc: fix OPB address ranges | Cédric Le Goater | 1 | -3/+4 |
2019-03-12 | ppc/pnv: add a PSI bridge model for POWER9 | Cédric Le Goater | 5 | -2/+384 |
2019-03-12 | ppc/pnv: add a PSI bridge class model | Cédric Le Goater | 4 | -29/+87 |
2019-03-12 | mac_newworld: use node name instead of alias name for hd device in FWPathProv... | Mark Cave-Ayland | 1 | -2/+2 |
2019-03-12 | mac_oldworld: use node name instead of alias name for hd device in FWPathProv... | Mark Cave-Ayland | 1 | -2/+2 |
2019-03-12 | target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c... | Mark Cave-Ayland | 2 | -40/+14 |
2019-03-12 | target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian... | Mark Cave-Ayland | 3 | -10/+10 |
2019-03-12 | target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr... | Mark Cave-Ayland | 3 | -19/+7 |
2019-03-12 | target/ppc: introduce avr_full_offset() function | Mark Cave-Ayland | 3 | -17/+22 |
2019-03-12 | target/ppc: move Vsr* macros from internal.h to cpu.h | Mark Cave-Ayland | 2 | -19/+20 |