aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-23contrib/gitdm: add some new aliases to fix up commitsAlex Bennée1-0/+3
2021-07-23configure: remove needless if legAlex Bennée1-6/+4
2021-07-23docs: add a section on the generalities of vhost-userAlex Bennée3-0/+62
2021-07-23docs: collect the disparate device emulation docs into one sectionAlex Bennée7-5/+90
2021-07-23gitignore: Update with some filetypesViresh Kumar1-0/+2
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell7-62/+37
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell9-28/+125
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau3-13/+18
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau1-0/+1
2021-07-22hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau1-0/+5
2021-07-22Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann2-32/+0
2021-07-22qxl: remove assert in qxl_pre_save.Gerd Hoffmann1-1/+3
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-22hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé1-16/+10
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