Age | Commit message (Expand) | Author | Files | Lines |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 20 | -34/+39 |
2021-07-07 | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 3 | -123/+1 |
2021-07-07 | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 1 | -1/+2 |
2021-07-07 | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2 | -9/+2 |
2021-07-07 | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 4 | -151/+178 |
2021-07-07 | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 5 | -277/+326 |
2021-07-07 | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 25 | -19/+21 |
2021-07-07 | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 24 | -23/+23 |
2021-07-07 | target/s390x: remove tcg-stub.c | Cho, Yu-Chen | 2 | -31/+1 |
2021-07-07 | hw/s390x: only build tod-tcg from the CONFIG_TCG build | Cho, Yu-Chen | 1 | -1/+3 |
2021-07-07 | hw/s390x: tod: make explicit checks for accelerators when initializing | Cho, Yu-Chen | 1 | -1/+8 |
2021-07-07 | hw/s390x: rename tod-qemu.c to tod-tcg.c | Cho, Yu-Chen | 2 | -2/+2 |
2021-07-07 | target/s390x: meson: add target_user_arch | Cho, Yu-Chen | 1 | -0/+3 |
2021-07-07 | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 1 | -1/+1 |
2021-07-07 | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand | 3 | -43/+83 |
2021-07-07 | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger | 3 | -0/+25 |
2021-07-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 34 | -1579/+1170 |
2021-07-06 | config-host.mak: remove unused compiler-related lines | Paolo Bonzini | 2 | -11/+0 |
2021-07-06 | Set icon for QEMU binary on Mac OS | John Arbuckle | 2 | -6/+19 |
2021-07-06 | qemu-option: remove now-dead code | Paolo Bonzini | 3 | -79/+10 |
2021-07-06 | machine: add smp compound property | Paolo Bonzini | 4 | -69/+95 |
2021-07-06 | vl: switch -M parsing to keyval | Paolo Bonzini | 1 | -163/+140 |
2021-07-06 | keyval: introduce keyval_parse_into | Paolo Bonzini | 2 | -8/+37 |
2021-07-06 | keyval: introduce keyval_merge | Paolo Bonzini | 3 | -0/+139 |
2021-07-06 | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini | 2 | -16/+65 |
2021-07-06 | configure: convert compiler tests to meson, part 6 | Paolo Bonzini | 2 | -75/+11 |
2021-07-06 | configure: convert compiler tests to meson, part 5 | Paolo Bonzini | 2 | -101/+26 |
2021-07-06 | configure: convert compiler tests to meson, part 4 | Paolo Bonzini | 2 | -142/+34 |
2021-07-06 | configure: convert compiler tests to meson, part 3 | Paolo Bonzini | 2 | -87/+10 |
2021-07-06 | configure: convert compiler tests to meson, part 2 | Paolo Bonzini | 2 | -49/+5 |
2021-07-06 | configure: convert compiler tests to meson, part 1 | Paolo Bonzini | 3 | -366/+43 |
2021-07-06 | configure: convert HAVE_BROKEN_SIZE_MAX to meson | Paolo Bonzini | 2 | -17/+9 |
2021-07-06 | configure, meson: move CONFIG_IVSHMEM to meson | Paolo Bonzini | 3 | -11/+4 |
2021-07-06 | meson: store dependency('threads') in a variable | Paolo Bonzini | 2 | -2/+2 |
2021-07-06 | meson: sort existing compiler tests | Paolo Bonzini | 1 | -3/+6 |
2021-07-06 | configure, meson: convert libxml2 detection to meson | Paolo Bonzini | 3 | -29/+10 |
2021-07-06 | configure, meson: convert liburing detection to meson | Paolo Bonzini | 3 | -28/+11 |
2021-07-06 | configure, meson: convert libpmem detection to meson | Paolo Bonzini | 3 | -24/+10 |
2021-07-06 | configure, meson: convert libdaxctl detection to meson | Paolo Bonzini | 3 | -27/+11 |
2021-07-06 | configure, meson: convert virgl detection to meson | Paolo Bonzini | 4 | -38/+15 |
2021-07-06 | configure, meson: convert vte detection to meson | Paolo Bonzini | 3 | -31/+16 |
2021-07-06 | configure: drop vte-2.90 check | Paolo Bonzini | 1 | -10/+4 |
2021-07-06 | target/i386: Move X86XSaveArea into TCG | David Edmondson | 3 | -57/+58 |
2021-07-06 | target/i386: Populate x86_ext_save_areas offsets using cpuid where possible | David Edmondson | 7 | -13/+94 |
2021-07-06 | target/i386: Observe XSAVE state area offsets | David Edmondson | 1 | -62/+200 |
2021-07-06 | target/i386: Make x86_ext_save_areas visible outside cpu.c | David Edmondson | 2 | -6/+10 |
2021-07-06 | target/i386: Pass buffer and length to XSAVE helper | David Edmondson | 5 | -28/+29 |
2021-07-06 | target/i386: Clarify the padding requirements of X86XSaveArea | David Edmondson | 1 | -1/+7 |
2021-07-06 | target/i386: Consolidate the X86XSaveArea offset checks | David Edmondson | 2 | -46/+15 |
2021-07-06 | target/i386: Declare constants for XSAVE offsets | David Edmondson | 1 | -7/+23 |