Age | Commit message (Expand) | Author |
2019-05-17 | ioapic: allow buggy guests mishandling level-triggered interrupts to make pro... | Vitaly Kuznetsov |
2019-05-17 | build: don't build hardware objects with linux-user | Laurent Vivier |
2019-05-17 | build: chardev is only needed for softmmu targets | Laurent Vivier |
2019-05-17 | configure: qemu-ga is only needed with softmmu targets | Laurent Vivier |
2019-05-17 | build: replace GENERATED_FILES by generated-files-y | Laurent Vivier |
2019-05-17 | trace: only include trace-event-subdirs when they are needed | Laurent Vivier |
2019-05-17 | sun4m: obey -vga none | Paolo Bonzini |
2019-05-17 | mips-fulong2e: obey -vga none | Paolo Bonzini |
2019-05-17 | hw/i386/acpi: Assert a pointer is not null BEFORE using it | Philippe Mathieu-Daudé |
2019-05-17 | hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity | Philippe Mathieu-Daudé |
2019-05-17 | hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header | Philippe Mathieu-Daudé |
2019-05-17 | memory: correct the comment to DIRTY_MEMORY_MIGRATION | Wei Yang |
2019-05-17 | vl: fix -sandbox parsing crash when seccomp support is disabled | Marc-André Lureau |
2019-05-17 | hvf: Add missing break statement | Chen Zhang |
2019-05-15 | megasas: fix mapped frame size | Peter Lieven |
2019-05-15 | vl: Add missing descriptions to the VGA adapters list | Philippe Mathieu-Daudé |
2019-05-15 | Declare -realtime as deprecated | Thomas Huth |
2019-05-15 | roms: assert if max rom size is less than the used size | Igor Mammedov |
2019-05-15 | hw/input: Add a CONFIG_PS2 switch for the ps2.c file | Thomas Huth |
2019-05-14 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190513' into staging | Peter Maydell |
2019-05-13 | tcg/aarch64: Do not advertise minmax for MO_64 | Richard Henderson |
2019-05-13 | target/xtensa: Use tcg_gen_abs_i32 | Richard Henderson |
2019-05-13 | target/tricore: Use tcg_gen_abs_tl | Philippe Mathieu-Daudé |
2019-05-13 | target/s390x: Use tcg_gen_abs_i64 | Richard Henderson |
2019-05-13 | target/ppc: Use tcg_gen_abs_tl | Richard Henderson |
2019-05-13 | target/ppc: Use tcg_gen_abs_i32 | Philippe Mathieu-Daudé |
2019-05-13 | target/cris: Use tcg_gen_abs_tl | Richard Henderson |
2019-05-13 | target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs | Richard Henderson |
2019-05-13 | tcg/aarch64: Support vector absolute value | Richard Henderson |
2019-05-13 | tcg/i386: Support vector absolute value | Richard Henderson |
2019-05-13 | tcg: Add support for vector absolute value | Richard Henderson |
2019-05-13 | tcg: Add support for integer absolute value | Richard Henderson |
2019-05-13 | tcg/i386: Support vector scalar shift opcodes | Richard Henderson |
2019-05-13 | tcg: Add gvec expanders for vector shift by scalar | Richard Henderson |
2019-05-13 | tcg/aarch64: Support vector variable shift opcodes | Richard Henderson |
2019-05-13 | tcg/i386: Support vector variable shift opcodes | Richard Henderson |
2019-05-13 | tcg: Add gvec expanders for variable shift | Richard Henderson |
2019-05-13 | tcg: Add INDEX_op_dupm_vec | Richard Henderson |
2019-05-13 | tcg/aarch64: Implement tcg_out_dupm_vec | Richard Henderson |
2019-05-13 | tcg/i386: Implement tcg_out_dupm_vec | Richard Henderson |
2019-05-13 | tcg: Add tcg_out_dupm_vec to the backend interface | Richard Henderson |
2019-05-13 | tcg: Manually expand INDEX_op_dup_vec | Richard Henderson |
2019-05-13 | tcg: Promote tcg_out_{dup,dupi}_vec to backend interface | Richard Henderson |
2019-05-13 | tcg: Support cross-class moves without instruction support | Richard Henderson |
2019-05-13 | tcg: Return bool success from tcg_out_mov | Richard Henderson |
2019-05-13 | tcg/arm: Use tcg_out_mov_reg in tcg_out_mov | Richard Henderson |
2019-05-13 | tcg: Assert fixed_reg is read-only | Richard Henderson |
2019-05-13 | tcg: Specify optional vector requirements with a list | Richard Henderson |
2019-05-13 | tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expanded | Richard Henderson |
2019-05-13 | tcg: Do not recreate INDEX_op_neg_vec unless supported | Richard Henderson |