aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen20-34/+39
2021-07-07target/s390x: remove kvm-stub.cCho, Yu-Chen3-123/+1
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen1-1/+2
2021-07-07target/s390x: make helper.c sysemu-onlyCho, Yu-Chen2-9/+2
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen4-151/+178
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen5-277/+326
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen25-19/+21
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen24-23/+23
2021-07-07target/s390x: remove tcg-stub.cCho, Yu-Chen2-31/+1
2021-07-07hw/s390x: only build tod-tcg from the CONFIG_TCG buildCho, Yu-Chen1-1/+3
2021-07-07hw/s390x: tod: make explicit checks for accelerators when initializingCho, Yu-Chen1-1/+8
2021-07-07hw/s390x: rename tod-qemu.c to tod-tcg.cCho, Yu-Chen2-2/+2
2021-07-07target/s390x: meson: add target_user_archCho, Yu-Chen1-0/+3
2021-07-07s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand1-1/+1
2021-07-07target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand3-43/+83
2021-07-07s390x/cpumodel: add 3931 and 3932Christian Borntraeger3-0/+25
2021-07-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell34-1579/+1170
2021-07-06config-host.mak: remove unused compiler-related linesPaolo Bonzini2-11/+0
2021-07-06Set icon for QEMU binary on Mac OSJohn Arbuckle2-6/+19
2021-07-06qemu-option: remove now-dead codePaolo Bonzini3-79/+10
2021-07-06machine: add smp compound propertyPaolo Bonzini4-69/+95
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini1-163/+140
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini2-8/+37
2021-07-06keyval: introduce keyval_mergePaolo Bonzini3-0/+139
2021-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini2-16/+65
2021-07-06configure: convert compiler tests to meson, part 6Paolo Bonzini2-75/+11
2021-07-06configure: convert compiler tests to meson, part 5Paolo Bonzini2-101/+26
2021-07-06configure: convert compiler tests to meson, part 4Paolo Bonzini2-142/+34
2021-07-06configure: convert compiler tests to meson, part 3Paolo Bonzini2-87/+10
2021-07-06configure: convert compiler tests to meson, part 2Paolo Bonzini2-49/+5
2021-07-06configure: convert compiler tests to meson, part 1Paolo Bonzini3-366/+43
2021-07-06configure: convert HAVE_BROKEN_SIZE_MAX to mesonPaolo Bonzini2-17/+9
2021-07-06configure, meson: move CONFIG_IVSHMEM to mesonPaolo Bonzini3-11/+4
2021-07-06meson: store dependency('threads') in a variablePaolo Bonzini2-2/+2
2021-07-06meson: sort existing compiler testsPaolo Bonzini1-3/+6
2021-07-06configure, meson: convert libxml2 detection to mesonPaolo Bonzini3-29/+10
2021-07-06configure, meson: convert liburing detection to mesonPaolo Bonzini3-28/+11
2021-07-06configure, meson: convert libpmem detection to mesonPaolo Bonzini3-24/+10
2021-07-06configure, meson: convert libdaxctl detection to mesonPaolo Bonzini3-27/+11
2021-07-06configure, meson: convert virgl detection to mesonPaolo Bonzini4-38/+15
2021-07-06configure, meson: convert vte detection to mesonPaolo Bonzini3-31/+16
2021-07-06configure: drop vte-2.90 checkPaolo Bonzini1-10/+4
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson3-57/+58
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson7-13/+94
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson1-62/+200
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson2-6/+10
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson5-28/+29
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson1-1/+7
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson2-46/+15
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson1-7/+23