aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell27-364/+600
2022-03-04Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell7-173/+754
2022-03-04hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2-12/+21
2022-03-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...Peter Maydell10-243/+148
2022-03-04edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki1-34/+32
2022-03-04softmmu/qdev-monitor: Add virtio-gpu-gl aliasesAkihiko Odaki1-0/+2
2022-03-04ui/cocoa: Add Services menuAkihiko Odaki1-0/+4
2022-03-04ui/clipboard: fix use-after-free regressionMarc-André Lureau1-2/+4
2022-03-04ui: do not create a surface when resizing a GL scanoutMarc-André Lureau1-4/+3
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau1-0/+4
2022-03-04ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau1-7/+15
2022-03-04docs: Add spec of OVMF GUIDed table for SEV guestsDov Murik2-0/+126
2022-03-04hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-04hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-04coreaudio: Notify error in coreaudio_init_outAkihiko Odaki1-0/+2
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2022-03-04sdlaudio: fix samples vs. frames mix-upVolker Rümelin1-5/+2
2022-03-04paaudio: fix samples vs. frames mix-upVolker Rümelin1-10/+4
2022-03-04ossaudio: reduce effective playback buffer sizeVolker Rümelin1-3/+4
2022-03-04dsoundaudio: reduce effective playback buffer sizeVolker Rümelin1-13/+17
2022-03-04paaudio: reduce effective playback buffer sizeVolker Rümelin1-9/+24
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin9-18/+80
2022-03-04Revert "audio: fix wavcapture segfault"Volker Rümelin1-2/+2
2022-03-04audio: add pcm_ops function table for capture backendVolker Rümelin1-0/+2
2022-03-04audio: copy playback stream in sequential orderVolker Rümelin1-15/+9
2022-03-04jackaudio: use more jack audio buffersVolker Rümelin1-2/+2
2022-03-04paaudio: increase default latency to 46msVolker Rümelin1-1/+1
2022-03-04audio: inline function audio_pcm_sw_get_rpos_in()Volker Rümelin1-18/+5
2022-03-04audio: add function audio_pcm_hw_conv_in()Volker Rümelin1-6/+19
2022-03-04audio: move function audio_pcm_hw_clip_out()Volker Rümelin1-19/+19
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin4-30/+29
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2-8/+8
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin1-2/+2
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev1-1/+1
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell22-501/+2146
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson5-36/+9
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson1-0/+14
2022-03-03target/nios2: Split mmu_writeRichard Henderson4-107/+100
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson1-3/+5
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson2-5/+1
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson3-68/+39
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson5-44/+0
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell20-193/+737
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar7-98/+608
2022-03-03hw/nvme: add pi tuple size helperKlaus Jensen3-14/+21
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar4-11/+46