summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | coreaudio: rename misnamed variable fake_asVolker Rümelin2020-12-151-3/+3
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2020-12-1429-124/+86Star
|\ \ \ | |/ / |/| |
| * | configure / meson: Move check for linux/btrfs.h to meson.buildThomas Huth2020-12-134-11/+3Star
| * | configure / meson: Move check for sys/kcov.h to meson.buildThomas Huth2020-12-134-11/+3Star
| * | configure / meson: Move check for sys/signal.h to meson.buildThomas Huth2020-12-132-10/+1Star
| * | configure / meson: Move check for drm.h to meson.buildThomas Huth2020-12-132-10/+1Star
| * | configure / meson: Move check for pty.h to meson.buildThomas Huth2020-12-132-9/+1Star
| * | configure: Remove the obsolete check for ifaddrs.hThomas Huth2020-12-131-11/+0Star
| * | blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan2020-12-131-0/+1
| * | block/file-posix: fix a possible undefined behaviorPan Nengyuan2020-12-131-1/+1
| * | elf2dmp/pdb: Plug memleak in pdb_init_from_filePan Nengyuan2020-12-131-0/+1
| * | elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_initPan Nengyuan2020-12-131-0/+1
| * | configure: Test if $make actually existsRoman Bolshakov2020-12-131-0/+4
| * | ads7846: moves from the hw/display folder to the hw/input folder.Gan Qixin2020-12-136-5/+5
| * | CODING_STYLE.rst: Be less strict about 80 character limitPeter Maydell2020-12-131-2/+7
| * | fsdev: open brace '{' following struct go on the same linezhouyang2020-12-132-10/+5Star
| * | hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definitionPhilippe Mathieu-Daudé2020-12-135-4/+6
| * | hw/xen: Don't use '#' flag of printf formatXinhao Zhang2020-12-133-16/+16
| * | MAINTAINERS: update my email addressMichael Roth2020-12-131-2/+2
| * | qemu-options.hx: Fix minor issues in icount documentationPeter Maydell2020-12-131-19/+25
| * | target/i386: tracing: format length values as hexDov Murik2020-12-131-3/+3
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' into ...Peter Maydell2020-12-1419-376/+378
|\ \ \ | |_|/ |/| |
| * | target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé2020-12-132-2/+3
| * | target/mips: Remove unused headers from fpu_helper.cPhilippe Mathieu-Daudé2020-12-131-4/+0Star
| * | target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()Philippe Mathieu-Daudé2020-12-131-12/+8Star
| * | target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé2020-12-133-244/+243Star
| * | target/mips: Move mips_cpu_add_definition() from helper.c to cpu.cPhilippe Mathieu-Daudé2020-12-132-33/+33
| * | target/mips: Extract cpu_supports*/cpu_set* translate.cPhilippe Mathieu-Daudé2020-12-132-18/+18
| * | hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()Philippe Mathieu-Daudé2020-12-131-2/+6
| * | hw/mips/malta: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé2020-12-131-1/+3
| * | target/mips: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé2020-12-131-0/+4
| * | target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé2020-12-136-6/+12
| * | target/mips: Remove mips_def_t unused argument from mvp_init()Philippe Mathieu-Daudé2020-12-132-2/+2
| * | target/mips: Remove unused headers from op_helper.cPhilippe Mathieu-Daudé2020-12-131-4/+0Star
| * | target/mips: Remove unused headers from translate.cPhilippe Mathieu-Daudé2020-12-131-2/+0Star
| * | hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé2020-12-137-12/+11Star
| * | target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé2020-12-132-0/+6
| * | target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2020-12-134-8/+8
| * | target/mips: Explicit Release 6 MMU typesPhilippe Mathieu-Daudé2020-12-131-4/+5
| * | target/mips: Allow executing MSA instructions on Loongson-3A4000Philippe Mathieu-Daudé2020-12-131-2/+2
| * | target/mips: Also display exception names in user-modePhilippe Mathieu-Daudé2020-12-131-11/+14
| * | target/mips: Remove unused headers from cp0_helper.cPhilippe Mathieu-Daudé2020-12-131-3/+1Star
| * | target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé2020-12-132-5/+1Star
| * | target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MINPhilippe Mathieu-Daudé2020-12-132-4/+5
| * | target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé2020-12-132-1/+1
| * | target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé2020-12-131-2/+0Star
| * | target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé2020-12-131-6/+2Star
| * | MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.orgHuacai Chen2020-12-132-4/+6
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20201214' in...Peter Maydell2020-12-1430-342/+478
|\ \ \
| * | | spapr.c: set a 'kvm-type' default value instead of relying on NULLDaniel Henrique Barboza2020-12-141-4/+17