summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-23contrib/gitdm: un-ironically add a mapping for LWNAlex Bennée
2021-07-23contrib/gitdm: add domain-map/group-map for Wind RiverAlex Bennée
2021-07-23contrib/gitdm: add domain-map for EldoradoAlex Bennée
2021-07-23contrib/gitdm: add domain-map/group-map mappings for SamsungAlex Bennée
2021-07-23gitdm.config: sort the corporate GroupMap entriesAlex Bennée
2021-07-23contrib/gitdm: add a group mapping for robot scannersAlex Bennée
2021-07-23contrib/gitdm: add domain-map for MontaVistaAlex Bennée
2021-07-23.mailmap: fix up some broken commit authorsAlex Bennée
2021-07-23contrib/gitdm: add some new aliases to fix up commitsAlex Bennée
2021-07-23configure: remove needless if legAlex Bennée
2021-07-23docs: add a section on the generalities of vhost-userAlex Bennée
2021-07-23docs: collect the disparate device emulation docs into one sectionAlex Bennée
2021-07-23gitignore: Update with some filetypesViresh Kumar
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau
2021-07-22hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau
2021-07-22Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann
2021-07-22qxl: remove assert in qxl_pre_save.Gerd Hoffmann
2021-07-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210721' into...Peter Maydell
2021-07-22configure: Let --without-default-features disable vhost-kernel and vhost-vdpaThomas Huth
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