aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland3-21/+36
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland3-147/+144
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland3-5/+20
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland3-148/+151
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland3-25/+59
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland2-24/+10
2019-07-02target/ppc/machine: Add kvmppc_pvr_workaround_required() stubGreg Kurz2-2/+5
2019-07-02ppc: Introduce kvmppc_set_reg_tb_offset() helperGreg Kurz3-4/+15
2019-07-02xics/kvm: Add proper rollback to xics_kvm_init()Greg Kurz1-6/+5
2019-07-02xics/kvm: Add error propagation to ic*_set_kvm_state() functionsGreg Kurz3-23/+59
2019-07-02xics/kvm: Always use local_err in xics_kvm_init()Greg Kurz1-6/+10
2019-07-02xics/kvm: Skip rollback when KVM XICS is absentGreg Kurz1-1/+1
2019-07-02xics/spapr: Rename xics_kvm_init()Greg Kurz3-3/+3
2019-07-02xics/spapr: Drop unused function declarationGreg Kurz1-1/+0
2019-07-02hw/ppc: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/prep: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02hw/ppc/mac_newworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-4/+0
2019-07-02hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02spapr_pci: Drop useless CONFIG_KVM ifdeferyGreg Kurz1-2/+0
2019-07-02xics/spapr: Only emulated XICS should use RTAS/hypercalls emulationGreg Kurz1-26/+27
2019-07-02spapr_pci: Fix DRC owner in spapr_dt_pci_bus()Greg Kurz1-1/+8
2019-07-02target/ppc: remove getVSR()/putVSR() from mem_helper.cMark Cave-Ayland1-11/+12
2019-07-02target/ppc: remove getVSR()/putVSR() from fpu_helper.cMark Cave-Ayland1-396/+366
2019-07-02xics: Add comment about CPU hotplugGreg Kurz1-0/+1
2019-07-02target/ppc: fix compile error in kvmppc_define_rtas_kernel_token()Cédric Le Goater1-1/+1
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz4-2/+46
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz6-33/+3
2019-07-02xics/spapr: Prevent RTAS/hypercalls emulation to be used by in-kernel XICSGreg Kurz1-0/+46
2019-07-02spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()Philippe Mathieu-Daudé1-6/+5
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater2-14/+1
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater4-14/+32
2019-07-02ppc/pnv: fix StoreEOI activationCédric Le Goater1-2/+1
2019-07-02docs: updates on the POWER9 XIVE interrupt controller documentationCédric Le Goater2-10/+111
2019-07-02spapr/rtas: Force big endian compile for rtasAlexey Kardashevskiy1-1/+4
2019-07-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell3-5/+15
2019-07-01Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell17-411/+356
2019-07-01Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell5-184/+135
2019-07-01Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell59-1210/+11201
2019-07-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20190625...Peter Maydell3-2/+141
2019-07-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell25-106/+3023
2019-07-01Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-24' in...Peter Maydell20-384/+823
2019-06-26MAINTAINERS: Change maintership of Xen code under hw/9pfsGreg Kurz1-1/+2
2019-06-26configure: use valid args testing sem_timedwaitDaniel P. Berrangé1-1/+1
2019-06-26configure: disallow spaces and colons in source path and build pathAntonio Ospite2-0/+9
2019-06-26configure: set source_path only once and make its definition more robustAntonio Ospite1-3/+3
2019-06-26linux-user/m68k: remove simulator syscall interfaceLaurent Vivier5-183/+1
2019-06-26m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts12-227/+353
2019-06-26The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts1-1/+2
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic1-12/+12
2019-06-26tests/tcg: target/mips: Fix some test cases for pack MSA instructionsAleksandar Markovic12-384/+384