aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-22configure: Fix the default setting of the "xen" featureThomas Huth
2021-07-22configure: Allow vnc to get disabled with --without-default-featuresThomas Huth
2021-07-22configure: Fix --without-default-features propagation to mesonThomas Huth
2021-07-22meson: fix dependencies for modinfoPaolo Bonzini
2021-07-22configure: Drop obsolete check for the alloc_size attributeThomas Huth
2021-07-22target/i386: Added consistency checks for EFERLara Lazier
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier
2021-07-22qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi
2021-07-22usb: fix usb-host dependency checkGerd Hoffmann
2021-07-22chardev-spice: add missing module_obj directivePaolo Bonzini
2021-07-22hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé
2021-07-22Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-07-21' int...Peter Maydell
2021-07-21qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake
2021-07-21qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake
2021-07-21iotests: Improve and rename test 291 to qemu-img-bitmapEric Blake
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson
2021-07-21accel/tcg: Hoist tb_cflags to a local in translator_loopRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson
2021-07-21hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson
2021-07-21target/i386: Implement debug_check_breakpointRichard Henderson
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson
2021-07-21hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson
2021-07-21accel/tcg: Push trace info building into atomic_common.c.incRichard Henderson
2021-07-21trace: Fold mem-internal.h into mem.hRichard Henderson
2021-07-21accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson
2021-07-21accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson
2021-07-21accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson
2021-07-21qemu/atomic: Remove pre-C11 atomic fallbacksRichard Henderson
2021-07-21qemu/atomic: Use macros for CONFIG_ATOMIC64Richard Henderson
2021-07-21Update version for v6.1.0-rc0 releasev6.1.0-rc0Peter Maydell
2021-07-21Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-21linux-aio: limit the batch size using `aio-max-batch` parameterStefano Garzarella
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-07-21iothread: generalize iothread_set_param/iothread_get_paramStefano Garzarella
2021-07-21Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell
2021-07-20remote/memory: Replace share parameter with ram_flagsYang Zhong