aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-17build: chardev is only needed for softmmu targetsLaurent Vivier2-2/+3
2019-05-17configure: qemu-ga is only needed with softmmu targetsLaurent Vivier1-1/+3
2019-05-17build: replace GENERATED_FILES by generated-files-yLaurent Vivier4-36/+34
2019-05-17trace: only include trace-event-subdirs when they are neededLaurent Vivier1-5/+7
2019-05-17sun4m: obey -vga nonePaolo Bonzini1-4/+2
2019-05-17mips-fulong2e: obey -vga nonePaolo Bonzini1-4/+6
2019-05-17hw/i386/acpi: Assert a pointer is not null BEFORE using itPhilippe Mathieu-Daudé1-1/+1
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé5-30/+16
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé2-2/+2
2019-05-17memory: correct the comment to DIRTY_MEMORY_MIGRATIONWei Yang1-2/+2
2019-05-17vl: fix -sandbox parsing crash when seccomp support is disabledMarc-André Lureau1-8/+10
2019-05-17hvf: Add missing break statementChen Zhang1-0/+1
2019-05-15megasas: fix mapped frame sizePeter Lieven1-1/+1
2019-05-15vl: Add missing descriptions to the VGA adapters listPhilippe Mathieu-Daudé1-0/+2
2019-05-15Declare -realtime as deprecatedThomas Huth2-0/+7
2019-05-15roms: assert if max rom size is less than the used sizeIgor Mammedov1-0/+1
2019-05-15hw/input: Add a CONFIG_PS2 switch for the ps2.c fileThomas Huth2-1/+6
2019-05-14Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190513' into stagingPeter Maydell36-473/+2020
2019-05-13tcg/aarch64: Do not advertise minmax for MO_64Richard Henderson1-4/+4
2019-05-13target/xtensa: Use tcg_gen_abs_i32Richard Henderson1-8/+1
2019-05-13target/tricore: Use tcg_gen_abs_tlPhilippe Mathieu-Daudé1-22/+5
2019-05-13target/s390x: Use tcg_gen_abs_i64Richard Henderson1-7/+1
2019-05-13target/ppc: Use tcg_gen_abs_tlRichard Henderson1-44/+24
2019-05-13target/ppc: Use tcg_gen_abs_i32Philippe Mathieu-Daudé1-13/+1
2019-05-13target/cris: Use tcg_gen_abs_tlRichard Henderson1-8/+1
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson4-51/+8
2019-05-13tcg/aarch64: Support vector absolute valueRichard Henderson2-1/+7
2019-05-13tcg/i386: Support vector absolute valueRichard Henderson2-1/+16
2019-05-13tcg: Add support for vector absolute valueRichard Henderson11-0/+167
2019-05-13tcg: Add support for integer absolute valueRichard Henderson3-10/+25
2019-05-13tcg/i386: Support vector scalar shift opcodesRichard Henderson2-1/+36
2019-05-13tcg: Add gvec expanders for vector shift by scalarRichard Henderson4-0/+279
2019-05-13tcg/aarch64: Support vector variable shift opcodesRichard Henderson3-1/+45
2019-05-13tcg/i386: Support vector variable shift opcodesRichard Henderson2-1/+36
2019-05-13tcg: Add gvec expanders for variable shiftRichard Henderson6-0/+384
2019-05-13tcg: Add INDEX_op_dupm_vecRichard Henderson7-41/+70
2019-05-13tcg/aarch64: Implement tcg_out_dupm_vecRichard Henderson1-2/+35
2019-05-13tcg/i386: Implement tcg_out_dupm_vecRichard Henderson1-14/+43
2019-05-13tcg: Add tcg_out_dupm_vec to the backend interfaceRichard Henderson3-1/+31
2019-05-13tcg: Manually expand INDEX_op_dup_vecRichard Henderson3-10/+118
2019-05-13tcg: Promote tcg_out_{dup,dupi}_vec to backend interfaceRichard Henderson3-3/+26
2019-05-13tcg: Support cross-class moves without instruction supportRichard Henderson1-3/+28
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson10-16/+31
2019-05-13tcg/arm: Use tcg_out_mov_reg in tcg_out_movRichard Henderson1-1/+1
2019-05-13tcg: Assert fixed_reg is read-onlyRichard Henderson1-47/+40
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson7-162/+372
2019-05-13tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expandedRichard Henderson1-16/+33
2019-05-13tcg: Do not recreate INDEX_op_neg_vec unless supportedRichard Henderson1-2/+6
2019-05-13tcg: Implement tcg_gen_gvec_3i()David Hildenbrand2-0/+163
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell14-173/+387