aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-14block_int: make bdrv_backing_overridden staticEmanuele Giuseppe Esposito2-4/+3
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell31-232/+221
2022-01-13ui/input-legacy: pass horizontal scroll informationDmitry Petrov1-0/+15
2022-01-13ui/sdl2: pass horizontal scroll information to the device codeDmitry Petrov1-0/+5
2022-01-13ui/gtk: pass horizontal scroll information to the device codeDmitry Petrov1-12/+42
2022-01-13ui/cocoa: pass horizontal scroll information to the device codeDmitry Petrov1-6/+12
2022-01-13ps2: Initial horizontal scroll supportDmitry Petrov2-9/+50
2022-01-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell42-248/+276
2022-01-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into s...Peter Maydell19-599/+736
2022-01-13edid: Added support for 4k@60 Hz monitorSatyeshwar Singh1-0/+3
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé3-6/+6
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé3-25/+8
2022-01-13hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé2-34/+88
2022-01-13hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé1-16/+9
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé7-18/+16
2022-01-13uas: add missing returnGerd Hoffmann1-0/+1
2022-01-13ui: fix gtk clipboard clear assertionMarc-André Lureau1-10/+11
2022-01-13ui/dbus: fix buffer-overflow detected by ASANMarc-André Lureau1-0/+1
2022-01-13hw/audio/intel-hda: fix stream resetVolker Rümelin1-1/+1
2022-01-13dsoundaudio: fix crackling audio recordingsVolker Rümelin1-4/+3
2022-01-13jackaudio: use ifdefs to hide unavailable functionsVolker Rümelin1-0/+4
2022-01-13ui/vnc.c: Fixed a deadlock bug.Rao Lei1-2/+2
2022-01-13usb: allow max 8192 bytes for desczhenwei pi2-7/+9
2022-01-13hw/usb/dev-wacom: add missing HID descriptorDario Binacchi1-1/+71
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi4-81/+27
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi1-30/+3
2022-01-12virtio-scsi: prepare virtio_scsi_handle_cmd for dataplaneStefan Hajnoczi1-1/+1
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi2-12/+4
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi4-24/+13
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi25-104/+193
2022-01-12meson: reenable filemonitor-inotify compilationVolker Rümelin2-3/+6
2022-01-12meson: build all modules by defaultPaolo Bonzini2-3/+4
2022-01-12configure: do not create roms/seabios/config.mak if SeaBIOS not presentPaolo Bonzini1-2/+4
2022-01-12tests/tcg: Fix target-specific Makefile variables path for user-modePhilippe Mathieu-Daudé1-1/+1
2022-01-12KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGSPaolo Bonzini1-15/+9
2022-01-12KVM: use KVM_{GET|SET}_SREGS2 when supported.Maxim Levitsky3-2/+138
2022-01-12meson: add comments in the target-specific flags sectionPaolo Bonzini1-0/+5
2022-01-12configure, meson: move config-poison.h to mesonPaolo Bonzini4-12/+29
2022-01-12meson: build contrib/ executables after generated headersPaolo Bonzini4-4/+4
2022-01-12configure: move non-command-line variables away from command-line parsing sec...Paolo Bonzini1-7/+6
2022-01-12configure: parse --enable/--disable-strip automatically, flip defaultPaolo Bonzini4-18/+18
2022-01-12configure, makefile: remove traces of really old filesPaolo Bonzini2-16/+4
2022-01-12configure: do not set bsd_user/linux_user earlyPaolo Bonzini1-11/+17
2022-01-12configure: simplify creation of plugin symbol listPaolo Bonzini2-84/+10
2022-01-12block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth5-55/+17
2022-01-12meson: cleanup common-user/ buildPaolo Bonzini2-13/+2
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini19-3/+3
2022-01-12meson: reuse common_user_inc when building files specific to user-mode emulatorsPaolo Bonzini1-1/+1
2022-01-12Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell34-1161/+318
2022-01-12ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()Daniel Henrique Barboza1-10/+10