qemu.git
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-05-12 Paolo Bonzinicoverity-scan: list components, move model to scripts...
2021-05-12 Paolo Bonziniconfigure: fix detection of gdbus-codegen
2021-05-12 Paolo Bonziniqemu-option: support accept-any QemuOptsList in qemu_op...
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/aperard/tags...
2021-05-11 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-05-11 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2021-05-11 Paolo Bonzinimain-loop: remove dead code
2021-05-11 Paolo Bonzinitarget/i386: use mmu_translate for NPT walk
2021-05-11 Paolo Bonzinitarget/i386: allow customizing the next phase of the...
2021-05-11 Paolo Bonzinitarget/i386: extend pg_mode to more CR0 and CR4 bits
2021-05-11 Paolo Bonzinitarget/i386: pass cr3 to mmu_translate
2021-05-11 Paolo Bonzinitarget/i386: extract mmu_translate
2021-05-11 Paolo Bonzinitarget/i386: move paging mode constants from SVM to...
2021-05-11 Paolo Bonzinitarget/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants
2021-05-10 Claudio Fontanaaccel: add init_accel_cpu for adapting accel behavior...
2021-05-10 Claudio Fontanaaccel: move call to accel_init_interfaces
2021-05-10 Claudio Fontanai386: make cpu_load_efer sysemu-only
2021-05-10 Claudio Fontanatarget/i386: gdbstub: only write CR0/CR2/CR3/EFER for...
2021-05-10 Claudio Fontanatarget/i386: gdbstub: introduce aux functions to read...
2021-05-10 Claudio Fontanai386: split off sysemu part of cpu.c
2021-05-10 Claudio Fontanai386: split seg_helper into user-only and sysemu parts
2021-05-10 Claudio Fontanai386: split svm_helper into sysemu and stub-only user
2021-05-10 Claudio Fontanai386: separate fpu_helper sysemu-only parts
2021-05-10 Claudio Fontanai386: split misc helper user stubs and sysemu part
2021-05-10 Claudio Fontanai386: move TCG bpt_helper into sysemu/
2021-05-10 Claudio Fontanai386: split tcg excp_helper into sysemu and user parts
2021-05-10 Claudio Fontanai386: split smm helper (sysemu)
2021-05-10 Paolo Bonzinii386: split off sysemu-only functionality in tcg-cpu
2021-05-10 Claudio Fontanaaccel-cpu: make cpu_realizefn return a bool
2021-05-10 Claudio Fontanatarget/i386: fix host_cpu_adjust_phys_bits error handling
2021-05-10 Claudio Fontanaaccel: introduce new accessor functions
2021-05-10 Claudio Fontanacpu: call AccelCPUClass::cpu_realizefn in cpu_exec_real...
2021-05-10 Claudio Fontanai386: split cpu accelerators from cpu.c, using AccelCPU...
2021-05-10 Richard Hendersontarget/i386: Split out do_fsave, do_frstor, do_fxsave...
2021-05-10 Richard Hendersontarget/i386: Rename helper_fldt, helper_fstt
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-05-10 Guenter Roeckhw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
2021-05-10 Peter Maydellhw/arm/mps2-tz: Implement AN524 memory remapping via...
2021-05-10 Peter Maydellhw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
2021-05-10 Peter Maydellhw/misc/mps2-scc: Add "QEMU interface" comment
2021-05-10 Philippe Mathieu... hw/arm/imx25_pdk: Fix error message for invalid RAM...
2021-05-10 Peter Maydellinclude/disas/dis-asm.h: Handle being included outside...
2021-05-10 Peter Maydellinclude/qemu/bswap.h: Handle being included outside...
2021-05-10 Peter Maydellosdep: Make os-win32.h and os-posix.h handle 'extern...
2021-05-10 Peter Maydellhw/sd/omap_mmc: Use device_cold_reset() instead of...
2021-05-10 Anthony PERARDxen-block: Use specific blockdev driver
2021-05-10 Anthony PERARDxen: Free xenforeignmemory_resource at exit
2021-05-10 Igor Druzhininxen-mapcache: avoid a race on memory map while using...
2021-05-10 Peter Maydelltarget/arm: Make WFI a NOP for userspace emulators
2021-05-10 Peter Maydelltarget/arm: Make translate-neon.c.inc its own compilati...
2021-05-10 Peter Maydelltarget/arm: Make functions used by translate-neon global
2021-05-10 Peter Maydelltarget/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
2021-05-10 Peter Maydelltarget/arm: Delete unused typedef
2021-05-10 Peter Maydelltarget/arm: Move vfp_reg_ptr() to translate-neon.c.inc
2021-05-10 Peter Maydelltarget/arm: Make translate-vfp.c.inc its own compilatio...
2021-05-10 Peter Maydelltarget/arm: Make functions used by translate-vfp global
2021-05-10 Peter Maydelltarget/arm: Move vfp_{load, store}_reg{32, 64} to trans...
2021-05-10 Peter Maydelltarget/arm: Move gen_aa32 functions to translate-a32.h
2021-05-10 Peter Maydelltarget/arm: Split m-nocp trans functions into their...
2021-05-10 Peter Maydelltarget/arm: Make functions used by m-nocp global
2021-05-10 Peter Maydelltarget/arm: Share unallocated_encoding() and gen_except...
2021-05-10 Peter Maydelltarget/arm: Move constant expanders to translate.h
2021-05-10 Peter Maydelltarget/arm: Fix tlbbits calculation in tlbi_aa64_vae2is...
2021-05-10 Richard Hendersonlinux-user/aarch64: Enable hwcap for RND, BTI, and MTE
2021-05-10 Alex Bennéedocs: fix link in sbsa description
2021-05-10 Gerd Hoffmannvirtio-gpu: add virtio-vga-gl
2021-05-10 Gerd Hoffmannmodules: add have_vga
2021-05-10 Gerd Hoffmannvirtio-gpu: add virtio-gpu-gl-pci
2021-05-10 Gerd Hoffmannvirtio-gpu: move fields to struct VirtIOGPUGL
2021-05-10 Gerd Hoffmannvirtio-gpu: drop use_virgl_renderer
2021-05-10 Gerd Hoffmannvirtio-gpu: move virtio-gpu-gl-device to separate module
2021-05-10 Gerd Hoffmannvirtio-gpu: drop VIRGL() macro
2021-05-10 Gerd Hoffmannvirtio-gpu: move update_cursor_data
2021-05-10 Gerd Hoffmannvirtio-gpu: move virgl process_cmd
2021-05-10 Gerd Hoffmannvirtio-gpu: move virgl gl_flushed
2021-05-10 Gerd Hoffmannvirtio-gpu: move virgl handle_ctrl
2021-05-10 Gerd Hoffmannvirtio-gpu: use class function for ctrl queue handlers
2021-05-10 Gerd Hoffmannvirtio-gpu: move virgl reset
2021-05-10 Gerd Hoffmannvirtio-gpu: move virgl realize + properties
2021-05-10 Gerd Hoffmannvirtio-gpu: add virtio-gpu-gl-device
2021-05-10 Gerd Hoffmannvirtio-gpu: rename virgl source file.
2021-05-10 Gerd Hoffmannvirtio-gpu: handle partial maps properly
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-05-10 Konstantin... edid: add support for DisplayID extension (5k resolution)
2021-05-10 Konstantin... edid: allow arbitrary-length checksums
2021-05-10 Konstantin... edid: move timing generation into a separate function
2021-05-10 Akihiko Odakiedid: Make refresh rate configurable
2021-05-10 Gerd Hoffmannedid: use dta extension block descriptors
2021-05-10 Gerd Hoffmannedid: move xtra3 descriptor
2021-05-10 Gerd Hoffmannedid: edid_desc_next
2021-05-10 Gerd Hoffmannqemu-edid: use qemu_edid_size()
2021-05-10 Thomas Huthpc-bios/s390: Update the s390-ccw bios binaries with...
2021-05-09 Thomas Huthpc-bios/s390-ccw: Allow building with Clang, too
2021-05-09 Philippe Mathieu... pc-bios/s390-ccw: Silence GCC 11 stringop-overflow...
2021-05-09 Thomas Huthpc-bios/s390-ccw: Fix the cc-option macro in the Makefile
2021-05-09 Thomas Huthpc-bios/s390-ccw: Silence warning from Clang by marking...
2021-05-09 Thomas Huthpc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass...
next