aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23qom: use correct field name when getting/setting alias propertiesPaolo Bonzini
2021-07-23qapi: introduce forwarding visitorPaolo Bonzini
2021-07-23gitlab: only let pages be published from default branchDaniel P. Berrangé
2021-07-23MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"David Hildenbrand
2021-07-23MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"David Hildenbrand
2021-07-23MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainerDavid Hildenbrand
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier
2021-07-23meson: fix dependencies for modinfo #2Gerd Hoffmann
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-21target/hexagon: Drop include of qemu.hPeter Maydell
2021-07-21Hexagon (target/hexagon) remove put_user_*/get_user_*Taylor Simpson
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