aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-23meson: fix dependencies for modinfo #2Gerd Hoffmann1-2/+2
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell9-28/+125
2021-07-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210721' into...Peter Maydell59-1216/+577
2021-07-22configure: Let --without-default-features disable vhost-kernel and vhost-vdpaThomas Huth1-0/+2
2021-07-22configure: Fix the default setting of the "xen" featureThomas Huth1-1/+1
2021-07-22configure: Allow vnc to get disabled with --without-default-featuresThomas Huth2-2/+2
2021-07-22configure: Fix --without-default-features propagation to mesonThomas Huth1-1/+1
2021-07-22meson: fix dependencies for modinfoPaolo Bonzini1-2/+2
2021-07-22configure: Drop obsolete check for the alloc_size attributeThomas Huth1-12/+0
2021-07-22target/i386: Added consistency checks for EFERLara Lazier2-0/+44
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier3-3/+48
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier1-1/+11
2021-07-22qemu-config: restore "machine" in qmp_query_command_line_options()Stefan Hajnoczi1-2/+7
2021-07-22usb: fix usb-host dependency checkGerd Hoffmann1-1/+1
2021-07-22chardev-spice: add missing module_obj directivePaolo Bonzini1-0/+1
2021-07-22Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-07-21' int...Peter Maydell5-9/+152
2021-07-21qemu-img: Add --skip-broken-bitmaps for 'convert --bitmaps'Eric Blake4-9/+79
2021-07-21qemu-img: Fail fast on convert --bitmaps with inconsistent bitmapEric Blake3-23/+30
2021-07-21iotests: Improve and rename test 291 to qemu-img-bitmapEric Blake3-3/+69
2021-07-21accel/tcg: Record singlestep_enabled in tb->cflagsRichard Henderson5-15/+8
2021-07-21accel/tcg: Hoist tb_cflags to a local in translator_loopRichard Henderson1-5/+4
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson24-424/+0
2021-07-21accel/tcg: Move breakpoint recognition outside translationRichard Henderson3-46/+89
2021-07-21accel/tcg: Merge tb_find into its only callerRichard Henderson1-43/+42
2021-07-21target/avr: Implement gdb_adjust_breakpointRichard Henderson4-14/+15
2021-07-21hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2-0/+14
2021-07-21target/i386: Implement debug_check_breakpointRichard Henderson1-0/+12
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson4-4/+8
2021-07-21hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson1-0/+6
2021-07-21accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomicRichard Henderson1-3/+8
2021-07-21accel/tcg: Handle -singlestep in curr_cflagsRichard Henderson3-3/+9
2021-07-21accel/tcg: Drop CF_NO_GOTO_PTR from -d nochainRichard Henderson1-1/+1
2021-07-21accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTRRichard Henderson4-24/+33
2021-07-21target/alpha: Drop goto_tb path in gen_call_palRichard Henderson1-13/+2
2021-07-21accel/tcg: Move curr_cflags into cpu-exec.cRichard Henderson2-4/+6
2021-07-21accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNSRichard Henderson2-4/+5
2021-07-21accel/tcg: Push trace info building into atomic_common.c.incRichard Henderson2-48/+37
2021-07-21trace: Fold mem-internal.h into mem.hRichard Henderson3-60/+38
2021-07-21accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson3-24/+36
2021-07-21accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson3-14/+0
2021-07-21accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson3-18/+20
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson5-143/+82
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson8-115/+101
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson6-8/+20
2021-07-21qemu/atomic: Remove pre-C11 atomic fallbacksRichard Henderson2-201/+10
2021-07-21qemu/atomic: Use macros for CONFIG_ATOMIC64Richard Henderson1-20/+9
2021-07-21Update version for v6.1.0-rc0 releasev6.1.0-rc0Peter Maydell1-1/+1
2021-07-21Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell11-14/+134
2021-07-21linux-aio: limit the batch size using `aio-max-batch` parameterStefano Garzarella1-1/+8
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella10-9/+103