aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14tmp421: Register properties as class propertiesEduardo Habkost1-17/+13
2020-12-14vexpress-a15: Register "virtualization" as class propertyEduardo Habkost1-6/+8
2020-12-14vexpress: Register "secure" as class propertyEduardo Habkost1-5/+6
2020-12-14Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' into ...Peter Maydell19-376/+378
2020-12-14Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20201214' in...Peter Maydell30-342/+478
2020-12-14tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 testPeter Maydell1-1/+3
2020-12-14spapr.c: set a 'kvm-type' default value instead of relying on NULLDaniel Henrique Barboza1-4/+17
2020-12-14spapr: Pass sPAPR machine state to some RTAS events handling functionsGreg Kurz1-11/+10
2020-12-14spapr: Don't use qdev_get_machine() in spapr_msi_write()Greg Kurz1-1/+1
2020-12-14spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()Greg Kurz3-6/+6
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz7-12/+17
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger1-2/+2
2020-12-14ppc/e500: Free irqs array to avoid memleakGan Qixin1-0/+1
2020-12-14MAINTAINERS: Add Greg Kurz as co-maintainer for ppcDavid Gibson1-1/+16
2020-12-14hw/ppc: Do not re-read the clock on pre_save if doing savevmGreg Kurz1-2/+3
2020-12-14target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz2-66/+0
2020-12-14spapr: spapr_drc_attach() cannot failGreg Kurz5-12/+14
2020-12-14spapr: Simplify error path of spapr_core_plug()Greg Kurz1-11/+10
2020-12-14spapr: Abort if ppc_set_compat() fails for hot-plugged CPUsGreg Kurz1-6/+4
2020-12-14spapr: Fix pre-2.10 dummy ICP hackGreg Kurz1-7/+7
2020-12-14xive: Add trace eventsCédric Le Goater4-3/+108
2020-12-14hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio1-23/+23
2020-12-14ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio1-14/+14
2020-12-14ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio1-38/+42
2020-12-14ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio1-105/+123
2020-12-14ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio1-10/+22
2020-12-14ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun1-0/+1
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun1-2/+3
2020-12-14spapr: Do TPM proxy hotplug sanity checks at pre-plugGreg Kurz1-5/+18
2020-12-14spapr: Do PHB hoplug sanity check at pre-plugGreg Kurz1-6/+11
2020-12-14spapr: Make PHB placement functions and spapr_pre_plug_phb() return statusGreg Kurz2-18/+24
2020-12-14spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug onlyGreg Kurz3-33/+20
2020-12-14spapr: Do PCI device hotplug sanity checks at pre-plug onlyGreg Kurz1-10/+33
2020-12-14spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()Greg Kurz3-3/+3
2020-12-14spapr/xive: Turn some sanity checks into assertionsGreg Kurz1-10/+4
2020-12-13configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth4-11/+3
2020-12-13configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth4-11/+3
2020-12-13configure / meson: Move check for sys/signal.h to meson.buildThomas Huth2-10/+1
2020-12-13configure / meson: Move check for drm.h to meson.buildThomas Huth2-10/+1
2020-12-13configure / meson: Move check for pty.h to meson.buildThomas Huth2-9/+1
2020-12-13configure: Remove the obsolete check for ifaddrs.hThomas Huth1-11/+0
2020-12-13blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan1-0/+1
2020-12-13block/file-posix: fix a possible undefined behaviorPan Nengyuan1-1/+1
2020-12-13elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan1-0/+1
2020-12-13elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan1-0/+1
2020-12-13configure: Test if $make actually existsRoman Bolshakov1-0/+4
2020-12-13target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé2-2/+3
2020-12-13target/mips: Remove unused headers from fpu_helper.cPhilippe Mathieu-Daudé1-4/+0
2020-12-13target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()Philippe Mathieu-Daudé1-12/+8