aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-13target/riscv: Convert RV32F insns to decodetreeBastian Koppelmann3-0/+415
2019-03-13target/riscv: Convert RV64A insns to decodetreeBastian Koppelmann3-144/+71
2019-03-13target/riscv: Convert RV32A insns to decodetreeBastian Koppelmann3-0/+178
2019-03-13target/riscv: Convert RVXM insns to decodetreeBastian Koppelmann4-9/+137
2019-03-13target/riscv: Convert RVXI csr insns to decodetreeBastian Koppelmann3-42/+88
2019-03-13target/riscv: Convert RVXI fence insns to decodetreeBastian Koppelmann3-12/+21
2019-03-13target/riscv: Convert RVXI arithmetic insns to decodetreeBastian Koppelmann4-9/+206
2019-03-13target/riscv: Convert RV64I load/store insns to decodetreeBastian Koppelmann4-10/+50
2019-03-13target/riscv: Convert RV32I load/store insns to decodetreeBastian Koppelmann2-0/+58
2019-03-13target/riscv: Convert RVXI branch insns to decodetreeBastian Koppelmann3-11/+69
2019-03-13target/riscv: Activate decodetree and implemnt LUI & AUIPCBastian Koppelmann4-14/+92
2019-03-12Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-1...Peter Maydell10-163/+181
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell1-2/+2
2019-03-12Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request...Peter Maydell40-1287/+1835
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell16-91/+206
2019-03-12Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' ...Peter Maydell5-0/+194
2019-03-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell6-13/+5
2019-03-12Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-11' int...Peter Maydell36-490/+548
2019-03-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190312' into...Peter Maydell82-1610/+5840
2019-03-12scripts/qemugdb: re-license timers.py to GPLv2 or laterAlex Bennée1-2/+4
2019-03-12hw/sd/sdhci: Move PCI-related code into a separate fileThomas Huth5-94/+132
2019-03-12ahci-test: Drop dependence on global_qtestEric Blake3-52/+39
2019-03-12tests: test-announce-self: fix memory leakLi Qiang1-15/+6
2019-03-12vfio: Make vfio_get_region_info_cap publicAlexey Kardashevskiy2-1/+3
2019-03-12Suppress test warnings about missing Spectre/Meltdown mitigations with TCGDavid Gibson3-9/+27
2019-03-12spapr: Use CamelCase properlyDavid Gibson33-1175/+1175
2019-03-12target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé1-8/+4
2019-03-12target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé1-11/+3
2019-03-12target/ppc: add HV support for POWER9Cédric Le Goater1-1/+2
2019-03-12ppc/pnv: add a "ibm,opal/power-mgt" device tree node on POWER9Cédric Le Goater1-0/+15
2019-03-12ppc/pnv: add more dummy XSCOM addressesCédric Le Goater1-6/+27
2019-03-12ppc/pnv: activate XSCOM tests for POWER9Cédric Le Goater1-2/+0
2019-03-12ppc/pnv: POWER9 XSCOM quad supportCédric Le Goater5-5/+146
2019-03-12ppc/pnv: extend XSCOM core support for POWER9Cédric Le Goater2-13/+89
2019-03-12ppc/pnv: add a OCC model for POWER9Cédric Le Goater5-0/+91
2019-03-12ppc/pnv: add a OCC model classCédric Le Goater3-18/+54
2019-03-12ppc/pnv: add SerIRQ routing registersCédric Le Goater2-0/+16
2019-03-12ppc/pnv: add a LPC Controller model for POWER9Cédric Le Goater4-1/+234
2019-03-12ppc/pnv: add a 'dt_isa_nodename' to the chipCédric Le Goater2-13/+7
2019-03-12ppc/pnv: add a LPC Controller class modelCédric Le Goater3-25/+77
2019-03-12ppc/pnv: lpc: fix OPB address rangesCédric Le Goater1-3/+4
2019-03-12ppc/pnv: add a PSI bridge model for POWER9Cédric Le Goater5-2/+384
2019-03-12ppc/pnv: add a PSI bridge class modelCédric Le Goater4-29/+87
2019-03-12mac_newworld: use node name instead of alias name for hd device in FWPathProv...Mark Cave-Ayland1-2/+2
2019-03-12mac_oldworld: use node name instead of alias name for hd device in FWPathProv...Mark Cave-Ayland1-2/+2
2019-03-12target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland2-40/+14
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland3-10/+10
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland3-19/+7
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland3-17/+22
2019-03-12target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland2-19/+20