aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04ui/cocoa: Add Services menuAkihiko Odaki
2022-03-04ui/clipboard: fix use-after-free regressionMarc-André Lureau
2022-03-04ui: do not create a surface when resizing a GL scanoutMarc-André Lureau
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau
2022-03-04ui/console: fix crash when using gl context with non-gl listenersMarc-André Lureau
2022-03-04docs: Add spec of OVMF GUIDed table for SEV guestsDov Murik
2022-03-04hw/i386: Replace magic number with field length calculationDov Murik
2022-03-04hw/i386: Improve bounds checking in OVMF table parsingDov Murik
2022-03-04coreaudio: Notify error in coreaudio_init_outAkihiko Odaki
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell
2022-03-04sdlaudio: fix samples vs. frames mix-upVolker Rümelin
2022-03-04paaudio: fix samples vs. frames mix-upVolker Rümelin
2022-03-04ossaudio: reduce effective playback buffer sizeVolker Rümelin
2022-03-04dsoundaudio: reduce effective playback buffer sizeVolker Rümelin
2022-03-04paaudio: reduce effective playback buffer sizeVolker Rümelin
2022-03-04audio: restore mixing-engine playback buffer sizeVolker Rümelin
2022-03-04Revert "audio: fix wavcapture segfault"Volker Rümelin
2022-03-04audio: add pcm_ops function table for capture backendVolker Rümelin
2022-03-04audio: copy playback stream in sequential orderVolker Rümelin
2022-03-04jackaudio: use more jack audio buffersVolker Rümelin
2022-03-04paaudio: increase default latency to 46msVolker Rümelin
2022-03-04audio: inline function audio_pcm_sw_get_rpos_in()Volker Rümelin
2022-03-04audio: add function audio_pcm_hw_conv_in()Volker Rümelin
2022-03-04audio: move function audio_pcm_hw_clip_out()Volker Rümelin
2022-03-04audio: replace open-coded buffer arithmeticVolker Rümelin
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson
2022-03-03target/nios2: Split mmu_writeRichard Henderson
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell
2022-03-03hw/nvme: 64-bit pi supportNaveen Nagar
2022-03-03hw/nvme: add pi tuple size helperKlaus Jensen
2022-03-03hw/nvme: add support for the lbafee hbs featureNaveen Nagar
2022-03-03hw/nvme: move format parameter parsingKlaus Jensen
2022-03-03hw/nvme: add host behavior support featureNaveen Nagar
2022-03-03hw/nvme: move dif/pi prototypes into dif.hKlaus Jensen
2022-03-03target/riscv: expose zfinx, zdinx, zhinx{min} propertiesWeiwei Li
2022-03-03target/riscv: add support for zhinx/zhinxminWeiwei Li
2022-03-03target/riscv: add support for zdinxWeiwei Li